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
ccc6ae6984
Fix linting errors
2018-10-24 10:53:23 -04:00
Aleksandr Bezobchuk
5b2496553c
Update to reflect latest SDK changes
2018-10-24 10:49:37 -04:00
Aleksandr Bezobchuk
9a076e9526
Other minor updates
2018-10-24 10:23:12 -04:00
Aleksandr Bezobchuk
7537453c83
Move default denomination to account type (for now)
2018-10-24 09:46:26 -04:00
Aleksandr Bezobchuk
4171212fce
Register Account interface with amino in types
2018-10-04 16:12:13 -04:00
Aleksandr Bezobchuk
2feb5bbb5b
Finish initial StateDB implementation
2018-10-04 12:06:19 -04:00
Aleksandr Bezobchuk
f2b455b055
Structure and commenting cleanup
2018-10-03 10:57:02 -04:00
Aleksandr Bezobchuk
be81045e26
Initial stateDB and related interface implementations
2018-10-02 20:22:15 -04:00
Aleksandr Bezobchuk
2d9592ffaa
Update database and baseapp initialization
2018-09-07 13:34:29 -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
Aleksandr Bezobchuk
5621242668
Revert tx logic to use embedded txs with dedicated addr
2018-08-30 17:36:14 -04:00
Aleksandr Bezobchuk
f93135f0f8
Implement initial ABCI logic
2018-08-24 11:56:43 -07:00
Aleksandr Bezobchuk
cd593e3e37
Remove EmbeddedTx and related logic
2018-08-24 08:29:10 -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
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
e5e3d48a6d
Merge pull request #447 : Initial Application Skeleton Structure
2018-07-19 17:16:53 -04:00