ecbtln / xcp-gui

A GUI and standalone, cross-platform app for the counterparty exchange protocol built atop bitcoin
MIT License
0 stars 0 forks source link

more optimal polling by only getting diff #20

Open ecbtln opened 10 years ago

ecbtln commented 10 years ago

there are options to get the api results, such as get_issuances, and we should be able to filter based on block number to only get the diff in issuances, rather than having to reprocess all of them every time there's one new block.