go-ethereum/eth/tracers
Matthieu Vachon 95a7b396a8 Fixed backward compatibility ordinals wrongly re-ordered in Firehose
At some point in the Firehose 2.x release lifecycle, a bug was introduced that caused
ordinals within the block to be broken. The problem was that system calls and block level balance changes
were done using a block level ordinals and transactions were done using their own level ordinals.

Then in the console reader, the ordinals were re-ordered correctly. While block level balance changes
were re-ordered correctly, the system calls were not.

Here, we re-apply the same bug to the transactions to ensure that the Firehose 3.x release lifecycle.
First, we are going to reset the ordinal once we detect this is the first transaction.
Then in the end block, we are going to fix balance & code changes ordinals.
2025-02-20 19:31:10 -05:00
..
internal Fixed backward compatibility ordinals wrongly re-ordered in Firehose 2025-02-20 19:31:10 -05:00
js Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
live core/tracing: state journal wrapper (#30441) 2025-02-05 13:58:25 +01:00
logger eth/tracers/logger: return revert reason (#31013) 2025-01-13 23:12:15 +08:00
native all: update license comments and AUTHORS (#31133) 2025-02-05 23:01:17 +01:00
testdata/firehose Fixed tests 2025-02-14 14:10:38 -05:00
api.go params: start osaka fork (#31125) 2025-02-04 15:29:51 +01:00
api_test.go all: nuke total difficulty (#30744) 2025-01-28 18:55:41 +01:00
dir.go all: update license comments and AUTHORS (#31133) 2025-02-05 23:01:17 +01:00
firehose.go Fixed backward compatibility ordinals wrongly re-ordered in Firehose 2025-02-20 19:31:10 -05:00
firehose_test.go Fixed ordinals and account creations differences on system calls 2025-02-20 10:21:58 -05:00
live.go Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
tracers_test.go Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
tracker.go eth/traces: add state limit (#25812) 2022-10-06 10:48:04 +02:00
tracker_test.go all: update license comments and AUTHORS (#31133) 2025-02-05 23:01:17 +01:00