PeerAssets / pypeerassets

Reference implementation of the PeerAssets protocol.
BSD 3-Clause "New" or "Revised" License
12 stars 16 forks source link

Stop fetching json format of transactions from provider, fetch hex and deserialzie it locally #105

Open peerchemist opened 6 years ago

peerchemist commented 6 years ago

This will save a lot bandwidth and normalize the inputs.

peerchemist commented 5 years ago

This depends on our fork of the btcpy, which is a mess now.