Pushing latest patches and chains to the Coinbase Branch#13
Open
leozc wants to merge 28 commits intocoinbase:masterfrom
Open
Pushing latest patches and chains to the Coinbase Branch#13leozc wants to merge 28 commits intocoinbase:masterfrom
leozc wants to merge 28 commits intocoinbase:masterfrom
Conversation
sync with chainstorage go version
TIT-228 Add base config
Support Tron and Story data ingrestion job
Collaborator
🟡 Heimdall Review Status
|
update chainstorage version to fix Tron parser
…ng 1.23 as Chainstorage
Add tron specific fields in the receipt
Fix `base` controller is not implemented
* support bitcoincash and ethereumclassic * update chainstorage version * fix
Upgrade Arrow Go dependency from v10.0.1 to v15.0.2 for compatibility with Databricks 16.4 LTS which uses Arrow 15.0.x. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Upgrade Apache Arrow from v10 to v15
* add new evm chains and upgrade golang version to 1.24 * add build arm go * upgrade spark version * update chainstorage version
* add new evm chains with legacy chainformer * update chainstorage for seismic * add build-go-arm make * add seismic testnet config * config dash * config zcash * update chainstorage, fix dash vin vout validation * update chainstorage with fix dash address parser * config tempo * update chainstorage with fixed seismic timestamp * release raw block blob after parse to reduce peak memory (#15) * release raw block blob after parse to reduce peak memory ParseNativeBlock copies strings out of the protobuf blob, so the raw JSON bytes (up to several GB for chains with large blocks such as zcash) can be dropped the moment the native block is returned. Also null out slice entries after each transform so blocks cannot pin themselves until the mini-batch / chunk loop exits. Verified by synthetic benchmark (64 MiB blob): resident-heap delta after GC drops from ~0 B (pre-fix) to -67 MB (post-fix), confirming the blob is reclaimed during TransformBlock. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix review comments: rename shadowed var, clarify comments - Rename `i` to `idx` in stream_table.go inner loop to avoid shadowing the outer sequence-number `i` variable. - Fix comments to say "block object" / "block and event object" instead of "parsed block" since the slice holds raw protos, not NativeBlocks. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * Update internal/controller/bitcoin/tables/transform_block_test.go Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update internal/controller/ethereum/tables/transform_block_test.go Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * fix --------- Co-authored-by: Aegis <163782839+aegis-cipherowl@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed? Why?
Support Tron and Story
How did you test the change?
Deployed on production