laconicd/x/evm/types
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
..
codec.go R4R: CheckTx AnteHandler for Ethereum Tx Messages (#505) 2018-12-18 11:10:04 -05:00
dump.go Move old state code to x/evm/types 2018-10-24 09:46:14 -04:00
journal.go R4R: CheckTx AnteHandler for Ethereum Tx Messages (#505) 2018-12-18 11:10:04 -05:00
msg_test.go R4R: CheckTx AnteHandler for Ethereum Tx Messages (#505) 2018-12-18 11:10:04 -05:00
msg.go R4R: CheckTx AnteHandler for Ethereum Tx Messages (#505) 2018-12-18 11:10:04 -05:00
state_object.go R4R: CheckTx AnteHandler for Ethereum Tx Messages (#505) 2018-12-18 11:10:04 -05:00
statedb.go Fix linting errors 2018-10-24 10:53:23 -04:00
utils.go R4R: CheckTx AnteHandler for Ethereum Tx Messages (#505) 2018-12-18 11:10:04 -05:00