Commit Graph

1300 Commits

Author SHA1 Message Date
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
Aleksandr Bezobchuk
5850586e2d Merge branch 'bez/468-initial-docs' of github.com:cosmos/ethermint into bez/468-initial-docs 2018-08-22 14:05:39 -04:00
Aleksandr Bezobchuk
38c228cc1a Address PR reviews in regards to transaction sigs 2018-08-22 09:53:27 -04:00
Jack Zampolin
712d1d7c34 Update README 2018-08-21 15:22:50 -07:00
Alexander Bezobchuk
2d41649992
Merge pull request #460 from mslipper/rpc
WIP: Start RPC API implementation
2018-08-21 11:38:11 -04:00
Matthew Slipper
32504a866f Start RPC API implementation 2018-08-21 00:12:48 -07:00
Jack Zampolin
94b84b484c Change copy in intro/README 2018-08-20 19:21:02 -07:00
Aleksandr Bezobchuk
63c160977b Add transaction doc/spec 2018-08-20 08:33:08 -04:00
Aditya Sripal
9164db3e0a fix dep 2018-08-16 15:43:01 -07:00
Aditya Sripal
9e5ddf87b2 Merge branch 'master' of https://github.com/cosmos/ethermint into aditya/ante-test 2018-08-16 15:37:14 -07:00
Aditya Sripal
f73ab8a0da Fixed sig issue, wrote embedded tests 2018-08-16 15:37:10 -07:00
Aditya Sripal
91f120c55d signature verification not working 2018-08-16 14:04:19 -07:00
Aleksandr Bezobchuk
8f58d23a99 Implement into documentation 2018-08-16 12:05:14 -04:00
Jack Zampolin
c1e6ebf80a
Merge pull request #467 from cosmos/bez/fix-broken-state-tests
Fix broken state unit tests
2018-08-15 15:31:13 -07:00
Aleksandr Bezobchuk
cb8d84783e Fix broken state unit tests 2018-08-15 18:27:30 -04:00
Aditya Sripal
e114ec508e simplified sig verification, started handler tests 2018-08-13 18:02:21 -07:00
Alexander Bezobchuk
cd90daaadf
Merge pull request #464 from AlexeyAkhunov/master
R4R: Add Caching to Store Database
2018-08-10 09:28:43 -04:00
Alexey Akhunov
80cfa77826 Addressed comments 2018-08-10 14:22:59 +01:00
Alexey Akhunov
674595d6c9 #461 Add Caching to Store Database 2018-08-09 20:49:40 +01:00
Alexander Bezobchuk
c1e6f3ea94
Merge pull request #451 from cosmos/aditya/tx 2018-08-08 21:08:54 -04:00
Aleksandr Bezobchuk
fbf3137b85 Merge pull request #451: Transaction Implementation 2018-08-08 21:06:40 -04:00