Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Early testnet blocks #75

Merged
merged 36 commits into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
4a4dc56
Adding a way to support early raw trx on testnet which didn't have th…
poplexity Oct 2, 2024
ae46991
Cleanup rebase
poplexity Oct 2, 2024
15a6f60
Uncomment test genesis for test
poplexity Oct 2, 2024
b1077a1
Formatting
poplexity Oct 15, 2024
16850c0
Fix clippy & fix test
poplexity Oct 15, 2024
055b422
Fix more tests
poplexity Oct 15, 2024
dfdd456
Formatting
poplexity Oct 15, 2024
23907c3
Fixing test
poplexity Oct 15, 2024
74c5f40
Use optional skip_raw_tx_until to skip early blocks for testnet where…
poplexity Oct 16, 2024
f1df45b
Clippy & formatting
poplexity Oct 16, 2024
ad954a3
Also skip config row decoding based on skip_raw_action as that table …
poplexity Oct 18, 2024
a78b7bd
Treat console as Vec<u8> since some values might not be utf8 encoded
poplexity Oct 18, 2024
80b3c1c
Fixes for testnet
poplexity Oct 19, 2024
7f53d2e
Support non-utf8 on transaction memo
guilledk Oct 23, 2024
90001d1
Add account state de-duper based on highest index per scope & key
guilledk Oct 26, 2024
a77a8b9
Skip all events depending on configurable block
guilledk Nov 2, 2024
5437296
Add new JSON state structure which includes evm block and gas price
guilledk Nov 3, 2024
ce9c2f9
Add new state dump
guilledk Nov 3, 2024
f7d6322
Fix state injector logic bug
guilledk Nov 4, 2024
511c44c
Fix defaults on extra_fields gen
guilledk Nov 4, 2024
61e2b65
Move state dump creator code into tcc from reth, delete old dump, wor…
guilledk Nov 9, 2024
d6748f2
Add new state dump
guilledk Nov 9, 2024
270d151
Add test to repro testnet leading zero problem
guilledk Nov 9, 2024
0a3b97f
Allow [0] for sig value in unsigned (native signed) transactions
poplexity Nov 9, 2024
51c5ac5
Adding comment
poplexity Nov 9, 2024
d4ba2a3
Adding test for another failed sig/buf decoding
poplexity Nov 9, 2024
9fd6feb
Being more relaxed about buf value, allow leading 0 to be skipped as …
poplexity Nov 10, 2024
8647de1
Forgot to copy tx from block to completed block in the non skip case /
guilledk Nov 12, 2024
6213855
Using just 1 decimal of precision in logging of blocks/trx per second
poplexity Nov 15, 2024
c31f685
Add en exception for the wrong deployment of EVM contract at native b…
aamirpashaa Nov 18, 2024
bd8c2f4
Fix state injection trigger logic on testnet case where deploy_block …
guilledk Nov 20, 2024
3b47598
Drop unnecesary dependencies from old arrowbatch db sys, fix warnings
guilledk Nov 21, 2024
2f03d64
Formatting
poplexity Dec 2, 2024
b11af06
Clippy
poplexity Dec 2, 2024
67648a7
Switch tests to use new skip api names
guilledk Dec 2, 2024
9b6155e
Disable dump test
poplexity Dec 2, 2024
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 .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.idea
/target
config.toml
translator-config.toml
*.csv
*.log
*.pid
Loading
Loading