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
This PR implements:
- `archive_unstable_finalized_height`: Get the height of the most recent
finalized block
- `archive_unstable_hash_by_height`: Get the hashes (possible empty) of
blocks from the given height
- `archive_unstable_call`: Call into the runtime of a block
Builds on top of: paritytech#1560
### Testing Done
- unit tests for the methods with custom block tree for different
heights / forks
Closes: paritytech#1510Closes: paritytech#1513Closes: paritytech#1511
@paritytech/subxt-team
---------
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Co-authored-by: Sebastian Kunert <skunert49@gmail.com>
Implement the archive_unstable_hashByHeight to return hashes of blocks from a given block height.
Extracted from the spec:
Priorwork:
archive
RPC API substrate#12737@paritytech/subxt-team
The text was updated successfully, but these errors were encountered: