Don't use pair
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jan 15 2018
Jan 7 2018
Dec 19 2017
Dec 15 2017
Added a warning if two (or more) addresses from incompatible networks are parsed.
Moved network selection to bitcoin.cpp
removed dummy object, cfg -> config
Dec 14 2017
Dec 13 2017
Dec 12 2017
Dec 8 2017
Looks good. You need a test to ensure PackCashAddrContent throws when it should.
Dec 7 2017
back to first proposal, with some nits
No code repitition
Dec 6 2017
I introduced WriteDstPair and EraseDstPair to avoid code repetition between WritePurpose and WriteName. Unfortunately WriteDestData creates its key in different way and cannot be generalized the same way.
remove unrelated change
Add Write/EraseDstPair
Dec 5 2017
Test plan is not adequate. Manual is not something I can reproduce if I wanted/needed to.
Dec 3 2017
Dec 2 2017
Dec 1 2017
Nov 27 2017
fix rebase issue in tests
Rebased on top of D709
This should be able to detect which kind of addresses we are looking at rather than blindly trusting the config.
Check if URI is cashaddr encoded instead of relying on user config
GetConfig()
Nov 26 2017
Did you forget to move the definition of mapBlockIndex from validation.cpp, or is this on purpose? You only moved the declaration in the header file. May also want to add a comment about it being protected by cs_main
Nov 23 2017
Nov 16 2017
You want me to un-land the bogus patch and fix it?
Currently requires full address, including prefix.
rebased
Nov 15 2017
after rebase, arcanist made a new diff instead of updating this one D695
Type of address generated depends on config now. Added test.
Nov 14 2017
Move -usecashaddr outside of any group.
Added a comment.
Moved help string.
remove -use-cashaddr flag