nimiq / core-rs-albatross

Rust implementation of the Albatross protocol
https://nimiq.com
Other
159 stars 63 forks source link

Allow paging for transactions-by-address queries #2733

Open sisou opened 1 month ago

sisou commented 1 month ago

As @paberr recently discovered, the tree structure we use for the transaction store lends itself to efficiently request transactions with an offset.

This option should be added to the RPC API, and then to the relevant protocol message.

The change to the message will be a protocol breaking change.

paberr commented 1 month ago

I think this is a duplicate of #2697