Federico Kunze Küllmer
|
be7a711f66
|
build: update makefile proto (#647)
* build: update makefile proto
* updates
* revert swagger-gen
|
2021-10-07 13:02:31 +02:00 |
|
Federico Kunze Küllmer
|
a8722655bb
|
all: bump go-ethereum to v1.10.9 (#231)
* all: bump go-ethereum to v1.10.4
* build
* state transition and rpc
* wip rpc changes
* fix refund
* fixes
* no base fee param
* ante handler
* undo change
* fix test
* bump deps
* calculate base fee
* gRPC base fee query
* update RPC
* fix
* update'
* go.mod
* fix build
* fix panic
* rm changes in third_party
* json rpc changes
* reserved fields
* fixes fixes fixes
* rm no stringer
* fixes 2
* tests wip
* bump geth version
* update
* grpc traceTx
* rm fee market from ante
* fix TransactionArgs
* lint
* update proto
* update tx args
* changelog
|
2021-10-05 15:38:20 +00:00 |
|
Federico Kunze Küllmer
|
fb9adf979c
|
evm: geth 1.10.9 fee market changes to Keeper and AnteHandler (#620)
* evm: geth 1.10.9 fee market changes
* update
* changelog
|
2021-10-04 14:58:06 +00:00 |
|
crypto-facs
|
0463c8bfcd
|
rpc: fix TraceConfig param for tracers (#565)
|
2021-09-15 10:50:52 -03:00 |
|
yihuang
|
116de54617
|
evm: remove tx logs and block bloom from chain state (#556)
Closes #452
fix unit tests
changelog and fix lint
fix unit test
Update ethereum/rpc/backend/backend.go
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
Update ethereum/rpc/backend/utils.go
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
changelog
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
|
2021-09-15 09:45:03 +00:00 |
|
crypto-facs
|
3f1eeb30b6
|
rpc: debug_traceBlockByNumber endpoint (#555)
* Refactor traceTx
* add getTendermintBlock on backend
* keeper concurrency
* first version
* json rpc concurrency
* rever makefile change
* remove grpc traceblock
* create internal traceBlock function
* added types to evm module
* tendermintBlockByNumber rename
* added safe message check
* remove unnecesary line
* check error
* fix lint
* fix linter
* Update ethereum/rpc/namespaces/debug/api.go
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
* Update ethereum/rpc/namespaces/debug/api.go
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
* Update ethereum/rpc/backend/backend.go
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
* improve traceBlock performance
* fix linter
* add extra line on function parameters
* changed index to uint 64
* fix lint
* proto gen
* update endpoints documentation
* update changelog
* Apply suggestions from code review
* Update ethereum/rpc/namespaces/eth/filters/filters.go
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
|
2021-09-15 08:46:01 +00:00 |
|
Federico Kunze Küllmer
|
587cf78b5c
|
evm: log pagination (#544)
* evm: log pagination
* tidy
|
2021-09-09 14:26:30 +00:00 |
|
Federico Kunze Küllmer
|
6a2914d4b0
|
evm: rm recover (#542)
* evm: rm recover
* rm query
* lint
|
2021-09-09 09:10:33 +00:00 |
|
crypto-facs
|
c7554e96aa
|
rpc, evm: debug_traceTransaction endpoint (#506)
* fix typo
* Added tracers package to debug API
* Add GetTransactionByHash function to backend package
* first version
* traceTransaction first version
* clean PR
* revert debug changes
* Update proto/ethermint/evm/v1/query.proto
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
* remove unnecesary panic
* remove internal debug api
* trace transaction javascript tracer
* add support for custom logConfig
* added comment
* traceTransactions tests
* fix linter
* remove unused
* add comments to traceConfig
* update dependencies
* updated endpoints md
* Apply suggestions from code review
* Update x/evm/keeper/grpc_query.go
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
* Update x/evm/keeper/grpc_query.go
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
|
2021-09-04 20:33:06 +00:00 |
|
Federico Kunze Küllmer
|
f469db94ef
|
feat: fee market module (#491)
* feat: fee market module
* update proto
* queriers: CLI + gRPC
* gov params
* genesis
* enable height
* fixes
* fix app
|
2021-08-26 10:08:11 +00:00 |
|
Federico Kunze Küllmer
|
1ad9b4c1a5
|
evm: EIP1559 & go-ethereum related updates (#469)
* updates
* more changes
* proto updates
* tidy
* v1beta1
* update buf
* lint
* comments
* typo
|
2021-08-25 14:45:51 +00:00 |
|
Federico Kunze Küllmer
|
6f5f15fc6d
|
proto: v1alpha to v1 (#448)
* proto: v1alpha to v1
* c++
* go mod
|
2021-08-17 15:30:35 +00:00 |
|