Federico Kunze
|
e639cb4a82
|
evm: use TransientStore for AccessList (#75)
* evm: use transient store for access list
* evm: remove address and slot access list mappings
* update tests
* update
* changelog
* update types
|
2021-06-07 06:05:49 -04:00 |
|
Federico Kunze
|
c08dcfad0c
|
keeper: StateDB unit tests (#47)
* keeper: statedb unit tests
* evm: balance tests
* evm: nonce and code tests
* evm: refund test
* evm: fix tx encoding
* storage and access list tests
|
2021-06-02 04:06:12 -04:00 |
|
Federico Kunze
|
6c1e7fec01
|
app, ante, evm: Keeper StateDB refactor (#30)
* evm: keeper statedb refactor
* keeper: implement stateDB account, balance, nonce and suicide functions
* keeper: implement stateDB code and iterator functions
* keeper: implement stateDB log and preimage functions
* update code to use CommitStateDB
* tests updates
* journal changes (wip)
* cache fields
* journal and logs
* minor cleanup
* evm: remove journal related changes
* evm: delete empty account code and storage state
* app, evm: transient store
* ante, evm: refund gas transient
* evm: remove transient keeper state fields
* address comments from review
* evm: undo revision change
|
2021-05-25 08:56:36 -04:00 |
|
Federico Kunze
|
614e62fb7e
|
additions
|
2021-04-18 17:54:18 +02:00 |
|
Federico Kunze
|
5a3d514ba0
|
conflicts
|
2021-04-17 12:00:07 +02:00 |
|
Ray Pierre
|
75fb3ccb89
|
fix incorrect blockHash in evm (#780)
* Fix wrong blockHash value in evm
* fix ut
* store current block hash in BeginBlock
* update ut
* update comment
* add changelog
|
2021-03-18 20:04:29 -07:00 |
|
Federico Kunze
|
9cbb4dcf6d
|
stargate: migrate types (#670)
* changelog v0.4.0
* stargate: types changes
* msg and handler changes
* validation
* fixes
* more fixes
* more test fixes
* changelog
* changelog
* lint
* rm comment
* lint
* redundant if condition
|
2021-01-06 17:56:40 -03:00 |
|
noot
|
2796f55b02
|
deps: update go-ethereum to v1.9.24 (#594)
* update to go-ethereum v1.9.24
* go mod tidy
* add YoloV2 to chain config
* add accessList and implement csdb accessList funcs
* cleanup
* access list tests
* changelog
* add stateDB test
* test Copy
Co-authored-by: Federico Kunze <federico.kunze94@gmail.com>
|
2020-11-16 17:11:15 +01:00 |
|
Federico Kunze
|
4e01da905a
|
crypto: refactor for stargate (#559)
* changelog
* update changelog
* crypto: refactor for stargate
* fixes
* fix keys
* changelog
|
2020-10-06 20:57:55 +02:00 |
|
Federico Kunze
|
261f86fdf2
|
bump SDK to v0.39.1 (#386)
* bump sdk version to v0.39.0 candidate
* updates
* update evm
* bump commit
* more changes
* build
* genesis
* fix tests
* fix tests
* bump commit
* bump commit
* bump commit
* add keygen func
* bump version to 0.39.0-rc0
* update AnteHandler
* fix TxDecoder
* lint
* fix test
* update statedb
* changelog
* fixes
* remove extra files
* update make test-import
* rename test
* bump SDK version to final release
* update to 0.39.1-rc1
* fix evm tests
* update RPC
* minor fixes
* update to rc2
* bump to v0.39.1
* fix personal API
* fix string type cast ambiguity (#449)
* init
* fix estimate gas test
* minor genesis change
* remove comments from unstable commit (stargate release)
Co-authored-by: Alessio Treglia <quadrispro@ubuntu.com>
|
2020-08-23 17:41:54 -04:00 |
|
Justin Thompson
|
d69aad2016
|
x/evm: stateDB and keeper tests (#396)
* draft state_transition
* working test
* keeper test
* statedb rewrite
* fix tests
* add keeper statedb test
* minor changes
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Federico Kunze <federico.kunze94@gmail.com>
|
2020-07-23 14:30:31 -04:00 |
|