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
Extends #33, #33 emits preimages (addresses), as part of the statediff object, for accounts as they are created but we need a means of retrieving any preimages we may have missed up to the point we apply the changes from #33. We can do this by providing an endpoint to stream out every preimage (address) in the state trie at a provided block height.
Make StreamPreimages subscription endpoint methods, which should closely mirror the StreamCodeAndCodeHash methods for the api and service
Extends #33, #33 emits preimages (addresses), as part of the statediff object, for accounts as they are created but we need a means of retrieving any preimages we may have missed up to the point we apply the changes from #33. We can do this by providing an endpoint to stream out every preimage (address) in the state trie at a provided block height.
Make
StreamPreimages
subscription endpoint methods, which should closely mirror theStreamCodeAndCodeHash
methods for the api and serviceExtend this to the direct indexing approach introduced in Write IPLD secondary indexes directly to Postgres #32, e.g. RPC cal tells the node to write out all the addresshash=>addresses directly to Postgres
The text was updated successfully, but these errors were encountered: