Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd: fix debug command #41

Merged
merged 7 commits into from
Oct 12, 2021
Merged

cmd: fix debug command #41

merged 7 commits into from
Oct 12, 2021

Conversation

fedekunze
Copy link
Contributor

No description provided.

fedekunze and others added 4 commits October 7, 2021 16:08
* build: fix version (#30)

* release: v0.1.0 changelog (#29)

* build: version

* changelog

* backport #30
* deps: bump ethermint to `v0.7.1` (#34)

* release: v0.1.0 changelog (#29)

* backport fix version (#31)

* build: fix version (#30)

* release: v0.1.0 changelog (#29)

* build: version

* changelog

* backport #30

* bump ethermint

* gitignore

* fix changelog

* changelog

* ci: add bencher config (#33)

Add bencher config with global +-10% threshold for improvements and regressions

Co-authored-by: Daniel Burckhardt <daniel.m.burckhardt@gmail.com>
@fedekunze fedekunze merged commit e99ef02 into main Oct 12, 2021
@fedekunze fedekunze deleted the debug-cmd branch October 12, 2021 00:16
fedekunze added a commit that referenced this pull request Oct 24, 2021
* release: v0.1.0 changelog (#29)

* backport fix version (#31)

* build: fix version (#30)

* release: v0.1.0 changelog (#29)

* build: version

* changelog

* backport #30

* release: cherry pick `v0.1.2` (#35)

* deps: bump ethermint to `v0.7.1` (#34)

* release: v0.1.0 changelog (#29)

* backport fix version (#31)

* build: fix version (#30)

* release: v0.1.0 changelog (#29)

* build: version

* changelog

* backport #30

* bump ethermint

* gitignore

* fix changelog

* changelog

* ci: add bencher config (#33)

Add bencher config with global +-10% threshold for improvements and regressions

Co-authored-by: Daniel Burckhardt <daniel.m.burckhardt@gmail.com>

* cmd: fix debug command

* c++

* c++

Co-authored-by: Daniel Burckhardt <daniel.m.burckhardt@gmail.com>
fedekunze added a commit that referenced this pull request Oct 24, 2021
* bump ethermint

* cmd: fix debug command (#41)

* release: v0.1.0 changelog (#29)

* backport fix version (#31)

* build: fix version (#30)

* release: v0.1.0 changelog (#29)

* build: version

* changelog

* backport #30

* release: cherry pick `v0.1.2` (#35)

* deps: bump ethermint to `v0.7.1` (#34)

* release: v0.1.0 changelog (#29)

* backport fix version (#31)

* build: fix version (#30)

* release: v0.1.0 changelog (#29)

* build: version

* changelog

* backport #30

* bump ethermint

* gitignore

* fix changelog

* changelog

* ci: add bencher config (#33)

Add bencher config with global +-10% threshold for improvements and regressions

Co-authored-by: Daniel Burckhardt <daniel.m.burckhardt@gmail.com>

* cmd: fix debug command

* c++

* c++

Co-authored-by: Daniel Burckhardt <daniel.m.burckhardt@gmail.com>

* release: cross builder using go 1.17.1 and goreleaser.yml updated (#39)

* docker cross builder pointing to the correct version, goreleaser.yml updated for evmosd

* release using the correct docker image

* changelog

* changelog

* fix

Co-authored-by: Daniel Burckhardt <daniel.m.burckhardt@gmail.com>
Co-authored-by: Guillermo Paoletti <guillermo.paoletti@gmail.com>
faddat referenced this pull request in notional-labs/evmos Dec 9, 2021
* 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: state transition refactor

* evm: unpack revert errors

* evm: update state transition (wip)

* evm: remove journal related changes

* evm: delete empty account code and storage state

* update gas limit

* evm: header hash to/from context

* evm: minor params and state transition changes

* ante: state transition changes

* ante: refactor default sig gas consumer

* ante: ignore gas costs from ops other than intrinsic gas

* ante: CanTransferDecorator

* evm: refund gas

* update comments

* state transition comments

* ante: CanTransfer and AccessList decorator tests

* evm: cleanup state transition

* ignore nonce increment during ante handler on contract creation

* fix ante tests

* more test fixes
faddat referenced this pull request in notional-labs/evmos Dec 9, 2021
* 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: state transition refactor

* evm: unpack revert errors

* evm: update state transition (wip)

* evm: remove journal related changes

* evm: delete empty account code and storage state

* update gas limit

* evm: header hash to/from context

* evm: minor params and state transition changes

* ante: state transition changes

* ante: refactor default sig gas consumer

* ante: ignore gas costs from ops other than intrinsic gas

* ante: CanTransferDecorator

* evm: refund gas

* update comments

* state transition comments

* ante: CanTransfer and AccessList decorator tests

* evm: cleanup state transition

* ignore nonce increment during ante handler on contract creation

* fix ante tests

* more test fixes
faddat referenced this pull request in notional-labs/evmos Dec 9, 2021
* 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: state transition refactor

* evm: unpack revert errors

* evm: update state transition (wip)

* evm: remove journal related changes

* evm: delete empty account code and storage state

* update gas limit

* evm: header hash to/from context

* evm: minor params and state transition changes

* ante: state transition changes

* ante: refactor default sig gas consumer

* ante: ignore gas costs from ops other than intrinsic gas

* ante: CanTransferDecorator

* evm: refund gas

* update comments

* state transition comments

* ante: CanTransfer and AccessList decorator tests

* evm: cleanup state transition

* ignore nonce increment during ante handler on contract creation

* fix ante tests

* more test fixes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants