ckti-ion-recipies:iondash-2-cleanup

Last commit made on 2019-12-04
Get this branch:
git clone -b iondash-2-cleanup https://git.launchpad.net/ckti-ion-recipies

Branch merges

Branch information

Name:
iondash-2-cleanup
Repository:
lp:ckti-ion-recipies

Recent commits

c8a1411... by FornaxA <email address hidden>

[FIXUP] Tokens implementation - Move tokendb.cpp from wallet libs to server libs

4227192... by FornaxA <email address hidden>

Token implementation - ION specific part

5f60fa1... by FornaxA <email address hidden>

Tokens - Andrew Stone's implementation

56b0994... by Jonas Schnelli

scantxoutset: mention that scanning by address will miss P2PK txouts

6fa460d... by FornaxA <email address hidden>

EncodeTokenGroup

fe5a302... by Jonas Schnelli

Blockchain/RPC: Add scantxoutset method to scan UTXO set

a8844ae... by Jonas Schnelli

Add FindScriptPubKey() to search the UTXO set

12ee4ba... by FornaxA <email address hidden>

Partial support for Bech32

Based on:
- https://github.com/bitcoin/bitcoin/pull/11117/
- https://github.com/bitcoin/bitcoin/pull/11167/

Related to:
- https://github.com/bitcoin/bitcoin/pull/11372/filesDecodeBase58Check

07a0774... by FornaxA <email address hidden>

Refactor Script interpreter as a "virtual machine" encapsulated by a class. Add py debugger.

4c63a60... by FornaxA <email address hidden>

create a shared library to make creating wallets easier.