MalteHerrmann
|
78e6df2ed2
|
make missing key error message during SendTransaction more verbose (#1563)
Co-authored-by: 4rgon4ut <59182467+4rgon4ut@users.noreply.github.com>
|
2022-12-20 21:58:30 +00: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 |
|
Ramiro Carlucho
|
71e51aabf6
|
chore (deps): Update geth version to v1.10.25 (#1413)
* build(deps): bump github.com/ethereum/go-ethereum
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.10.19 to 1.10.25.
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](https://github.com/ethereum/go-ethereum/compare/v1.10.19...v1.10.25)
---
updated-dependencies:
- dependency-name: github.com/ethereum/go-ethereum
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* wip geth update
* fix geth init flag order
* add chainId to getTransaction. fix types comparison. update expected values on tests
* wip add tracer config
* tracers test
* update tests
* update to v1.10.25
* fix linter python
* ignore error
* fix lint
* additional changes from diff
* fix issues
* solve lint issues
* fix tests
* fix flake
* wrap types comparison in integration tests
* fix integration tests
* fix flake
* update changelog
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Freddy Caceres <facs95@gmail.com>
|
2022-11-16 12:59:12 -05: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 |
|
Adi Saravanan
|
1ea0cb31b7
|
eth_sendTransaction returns internal trace on missing param (#1284)
* added test, used get method for from param
* gosec fixes
* adding nosec v1
* added test to python tests, removed testing lines
* fixing flake issues
* test-unit-cover
* changelog fix
* changelog 2
* fix gomod2nix
* integration tests
Co-authored-by: Freddy Caceres <facs95@gmail.com>
|
2022-08-25 13:22:31 +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 |
|