Commit Graph

870 Commits

Author SHA1 Message Date
Aleksandr Bezobchuk
13c627f6ca Wrap up importer test 2018-10-22 22:45:57 -04:00
Aleksandr Bezobchuk
645a0118e2 Remove dup kvPair in ethDB test 2018-10-22 22:31:09 -04:00
Aleksandr Bezobchuk
f938f74cf0 Fix invalid code commitment 2018-10-22 22:30:13 -04:00
Aleksandr Bezobchuk
0c3975ef5c Remove extra code 2018-10-04 17:52:55 -04:00
Aleksandr Bezobchuk
ef10c845c7 Update importer test to not prune 2018-10-04 17:51:19 -04:00
Aleksandr Bezobchuk
f07b741388 Implement importer test 2018-10-04 17:40:30 -04:00
Aleksandr Bezobchuk
fb8529d5b9 WIP: Import unit test 2018-10-04 16:12:32 -04:00
Aleksandr Bezobchuk
4171212fce Register Account interface with amino in types 2018-10-04 16:12:13 -04:00
Aleksandr Bezobchuk
4ca2b80812 Update StateDB godoc 2018-10-04 16:11:50 -04:00
Aleksandr Bezobchuk
1d6e70d01f Update components as may needing deprecation 2018-10-04 16:11:39 -04:00
Aleksandr Bezobchuk
d4fdf1f47a Update Commit godoc 2018-10-04 12:15:16 -04:00
Aleksandr Bezobchuk
90a3dd3d46 Update NewCommitStateDB constructor to use state keys 2018-10-04 12:12:06 -04:00
Aleksandr Bezobchuk
3c47af91ab Update statedb docs and constructor 2018-10-04 12:09:59 -04:00
Aleksandr Bezobchuk
2feb5bbb5b Finish initial StateDB implementation 2018-10-04 12:06:19 -04:00
Aleksandr Bezobchuk
817f9605aa Partial stateDB implementation 2018-10-03 21:32:13 -04:00
Aleksandr Bezobchuk
7f4dfa5d59 Update state object to reflect journal changes 2018-10-03 21:24:53 -04:00
Aleksandr Bezobchuk
6a741fc501 Implement journal 2018-10-03 21:24:32 -04:00
Aleksandr Bezobchuk
f06071decd Update get/set state functionality in sate object to hash composite key 2018-10-03 15:44:22 -04:00
Aleksandr Bezobchuk
ae64fb6e33 Update ante handler eth tx handler docs 2018-10-03 12:43:00 -04:00
Aleksandr Bezobchuk
e4c1e28f30 Update stateObject interface implementation 2018-10-03 12:42:38 -04:00
Aleksandr Bezobchuk
355244b5bc Implement deepCopy on state object 2018-10-03 11:07:55 -04:00
Aleksandr Bezobchuk
f2b455b055 Structure and commenting cleanup 2018-10-03 10:57:02 -04:00
Aleksandr Bezobchuk
2a079d1cbe Update journal types 2018-10-03 09:42:19 -04:00
Aleksandr Bezobchuk
b77d74f405 Finish state object implementation 2018-10-03 09:42:07 -04:00
Aleksandr Bezobchuk
be81045e26 Initial stateDB and related interface implementations 2018-10-02 20:22:15 -04:00
Alexander Bezobchuk
b1b4d2e348
Merge pull request #485 from cosmos/bez/upgrade-geth-1.8.16
Upgrade geth and cleanup
2018-10-01 22:10:44 +00:00
Aleksandr Bezobchuk
17fa941fa1 Update vendor config to use forked geth 2018-09-28 18:02:00 -04:00
Aleksandr Bezobchuk
85ca203972 Upgrade geth and cleanup 2018-09-28 17:40:58 -04:00
Alexander Bezobchuk
6e1a73bcad
Merge pull request #481 from cosmos/bez/refactor-db-app
R4R: Update database and baseapp Initialization
2018-09-07 16:31:46 -04:00
Aleksandr Bezobchuk
2d9592ffaa Update database and baseapp initialization 2018-09-07 13:34:29 -04:00
Jack Zampolin
dbf3fcfc94
Merge pull request #480 from cosmos/bez/update-pr-template
Update PULL_REQUEST_TEMPLATE.md
2018-09-06 15:39:10 -04:00
Alexander Bezobchuk
8e32ef5949
Update PULL_REQUEST_TEMPLATE.md 2018-09-06 14:54:17 -04:00
Alexander Bezobchuk
c06a3f9d8c
Merge pull request #470 from cosmos/aditya/ante-test
- AnteHandler unit tests
- Transaction Amino registration in types
2018-08-31 21:42:38 -04:00
Aleksandr Bezobchuk
e83a2b97f9 Update ante handler unit tests 2018-08-31 16:44:34 -04:00
Aleksandr Bezobchuk
e2c0645a10 Fix merge conflicts 2018-08-31 14:26:45 -04:00
Alexander Bezobchuk
ec4c4136b1
Merge pull request #478 from cosmos/bez/477-re-intro-embedded-tx
R4R: Reintroduce Embedded Transactions
2018-08-31 08:38:16 -04:00
Aleksandr Bezobchuk
4add2e7df7 Remove ChainConfig from ethermint constructor 2018-08-31 08:35:23 -04:00
Aleksandr Bezobchuk
8ca5a1c043 Update tx spec doc 2018-08-30 17:55:45 -04:00
Aleksandr Bezobchuk
5621242668 Revert tx logic to use embedded txs with dedicated addr 2018-08-30 17:36:14 -04:00
Aleksandr Bezobchuk
4f211af49a Update ethermint appt to accept an SDK address 2018-08-30 14:32:32 -04:00
Alexander Bezobchuk
682a81f133
Merge pull request #472 from mslipper/rpc-2
R4R: Stub out other RPC endpoints
2018-08-28 06:15:28 -07:00
Matthew Slipper
e3f3712676 Stub out other RPC endpoints 2018-08-28 01:56:01 -07:00
Jack Zampolin
58a8b42b8f
Merge pull request #476 from cosmos/bez/436-initial-abci-impl
R4R: Implement Initial ABCI Application
2018-08-24 13:14:22 -07:00
Aleksandr Bezobchuk
97b68eaa6e Fix dep version mismatch 2018-08-24 12:59:37 -07:00
Aleksandr Bezobchuk
f93135f0f8 Implement initial ABCI logic 2018-08-24 11:56:43 -07:00
Jack Zampolin
50e0602923
Merge pull request #475 from cosmos/bez/474-refactor-tx-impl
R4R: Remove EmbeddedTx and Related Logic
2018-08-24 09:22:54 -07:00
Aleksandr Bezobchuk
e99e02908f Update tx spec doc 2018-08-24 08:46:58 -07:00
Aleksandr Bezobchuk
7d4b3ef51e Update ethermint app to no longer use SDK address 2018-08-24 08:37:18 -07:00
Aleksandr Bezobchuk
cd593e3e37 Remove EmbeddedTx and related logic 2018-08-24 08:29:10 -07:00
Jack Zampolin
8b642e3f46
Merge pull request #471 from cosmos/bez/468-initial-docs
R4R: Implement Initial Spec/Documentation
2018-08-22 12:58:12 -07:00