* WIP: migrating the nameservice module
* WIP: migrating the nameservice module from dxns to ethermint
* refactor: move the proto package version from `v1` to `v1beta1` for vulcanize modules
* refactor: added bond module dependency to nameserivce module
* feat: added auction module dependency to nameservice module
* refactor: refactored the nameservice module
* refactor: add human-readable attributes output to cli nameservice `list`
* fix: fix the sub names authority storing issue
* refactor: removed legacyCodec from nameservice
* fix: fix the responses for `authority-expiry` and `records-expiry` commands query result
* refactor: sort the imports in app
* refactor: removed json encoder and decoder
* WIP : added bond module tx and query cli commands
* added bond module invariant
* update the go.mod
* addressed the pr changes
* update to proto files
* refactor: move the proto package version from `v1` to `v1beta1` for vulcanize modules
* WIP : addin the unit test scripts to bond module
* refactor: refactored the test cases for bond module
* refactor: refactored the bond module test cases
1. refactored grpc gateway endpoints of bond module
2. added test cases to cli query , cli tx and grpc end points
* addressed the pr comments
1. changed query-by-owner to by-owner in cli cmd
2. changed bonds-by-owner route to by-owner in bond module
* WIP : added bond module tx and query cli commands
* added bond module invariant
* update the go.mod
* addressed the pr changes
* update to proto files
* refactor: move the proto package version from `v1` to `v1beta1` for vulcanize modules
* updated the readme file for bond module
* refactor: address the pr changes
* Problem: verbose logs display with FATAL option (fix#320)
add my script
increase amount for metamask
add run
amount ok
hide log
show info
my logger
hook log
revive eth log
tidy up
use suplog
log replace ok
removed suplog
tidy up
tidy up
fix compile
remove sh
tidy up
tidy up
* logger handler
* fix
* fix eth log override (#371)
remove redundant log
tidy up
* log test
* c++
Co-authored-by: jongwhan lee <jonghwan@crypto.com>
Co-authored-by: Jongwhan Lee <51560997+leejw51crypto@users.noreply.github.com>
* clean up logic by ignoring cosmos gas meter
* set gas used in txResponse
* reset and set the gas in context
* rename ante handler
* fix refundedgas logic
* remove gas update logic in keeper
* update context in keeper
* add test for EthSetupContextDecorator
* fix broken test due to gas logic change
* fix `AddLog` unmarshaling tx
Closes#187
* use cosmos tx in AddLog unit test
* Apply suggestions from code review
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
* ante: check that sender is a EOA
* fix: GetCodeSize handles nil case and comments
* docs: add TODO comment
* fix: use EmptyCodeHash check
* lint: evmtypes instead of types
* lint: fix suite error
* test: set code to act not as EOA
* undo comment on GetCodeSize
* keeper: fix input checks
* Apply suggestions from code review
Co-authored-by: Akash Khosla <me@akashkhosla.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
* 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
* ante: cherry-pick changes from state transition refactor
* ante: test setup
* ante: fixes
* ante: test (wip)
* ante: finish unit tests
* ante: intrinsic gas test
* ante: chaindecorators test (wip)
* update tests
* ante: cleanup tests
* ante: add test consuption test