yihuang
|
0e366db2e2
|
Problem: personal_newAccount don't work (#1561)
fix the internal parameter.
|
2022-12-21 19:55:49 -05:00 |
|
Federico Kunze Küllmer
|
111042da2e
|
chore(all): add license to go files (#1558)
* chore(all): add license to go files
* rm comments from geth files
* fixes
|
2022-12-16 11:48:38 +02:00 |
|
Tomas Guerra
|
052134aff6
|
refactor(all): refactor errors import to use cosmossdk.io (#1456)
* refactor (errors) refactor errors import to use cosmossdk.io instead of cosmos-sdk/types/errors
* refactor (errors) refactor errors import in ethsecp256k1 file
* refactor (errors) add changes to changelog
|
2022-11-14 20:40:14 +01:00 |
|
Jacob Gadikian
|
524e25c038
|
chore: Gofumpt (#1298)
* fumpt
* golangci
* Update keeper_test.go
* Update keeper_test.go
* Update handler_test.go
* Update rpc_pending_test.go
* lll
* line length limits
* Update CHANGELOG.md
|
2022-08-26 10:30:55 +00:00 |
|
yihuang
|
f9c74e239c
|
deps: Update cosmos-sdk to v0.46.1 (#1300)
* Update cosmos-sdk to 0.46.1
* update gomod2nix.toml
|
2022-08-25 08:06:45 +02:00 |
|
Freddy Caceres
|
989192028f
|
Add support for miner_setGasPrice API (#1237)
|
2022-08-12 08:23:13 +02:00 |
|
Daniel Burckhardt
|
e70d8fcb56
|
chore(rpc): restructure JSON-RPC APIs (#1218)
* move non api methods from eth/api.go to evm_backend: ClientCtx, QueryClient, Ctx, getBlockNumber, getTransactionByBlockAndIndex, doCall
* organize eth/api.go into sections and move backend logic to dedicated files
* remove unnecesary comment
* move resend to the backend
* refractor eth api
* refractor debug namespace
* refactor miner namespace
* refactor personal namespace
* update transactionReceipt from upstream
* update getBlockByNumber from upstream
* update getBalance from upstream
* update getProof from upstream
* update getBalance from upstream
* fix linter
* remove duplicated import
* remove duplicated import
* fix backend tests
* fix lint
* fix duplicated imports
* fix linter
* reorganize blocks
* backend folder refractor
* remove unnecessary file
* remove duplicate import
Co-authored-by: Freddy Caceres <facs95@gmail.com>
|
2022-08-09 07:52:28 +02:00 |
|