Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Problem: traceTransaction fails for succesful tx #720

Merged
merged 32 commits into from
Nov 9, 2021
Merged
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
7233abb
Problem: traceTransaction fails for succesful tx
yihuang Nov 5, 2021
1b27db1
changelog
yihuang Nov 5, 2021
f1c7d55
fix build
yihuang Nov 5, 2021
f5e0a6c
fix lint
yihuang Nov 6, 2021
2f9197c
refactor traceBlock
crypto-facs Nov 6, 2021
eeb7d22
update protobuf
crypto-facs Nov 6, 2021
346105b
fix Predecessors
yihuang Nov 8, 2021
e1ff8fd
traceBlock refactor
crypto-facs Nov 8, 2021
84b6e27
Merge branch 'fix-tracetx-context' of github.com:yihuang/ethermint in…
crypto-facs Nov 8, 2021
8034d60
refactor traceBlock response
crypto-facs Nov 8, 2021
fa47b90
Update proto/ethermint/evm/v1/tx.proto
crypto-facs Nov 8, 2021
bb7c8cb
Update proto/ethermint/evm/v1/query.proto
crypto-facs Nov 8, 2021
042c4df
Update proto/ethermint/evm/v1/query.proto
crypto-facs Nov 8, 2021
4e99b42
Update proto/ethermint/evm/v1/query.proto
crypto-facs Nov 8, 2021
fb9cb2f
Update proto/ethermint/evm/v1/query.proto
crypto-facs Nov 8, 2021
28946cb
Update proto/ethermint/evm/v1/query.proto
crypto-facs Nov 8, 2021
5826910
fix conflicts
crypto-facs Nov 9, 2021
e55fa23
check tx index is not out of bound
crypto-facs Nov 9, 2021
2468ec8
fix build
crypto-facs Nov 9, 2021
0a3ee7d
Update rpc/ethereum/namespaces/debug/api.go
crypto-facs Nov 9, 2021
40e9675
Update rpc/ethereum/namespaces/debug/api.go
crypto-facs Nov 9, 2021
4f3f827
Update rpc/ethereum/namespaces/debug/api.go
crypto-facs Nov 9, 2021
3d1ea65
Update rpc/ethereum/namespaces/debug/api.go
crypto-facs Nov 9, 2021
f493ccf
remove prealloc
crypto-facs Nov 9, 2021
0567e8f
add traceBlock test
crypto-facs Nov 9, 2021
74b491a
Update x/evm/keeper/grpc_query.go
crypto-facs Nov 9, 2021
805d2e4
Merge branch 'fix-tracetx-context' of github.com:yihuang/ethermint in…
crypto-facs Nov 9, 2021
2c9c9f2
use bytes2Hex
crypto-facs Nov 9, 2021
14203f8
fix error message
crypto-facs Nov 9, 2021
1ea5970
add comment
crypto-facs Nov 9, 2021
417624a
Apply suggestions from code review
fedekunze Nov 9, 2021
5cd28c3
Update rpc/ethereum/namespaces/debug/api.go
fedekunze Nov 9, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (evm) [tharsis#660](https://github.com/tharsis/ethermint/pull/660) Fix `nil` pointer panic in `ApplyNativeMessage`.
* (evm, test) [tharsis#649](https://github.com/tharsis/ethermint/pull/649) Test DynamicFeeTx.
* (evm) [tharsis#702](https://github.com/tharsis/ethermint/pull/702) Fix panic in web3 RPC handlers
* (rpc) [tharsis#720](https://github.com/tharsis/ethermint/pull/720) Fix `debug_traceTransaction` failure

### Improvements

Expand Down
Loading