Commit Graph

830 Commits

Author SHA1 Message Date
Ethan Frey 5f1d98ba0f Tested sending 1 sig from role 2017-07-19 16:36:35 +02:00
Ethan Frey 63fc25e74e Add roles cli test, coin query supports multiple apps in actor 2017-07-19 16:14:26 +02:00
Ethan Frey 911dd1423e Add roles wrapper/tx/query command to basecoin 2017-07-19 14:26:40 +02:00
Ethan Frey 737e3740dd rigel: Handle auto-sequence when nonce=0 2017-07-19 13:32:55 +02:00
Ethan Frey a12d866ed1 --sequence=-1 broken if no sequence yet 2017-07-19 13:27:29 +02:00
Ethan Frey e7da4c2d3a Add support for --prepare to store tx for multisig 2017-07-19 13:22:53 +02:00
Ethan Frey 29273e5656 Merge pull request #177 from tendermint/feature/104-autoseq
Auto Sequencing, Error Cleanup, Bash Tests Cleanup
2017-07-19 12:36:18 +02:00
Ethan Frey d712d6ffd1 Fixed imports in main.go 2017-07-19 12:22:01 +02:00
rigel rozanski f7fb30fbb6 final PR update 2017-07-19 04:56:44 -04:00
rigel rozanski ac1ecc10c4 new library orders 2017-07-19 04:51:36 -04:00
rigel rozanski 8617841296 errors cleanup 2017-07-19 01:23:13 -04:00
rigel rozanski 0a9460dc93 auto-sequencing 2017-07-19 00:13:39 -04:00
Ethan Frey 942506c21a basecli tx handles json input 2017-07-18 22:40:04 +02:00
Ethan Frey b486ed35ab Merge pull request #174 from tendermint/feature/train-wreck-light-client
Moved all commands from light-client into basecoin
2017-07-18 22:31:47 +02:00
Ethan Frey 100522069d Moved cmd/basecli/commands into client/commands 2017-07-18 22:21:57 +02:00
Ethan Frey eb495e081b Move commands to client/commands 2017-07-18 21:57:37 +02:00
Ethan Frey d9c39ff9e6 Bring more cli tests from light-client 2017-07-18 21:46:13 +02:00
Ethan Frey a9e4a94402 Moved all commands from light-client into basecoin 2017-07-18 21:23:11 +02:00
Ethan Frey f41aed4945 Cleanup nonce parsing for multiple keys 2017-07-18 20:55:12 +02:00
Ethan Frey a060bde1c4 Add more flags to help with multisig 2017-07-18 20:45:48 +02:00
Ethan Frey 7b0934bf9f Ripped about cmd logic to make middleware modular 2017-07-18 20:12:51 +02:00
Ethan Frey 5b70b207ef Document standard modules 2017-07-18 13:51:50 +02:00
Ethan Frey 33c9f099dd Merge pull request #168 from tendermint/feature/160-newseq
Middleware replay protection
2017-07-18 12:25:12 +02:00
rigel rozanski 8dc5fc718d tests working 2017-07-18 12:08:30 +02:00
rigel rozanski cb00c00f0d getting query command to operate 2017-07-18 12:08:30 +02:00
rigel rozanski f43fceeb4d fix seqkey uses chain and app 2017-07-18 12:08:30 +02:00
Ethan Frey 71276a53b5 A failing cli test demonstating the missing query nonce command 2017-07-18 12:08:30 +02:00
Ethan Frey 84a376eecb Failing test to demo seqkey generation issue 2017-07-18 12:08:30 +02:00
rigel rozanski 3d5cf393b9 PR changes 2017-07-18 12:08:29 +02:00
rigel rozanski 007230e583 swap the nonce & chain check order in stack 2017-07-18 12:08:29 +02:00
Ethan Frey 9fd250209e Cli now returns errors on non-zero code from DeliverTx 2017-07-18 12:08:29 +02:00
Ethan Frey e5db61a63a Cleanup counter tx check, add replay protection to cli tests 2017-07-18 12:08:29 +02:00
Ethan Frey 6d35b1f934 Clean up nonce wrapper in cli 2017-07-18 12:08:29 +02:00
rigel rozanski 23615c5d37 almost done! 2017-07-18 12:08:29 +02:00
rigel rozanski 7a37b9b9a9 unit test fixes after rebase 2017-07-18 12:08:29 +02:00
rigel rozanski 463f2dca30 changefile remove silent on bash test
int

int
2017-07-18 12:08:28 +02:00
rigel rozanski 7bdf44c987 increment fixes, test_unit working 2017-07-18 12:08:28 +02:00
rigel rozanski 5ccf22bfb7 frey changes 2017-07-18 12:08:28 +02:00
Ethan Frey 1f2e939ea1 Add signing fix, expands nonce tests 2017-07-18 12:08:28 +02:00
rigel rozanski 6e07dbe7c3 nonce testing 2017-07-18 12:08:28 +02:00
rigel rozanski 16b039534d working sequence number with errors 2017-07-18 12:08:28 +02:00
rigel rozanski 50e4d31149 working nonce module 2017-07-18 12:08:27 +02:00
Ethan Frey e40e331f87 Flesh out quark glossary 2017-07-14 19:06:38 +02:00
Ethan Frey 364802c94d Start quark docs 2017-07-14 18:01:54 +02:00
Ethan Frey 9e2eb818d6 Merge pull request #169 from tendermint/feature/fees
Implement fee handling with IPC
2017-07-13 16:27:26 +02:00
Ethan Frey a508990e08 Cleaned up fees and errors a bit from feedback 2017-07-13 16:20:21 +02:00
Ethan Frey d6d1655ab1 Add support for --fee in countercli 2017-07-12 21:04:34 +02:00
Ethan Frey c1fc5ae3c8 Add --fee flag to sendtx 2017-07-12 20:51:07 +02:00
Ethan Frey 36a453ea41 Fee handler set by default, tested app level 2017-07-12 20:38:54 +02:00
Ethan Frey 454227393b Finish unit tests on fees 2017-07-12 20:22:42 +02:00