You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
blockchain_transactions: Raw transactions for the blockchain
blockchain_events: Raw logs for the blockchain
blockchain_internal_transactions(calls)>: can be part of table 2.(v3.1)
blockchain_state: all write operations(v3.1)
Node endpoints:
**get_block** - return blocks with transactions
**get_events_log**(from, to) - retrun logs from to block
**trace_block** - return block with transactions trace information( possibly can replace get block )
**debug_trace_transaction** - by providing block and transaction input can restore state call operations.
All crawl happen with batch_size crawler will generate on GCS next paths structure.
blockN-blockN+batch_size/blocks.proto
/transactions.proto
/events.proto
/trace_transactions.proto(suggested by @zomglings add internal calls in transactions file)
/debug_trace_transaction.proto
The text was updated successfully, but these errors were encountered:
Andrei-Dolgolev
changed the title
Moonworm-crawler with schematic indexing and GCS integration.
Moonworm-crawler with schematic indexing with GCS integration.
Jan 25, 2024
Language
Crawler was desided write on go.
Data
Node endpoints:
All crawl happen with
batch_size
crawler will generate on GCS next paths structure.Index files store pace
All routes to files writed to Schematic database.
#1000
The text was updated successfully, but these errors were encountered: