Commit Graph

881 Commits

Author SHA1 Message Date
Aleksandr Bezobchuk
7537453c83 Move default denomination to account type (for now) 2018-10-24 09:46:26 -04:00
Aleksandr Bezobchuk
ad97634c24 Move old state code to x/evm/types 2018-10-24 09:46:14 -04:00
Aleksandr Bezobchuk
3ff606fa9d Remove bank module stub 2018-10-24 09:45:55 -04:00
Aleksandr Bezobchuk
d017bc7de5 Update import test 2018-10-24 08:30:52 -04:00
Aleksandr Bezobchuk
9b11fe88bd Update README 2018-10-24 08:21:34 -04:00
Aleksandr Bezobchuk
e47d1a4dc8 Fix invalid code hash algo 2018-10-24 08:21:14 -04:00
Aleksandr Bezobchuk
22eef2aa20 Add test-import to makefile 2018-10-24 08:20:59 -04:00
Aleksandr Bezobchuk
c71b6d35ff Update importer test 2018-10-23 11:09:03 -04:00
Aleksandr Bezobchuk
071d6c9ff9 Move blockchain export file to /importer 2018-10-23 11:08:52 -04:00
Aleksandr Bezobchuk
f82443080b Remove old deprecated state files 2018-10-23 11:08:24 -04:00
Aleksandr Bezobchuk
c0489c86da Remove old test importer 2018-10-22 22:46:29 -04:00
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