Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aurora-is-near/aurora-relayer-dumps
https://github.com/aurora-is-near/aurora-relayer-dumps
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aurora-is-near/aurora-relayer-dumps
- Owner: aurora-is-near
- License: cc0-1.0
- Created: 2021-10-19T15:49:47.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-26T22:44:46.000Z (over 2 years ago)
- Last Synced: 2023-03-11T03:34:29.485Z (almost 2 years ago)
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Aurora Relayer SQL Dumps
## Prehistory Dumps
Prehistorical blocks are the blocks prior to Aurora Engine (the EVM
implementation) being available on the chain. By definition, such blocks
will not have contained any EVM transactions.### `aurora-testnet-prehistory.sql.xz`
This dump includes the first 47,354,108 blocks (genesis through #47354107)
on Testnet.The [Aurora Engine 1.0] release was deployed to Testnet in block #47354108.
### `aurora-mainnet-prehistory.sql.xz`
This dump includes the first 37,157,758 blocks (genesis through #37157757)
on Mainnet.The [Aurora Engine 1.0] release was deployed to Mainnet in block #37157758.
## Archival Dumps
Coming soon.
[Aurora Engine 1.0]: https://github.com/aurora-is-near/aurora-engine/releases/tag/1.0.0