Commit Graph

1056 Commits

Author SHA1 Message Date
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
Ethan Frey 137f8a9ce1 Remove all sequence from coin, fixed cli tests 2017-07-12 19:25:15 +02:00
Ethan Frey 1cc671108e Fee middleware using IPC 2017-07-12 19:25:15 +02:00
Ethan Frey 5950ff34e3 remove sequence number from coins 2017-07-12 19:25:14 +02:00
Ethan Frey 46345237a1 Merge pull request #166 from tendermint/feature/150-multisig-roles
Add roles (multisig wallets)
2017-07-12 19:02:06 +02:00
Ethan Frey 60f3ecd9b1 Test multiple nested roles 2017-07-12 17:30:48 +02:00
Ethan Frey 33c9aa96f3 First end-to-end role tests 2017-07-12 17:24:12 +02:00
Ethan Frey 9ea34e9c8f Add CheckHandler as a helper 2017-07-12 16:53:07 +02:00
Ethan Frey 7e7f124bc9 Test create-role and fix CheckTx 2017-07-12 16:22:17 +02:00
Ethan Frey bb61b9fca3 Update cli to properly query into app state-space 2017-07-11 15:35:43 +02:00
Ethan Frey 66d1f86098 Fixed app tests for state spaces 2017-07-11 15:21:02 +02:00
Ethan Frey 771c08483e Remove prefix space in modules, done with state space 2017-07-11 15:11:10 +02:00
Ethan Frey 5cc7406a00 Add state space to the modules and test 2017-07-11 15:05:37 +02:00
Ethan Frey 2a358010dd Clean up roles module with Rigels comments 2017-07-11 14:10:40 +02:00
Ethan Frey 2f0cb2569f Add prefixStore (state space) 2017-07-11 13:56:39 +02:00
Ethan Frey fbdec34ea6 fix typo 2017-07-11 13:56:39 +02:00
Ethan Frey 11a8c0d9a2 Add roles middleware and handler 2017-07-11 13:55:28 +02:00
Ethan Frey 3e52e6b959 Add role struct, storage, better tx validation 2017-07-11 13:54:41 +02:00
Ethan Frey 9eb3c3c7de Start specifying the roles module 2017-07-11 13:53:05 +02:00
Ethan Frey af9169f629 Merge pull request #165 from tendermint/feature/164-tx-expiration
Add optional expiration height to tx
2017-07-11 13:51:10 +02:00
Ethan Frey 64f2c63e21 Fixes as per Rigels comments on PR 2017-07-11 13:44:44 +02:00
Ethan Frey 765f52e402 Enforce the expiration height in Chain middleware 2017-07-10 12:36:30 +02:00
Ethan Frey b6197a1c12 Add height to context, cleanup, add to app and stack 2017-07-10 12:19:42 +02:00
Ethan Frey 100d88d7dd Fix up all tests to handle NewChainTx change 2017-07-10 11:57:37 +02:00
Ethan Frey af9ce5b553 Add expiration field to ChainTx 2017-07-10 11:44:40 +02:00