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

ERA: Add ERA file support package #3853

Merged
merged 35 commits into from
Feb 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
53bd460
add new era package
ScottyPoi Jan 30, 2025
ce095de
era: add helper functions for export as era1
ScottyPoi Jan 30, 2025
a8e1b20
update spelling
ScottyPoi Jan 30, 2025
6b00bc6
update packagelock
ScottyPoi Jan 30, 2025
0cc89c3
client: add era package dependency
ScottyPoi Jan 30, 2025
e83fd4c
client: add utility functions to export history
ScottyPoi Jan 30, 2025
a009517
client: export export history as RPC method
ScottyPoi Jan 30, 2025
48979dd
era: add types file
ScottyPoi Jan 30, 2025
f4be6f0
era: add file for compression / uncompression functions
ScottyPoi Jan 30, 2025
c8d03d5
era: add file for e2store functions
ScottyPoi Jan 30, 2025
b34f6cd
era: add functions for block tuples
ScottyPoi Jan 30, 2025
0e905b4
era: add functions for reading and validating era1 files
ScottyPoi Jan 30, 2025
66d6cb7
update packagelock
ScottyPoi Jan 30, 2025
1e22222
update spelling
ScottyPoi Jan 30, 2025
624885d
export from index.ts
ScottyPoi Feb 4, 2025
b794f7d
add test for reading era1
ScottyPoi Feb 4, 2025
3c93c83
fix spelling error
ScottyPoi Feb 4, 2025
85040eb
update tsconfig
acolytec3 Feb 4, 2025
45eecd4
move function to era package
ScottyPoi Feb 4, 2025
8b7b8f7
era: switch ssz dependency
ScottyPoi Feb 5, 2025
a1a5585
fix ssz usage
ScottyPoi Feb 5, 2025
a46c768
era: functions for export history directly from dataDir
ScottyPoi Feb 7, 2025
8ec7432
era: add level and blockchain dependencies
ScottyPoi Feb 7, 2025
b4291a7
client: remove era functions from client package
ScottyPoi Feb 7, 2025
1c9a72f
update packagelock
ScottyPoi Feb 7, 2025
a2cd615
era: add function to reconstruct block from tuple
ScottyPoi Feb 8, 2025
acbddcc
era: add function to getHeaderRecords from file
ScottyPoi Feb 8, 2025
7baf1c2
era: add helper for readBinaryFile
ScottyPoi Feb 8, 2025
7e258d6
update README
ScottyPoi Feb 8, 2025
002ded4
update README
ScottyPoi Feb 8, 2025
2527150
update README
ScottyPoi Feb 8, 2025
609eaaf
Update packages/era/src/exportHistory.ts
ScottyPoi Feb 8, 2025
8ec8bb8
update tsconfig
ScottyPoi Feb 8, 2025
00394b9
fix import
ScottyPoi Feb 8, 2025
d410962
check for directory existence first
acolytec3 Feb 8, 2025
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
9 changes: 8 additions & 1 deletion config/cspell-md.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,13 @@
"beaconroot",
"Grandine",
"EVMBN",
"kaust"
"kaust",
"Scotty",
"ScottyPoi",
"snappystream",
"Unsnappy",
"unsnappy",
"ethportal",
"bytevector"
]
}
12 changes: 10 additions & 2 deletions config/cspell-ts.json
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,14 @@
"Statetest",
"testeth",
"PUSHDATA",
"chunkified"
"chunkified",
"ScottyPoi",
"Scotty",
"snappystream",
"ethjs",
"Unsnappy",
"unsnappy",
"ethportal",
"bytevector"
]
}
}
Loading
Loading