forked from cerc-io/laconicd-deprecated
* Problem: state transition code is duplicated Closes: #672 Solution: - move gas refund out from ApplyMessage - move check into ApplyMessage - move evm construction into ApplyMessage - ensure context stack is clean after ApplyMessage return fix unit tests undo rename add underflow check * improve performance - don't duplicate params loading - passing EVMConfig around as pointer |
||
|---|---|---|
| .. | ||
| atlas | ||
| client | ||
| keeper | ||
| simulation | ||
| spec | ||
| types | ||
| genesis_test.go | ||
| genesis.go | ||
| handler_test.go | ||
| handler.go | ||
| module.go | ||