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
We had planned to use blockTimestamp to prune old transactions, but that's too expensive to get from the OCW. (@jacquesvcritien reports blockNumber comes in the message that they’re watching for while blockTimestamp requires a follow up RPC call.)
As of #11049 we record blockNumber instead, which is counted differently across source chains.
Description of the Design
A way to prune "old" transactions without querying vstorage.
More TBD
Security Considerations
Scaling Considerations
Test Plan
Upgrade Considerations
The text was updated successfully, but these errors were encountered:
What is the Problem Being Solved?
We had planned to use
blockTimestamp
to prune old transactions, but that's too expensive to get from the OCW. (@jacquesvcritien reportsblockNumber
comes in the message that they’re watching for whileblockTimestamp
requires a follow up RPC call.)As of #11049 we record
blockNumber
instead, which is counted differently across source chains.Description of the Design
A way to prune "old" transactions without querying vstorage.
More TBD
Security Considerations
Scaling Considerations
Test Plan
Upgrade Considerations
The text was updated successfully, but these errors were encountered: