Commit Graph

8496 Commits

Author SHA1 Message Date
Ethan Frey 07fb680a01 92: return error on empty coin in list 2017-05-24 17:15:42 +02:00
Ethan Frey df5d65a891 Update changelog for 0.5.0 release 2017-05-24 17:08:14 +02:00
Ethan Frey da698bb7af 94: init creates config, like tendermint init 2017-05-24 15:21:56 +02:00
Ethan Frey c059e99f56 Update dependencies 2017-05-24 15:21:38 +02:00
Ethan Frey 670d4b5633 Merge pull request #93 from tendermint/ibc-coins
Prototype of Sending coins between chains via ibc
2017-05-24 15:09:15 +02:00
Ethan Buchman 7be04cf426 Merge pull request #95 from rmercer93/master
mending broken links :)
2017-05-23 13:20:15 -04:00
rhm 9daea812c6 fixing dumb links 2017-05-23 14:00:02 +01:00
Ethan Buchman 1f5a278965 fix build/tests 2017-05-22 07:44:50 -04:00
Ethan Buchman 4583f7b748 update demo for cross chain SendTx 2017-05-22 07:35:23 -04:00
Ethan Buchman 7f2d25c593 [cmd] support SendTx to other chains via IBC 2017-05-22 07:35:23 -04:00
Ethan Buchman 444b96dfe7 fixes for relay 2017-05-22 07:35:23 -04:00
Ethan Buchman 7b83dea0d6 [cmd] new relay command for IBC relay 2017-05-22 07:35:23 -04:00
Ethan Buchman f4c5edaca3 fixes to compile 2017-05-22 07:35:23 -04:00
Ethan Buchman 4503bb61f2 test SendTx to IBC packet 2017-05-22 07:35:23 -04:00
Ethan Buchman 412c2b5bb7 support SendTx to other chains via IBC 2017-05-22 07:35:23 -04:00
Ethan Buchman 38716d4815 [ibc] test CoinsPayload 2017-05-22 07:35:23 -04:00
Ethan Buchman ee0772396c [ibc] cleanup tests 2017-05-22 07:35:23 -04:00
Ethan Buchman aeb36bd531 [ibc] CoinsPayload 2017-05-22 07:35:23 -04:00
Ethan Frey b566b85fd6 Merge branch 'testnet-fixes' into develop 2017-05-22 13:31:32 +02:00
Ethan Frey 8daa916729 88: Correct functioning of unsafe_reset_all to mirror tendermint 2017-05-22 13:30:42 +02:00
Ethan Frey 029c0e9c72 90: don't panic on missing pk in tx construction 2017-05-22 13:16:08 +02:00
Ethan Frey ecaff359d2 89: Add support for setting accounts by address (not just pub_key) in genesis.json 2017-05-22 13:10:25 +02:00
Ethan Frey b53d71c5cf 87: sort the coins from genesis.json/SetOptions to ensure they are valid 2017-05-22 11:59:34 +02:00
Ethan Frey be321373da 87: Sort coin order on ParseCoins to be less fragile 2017-05-22 11:22:41 +02:00
Jae Kwon 2983f5018b Allow keyfile to be absolute path 2017-05-21 20:10:29 -07:00
Ethan Frey bd62b21d6e Bump version to 0.5.0, update deps 2017-05-17 12:46:08 +02:00
Ethan Frey a8866bdd2d Reorg basecli for nicer apptx reusage 2017-05-17 01:14:31 +02:00
Ethan Frey ab6e5c3da2 Add counter app to basecli 2017-05-16 23:53:58 +02:00
Ethan Frey 41c0f7cb69 Owa! nil logger -> crash on CheckTx :( 2017-05-16 23:47:36 +02:00
Ethan Frey a32bf5475f Start working on apptx for counter in basecli 2017-05-16 21:40:07 +02:00
Ethan Frey 791f12624d Merge pull request #81 from tendermint/basecli-rige
Nicer basecli setup
2017-05-16 20:28:26 +02:00
Ethan Frey 0843c4428b Cleanup merge 2017-05-16 20:21:55 +02:00
rigel rozanski 4207275d18 basecli cleanup
glide fix

int

int
2017-05-16 19:08:07 +02:00
Ethan Frey 0fc1b98525 Merge pull request #82 from tendermint/feature/new-logging
New logging
2017-05-16 19:04:47 +02:00
Ethan Frey 2f37d5b635 Remove lots of circle debug statements 2017-05-16 19:00:45 +02:00
Ethan Frey 4a380bb6e8 Start abci server when running --without-tendermint 2017-05-16 18:54:19 +02:00
Ethan Frey 94703fa95b more debug 2017-05-16 18:54:19 +02:00
Ethan Frey 0c1cf83a7b debug circle 2017-05-16 18:54:19 +02:00
Ethan Frey 698347a4aa Demo on develop version of tendermint 2017-05-16 16:02:51 +02:00
Anton Kaliaev fdd7addb67
update deps (point tendermint to develop) 2017-05-16 15:45:10 +02:00
Ethan Frey 1e92e7c5c3 Update light-client for fixes with websocket in proxy 2017-05-14 20:54:52 +02:00
Anton Kaliaev e42849b4b8 move logger to state
also remove redundant root.go logger
2017-05-14 20:48:11 +02:00
Ethan Buchman c92c9de342 update glide 2017-05-14 20:48:10 +02:00
Ethan Buchman 59c3d05dfa updates for structs using data.Bytes 2017-05-14 20:48:10 +02:00
Anton Kaliaev f2e452435a use helper func 2017-05-14 20:47:01 +02:00
Anton Kaliaev 41ef8af108 new logging 2017-05-14 20:47:01 +02:00
Ethan Frey ab93d969bc Fixed typos in readme 2017-05-14 20:44:35 +02:00
Ethan Buchman 78593078ba fix genesis format 2017-05-13 20:04:53 -04:00
Ethan Buchman 4a1920a2a7 exit code on error 2017-05-13 20:03:53 -04:00
Ethan Frey 1d6f11aba7 Fixed demo test script 2017-05-13 19:32:42 +02:00