Alexander Bezobchuk
b821a85a64
R4R: CheckTx AnteHandler for Ethereum Tx Messages ( #505 )
...
* Rename Ethereum tx message
* Use new tx decoder in the ethermint app
* Update ante handler to prevent spam/dos
* Update ethereum msg signing/verification logic
* Implement secp256k1 key types
* Remove pointer from To method
* Move sig check to after inartistic gas check
* Add comment on chainID parsing
* Updated validateIntrinsicGas godoc
* Implement Fee method on eth tx msg
* Add reference to spec for recoverEthSig
* Upgrade TM to v0.27.0
2018-12-18 11:10:04 -05:00
Alexander Bezobchuk
a3619584f8
TX Routing Refactor ( #496 )
2018-11-28 14:19:22 -08:00
Aleksandr Bezobchuk
9dccb2ed0c
Update lock file
2018-10-24 11:02:51 -04:00
Aleksandr Bezobchuk
5b2496553c
Update to reflect latest SDK changes
2018-10-24 10:49:37 -04: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
Aleksandr Bezobchuk
e2c0645a10
Fix merge conflicts
2018-08-31 14:26:45 -04:00
Matthew Slipper
e3f3712676
Stub out other RPC endpoints
2018-08-28 01:56:01 -07:00
Aleksandr Bezobchuk
97b68eaa6e
Fix dep version mismatch
2018-08-24 12:59:37 -07:00
Aleksandr Bezobchuk
cd593e3e37
Remove EmbeddedTx and related logic
2018-08-24 08:29:10 -07:00
Matthew Slipper
32504a866f
Start RPC API implementation
2018-08-21 00:12:48 -07:00
Aditya Sripal
9164db3e0a
fix dep
2018-08-16 15:43:01 -07:00
Aditya Sripal
e114ec508e
simplified sig verification, started handler tests
2018-08-13 18:02:21 -07:00
Aleksandr Bezobchuk
fbf3137b85
Merge pull request #451 : Transaction Implementation
2018-08-08 21:06:40 -04:00
Aleksandr Bezobchuk
0cebfeb759
Merge pull request #453 : Core/State Unit Tests
2018-07-26 09:36:07 -04:00
Aleksandr Bezobchuk
e5e3d48a6d
Merge pull request #447 : Initial Application Skeleton Structure
2018-07-19 17:16:53 -04:00
Aleksandr Bezobchuk
377b7f06c5
Merge pull request #437 : Code Size Lookup Cache
2018-07-17 10:40:59 -04:00
Jack Zampolin
a6e849e144
Merge branch 'master' into jack/docker-compose
2018-07-13 14:41:57 -07:00
Aleksandr Bezobchuk
1226391f0c
Merge pull request #427 : Fix Dependency Versions
2018-07-13 17:36:06 -04:00
Jack Zampolin
828e7cbbb8
Move blockchain file:
2018-07-13 14:12:18 -07:00
Jack Zampolin
cc0f9bdd5b
Address PR comments and add clean makefile target
2018-07-11 09:15:39 -07:00
Aleksandr Bezobchuk
c2e1ab2d4a
Lock in versions of dependencies
2018-07-09 14:24:19 -04:00
Alexey Akhunov
710282b30b
Fixed BLOCKHASH opcode and added blockchain file for smoke testing
2018-07-05 22:01:52 +01:00
Aleksandr Bezobchuk
7e2606f614
update go dep config and lock file
2018-07-05 11:07:00 -04:00
Aleksandr Bezobchuk
fb9f6a7cdc
[WIP] structure/dep refactor
2018-07-04 19:38:20 -04:00
Alexey Akhunov
35115a6f6b
Fixed miner balances
2018-06-25 16:27:05 +01:00
Alexey Akhunov
f84b84f9cf
Process block rewards and check balances
2018-06-19 12:32:26 +01:00
Alexey Akhunov
ee8d406f54
Writing Ethereum genesis block and reading from it
2018-06-18 22:10:29 +01:00
Alexey Akhunov
48eba14504
Switch from iavl tree to cosmos store
2018-06-13 15:29:22 +01:00
Alexey Akhunov
e7be488a75
Skeleton of Ethermint
2018-06-13 10:56:01 +01:00