Skip to content

Commit 1774df6

Browse files
ScottyPoiacolytec3
andauthored
ERA: Add ERA file support package (#3853)
* add new era package * era: add helper functions for export as era1 * update spelling * update packagelock * client: add era package dependency * client: add utility functions to export history * client: export export history as RPC method * era: add types file * era: add file for compression / uncompression functions * era: add file for e2store functions * era: add functions for block tuples * era: add functions for reading and validating era1 files * update packagelock * update spelling * export from index.ts * add test for reading era1 * fix spelling error * update tsconfig * move function to era package * era: switch ssz dependency * fix ssz usage * era: functions for export history directly from dataDir * era: add level and blockchain dependencies * client: remove era functions from client package * update packagelock * era: add function to reconstruct block from tuple * era: add function to getHeaderRecords from file * era: add helper for readBinaryFile * update README * update README * update README * Update packages/era/src/exportHistory.ts Co-authored-by: acolytec3 <[email protected]> * update tsconfig * fix import * check for directory existence first --------- Co-authored-by: acolytec3 <[email protected]>
1 parent cac7cc4 commit 1774df6

26 files changed

+2085
-4
lines changed

config/cspell-md.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,13 @@
321321
"beaconroot",
322322
"Grandine",
323323
"EVMBN",
324-
"kaust"
324+
"kaust",
325+
"Scotty",
326+
"ScottyPoi",
327+
"snappystream",
328+
"Unsnappy",
329+
"unsnappy",
330+
"ethportal",
331+
"bytevector"
325332
]
326333
}

config/cspell-ts.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,14 @@
621621
"Statetest",
622622
"testeth",
623623
"PUSHDATA",
624-
"chunkified"
624+
"chunkified",
625+
"ScottyPoi",
626+
"Scotty",
627+
"snappystream",
628+
"ethjs",
629+
"Unsnappy",
630+
"unsnappy",
631+
"ethportal",
632+
"bytevector"
625633
]
626-
}
634+
}

0 commit comments

Comments
 (0)