Closed spilin closed 2 years ago
Added script that will traverse through all existing events from the latest to the oldest, updating only from field in event column.
from
event
To run: node lib/data_migrations/2021-12-02-event.js
node lib/data_migrations/2021-12-02-event.js
To successfully execute we probably have to use archival endpoints, although there were some issues with their availability today:
mainnet: https://archival-rpc.mainnet.near.org testnet: https://archival-rpc.testnet.near.org
https://archival-rpc.mainnet.near.org
https://archival-rpc.testnet.near.org
Added script that will traverse through all existing events from the latest to the oldest, updating only
from
field inevent
column.To run:
node lib/data_migrations/2021-12-02-event.js
To successfully execute we probably have to use archival endpoints, although there were some issues with their availability today:
mainnet:
https://archival-rpc.mainnet.near.org
testnet:https://archival-rpc.testnet.near.org