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
Added new Fullnode class for connecting to local bitcoin node via JSON-RPC (thanks goes to https://github.com/xloem for the initial legwork).
Fullnode class works for Mainnet, Testnet, Scaling-testnet and RegTest (local mock blockchain).
Reordered outputs to always have 'false return' metadata included in the first output instead of the last. This will fix a new issue that arose with rendering of images etc. on bico.media.
Prepend OP_FALSE to OP_RETURN in preparation for Genesis upgrade coming in February.
Add 'sweep' function to PrivateKey class for sending all coins to a given address.