Commit Graph

6986 Commits

Author SHA1 Message Date
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
Ethan Frey d0be11682b Embed light-client proxy 2017-05-13 15:08:45 +02:00
Adrian Brink 109877c9dc Merge pull request #83 from tendermint/feature/adrian-spellfix
Spellfix
2017-05-13 10:02:55 +02:00
Ethan Frey 93c4e4d82a Add basic info on using basecli 2017-05-12 22:15:20 +02:00
Ethan Frey 5aec321b76 Fix start command 2017-05-12 21:47:18 +02:00
Ethan Frey 2324f5d766 Fix all tests with new tendermint style 2017-05-12 20:54:50 +02:00
Ethan Frey 73435303af Fix basecoin cli to newest tendermint develop (0.10) 2017-05-12 20:29:13 +02:00
Adrian Brink 57f610a6a7 Spellfix 2017-05-09 14:35:06 +02:00
Jae Kwon fb8e87097a Update README.md 2017-04-30 16:50:14 -07:00
Jae Kwon 354ea8ffd7 Guide minor fixes 2017-04-30 16:13:12 -07:00
Jae Kwon 76b9580045 Fix tabs in init files 2017-04-30 15:21:41 -07:00