Commit Graph

830 Commits

Author SHA1 Message Date
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
Ethan Frey ad94d060d8 Merge pull request #161 from tendermint/unstable-cleanup
Unstable cleanup
2017-07-08 21:08:32 +02:00
rigel rozanski 1821f8bd7a more cleanup
int
2017-07-07 01:27:29 -04:00
rigel rozanski 82c0f98235 more golint updating 2017-07-06 23:37:45 -04:00
Ethan Frey 58bc1e3cf8 Simple coin benchmark with memkvstore 2017-07-06 17:07:40 +02:00
Ethan Frey 28b5350cb6 Added simple benchmark for signature checks 2017-07-06 16:51:40 +02:00
Ethan Frey b757467f7b Moved content of txs package to sit next to the handlers 2017-07-06 16:33:38 +02:00
Ethan Frey a047e210fa Moved the handlers from stack into modules 2017-07-06 16:00:54 +02:00
Ethan Frey 768427dcc0 Removed dependency of errors on basecoin main 2017-07-06 15:20:56 +02:00
Ethan Frey 6983f61961 Moved Coins from types -> modules/coin 2017-07-06 14:59:45 +02:00
Ethan Frey 49357a3574 Move kvstore from types to state 2017-07-06 14:23:38 +02:00
Ethan Frey 56e61c9431 Cli tests abort cleaner when server can't start 2017-07-06 13:49:02 +02:00
Ethan Frey 912c24093f Removed a whole lot of old crud 2017-07-06 13:40:02 +02:00
Ethan Frey 5c813833a0 Remove IBC plugin and unneeded code 2017-07-06 13:06:58 +02:00
Ethan Frey e95724d8b1 Merge pull request #154 from tendermint/feature/replace-binaries-0.7
Feature/replace binaries 0.7
2017-07-06 12:41:29 +02:00
Ethan Frey 390fdf95cf Cleanup as requested on PR 2017-07-06 12:18:20 +02:00
Ethan Frey 205e38ee1a Merge pull request #156 from tendermint/feature/replace-binaries-0.7-rigel
golint + general cleanup
2017-07-06 12:08:34 +02:00
rigel rozanski 9b561344fe addressing PR 154 comments 2017-07-06 05:39:58 -04:00
rigel rozanski 0303f2aaaa golinted up to and incl modules 2017-07-06 05:30:03 -04:00
rigel rozanski 35845a958f fix cmd/bascoin/commands/init old flags 2017-07-05 07:08:56 -04:00
rigel rozanski 5044032a23 golint compliant for app, cmd folders 2017-07-05 06:57:52 -04:00
rigel rozanski 375fad3bec go linting working 2017-07-04 23:28:27 -04:00
Ethan Frey ba38f442c8 Update use of --sequence in counter tutorial 2017-07-04 14:52:21 +02:00
Ethan Frey 670e7b48d1 Counter uses dispatcher to deduct fees from account 2017-07-04 14:47:46 +02:00
Ethan Frey 8003034bbb Test reading back counter tx 2017-07-04 14:19:28 +02:00
Ethan Frey c6c5e34c3a Fix shell-down tutorials 2017-07-04 14:10:06 +02:00
Ethan Frey 49ebe59804 Get counter app working, with cli tests 2017-07-04 14:04:18 +02:00