seredat / karbowanec

Karbo (Karbovanets) - Digital Exchange Medium - cryptocurrency made in Ukraine, CryptoNote protocol implementation.
https://karbo.io/
Other
104 stars 66 forks source link

RPC: get raw txs with output global indexes by heights #133

Closed aivve closed 4 years ago

aivve commented 4 years ago

Intended for use with web-wallet (client-side). Fetching raw TransactionPrefix'es with output global indexes and basic block info is way faster than the previous method of BlockDetails with TransactionDetails: ~200ms vs ~2000ms.