* 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`
* WIP: add grpc query test cases
* fix: fix the sub names authority storing issue
* WIP: add the test cases
* refactor: removed legacyCodec from nameservice
* fix: fix the responses for `authority-expiry` and `records-expiry` commands query result
* refactor: sort the imports in app
* WIP: add test cases for cli query, tx for nameservice module
* feat: add test cases for grpc of nameservice module
1. renamed grpc gateway routes from ethermint to vulcanize
* refactor: refactored the test cases for grpc lookup of nameservice
* refactor: refactored the test cases for bond module
* 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
* miner_namespace docs
* use GetConfig to maintain user configuration instead of the default
* Minimal changes to the docs
* Changelog updated
Co-authored-by: ramacarlucho <ramirocarlucho@gmail.com>
* miner namespace
* SetGasPrice call
* Added note plus fixed error logging
* Refactor to use the keyring in the miner namespace
* Changed keyring function return
* Added more detailed logs to unsupported functions
* Reverted changes on ethapi and just using a refrence to it on miner
* Creating a transaction
* fix condition
* Error string not capitalized
* suggested changes to setEtherbase
* change log level
* minor changes
* minor changes
* Sending tx to test the endpoint
* get tx nonce
* Using aphoton const and changing the logger to debug
* Using default RPC gas limit constant
* Apply suggestions from code review
Renames and log changes
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
* pair programming session
* get gas
* Set gas prices note added
* Setting fess and max gas
* delete unnecessary log
* Apply suggestions from code review
return false in case of error
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
* Suggested changes applied
* Updated changelog and json_rpc docs
* Update CHANGELOG.md
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
* Update ethereum/rpc/namespaces/miner/api.go
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
* Update ethereum/rpc/namespaces/miner/api.go
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
* Update ethereum/rpc/namespaces/miner/api.go
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
* Update ethereum/rpc/namespaces/miner/api.go
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
* Using the same coin denom as the gas price for the fee
Co-authored-by: ramacarlucho <ramirocarlucho@gmail.com>
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Federico Kunze <federico.kunze94@gmail.com>