Generalize library with 1.0.0 having only OP_RETURN parsing methods available
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Today
In D13993#312383, @Fabien wrote:Wouldn't be more sensible to make a script parsing/decoding library (even if not feature complete for now), rather than specializing in OP_RETURN decoding ?
E.g. you probably need to differentiate between p2pkh and p2sh for the herald, that could be a good fit for a script library as well.
and fix spelling in doxyxgn comment
revert moving of includes
Wouldn't be more sensible to make a script parsing/decoding library (even if not feature complete for now), rather than specializing in OP_RETURN decoding ?
E.g. you probably need to differentiate between p2pkh and p2sh for the herald, that could be a good fit for a script library as well.
additional cleanup done in a separate diff (D13992)
I found some more cleanup to do in src/test/util/setup_common.h
@bot gitian-osx gitian-win gitian-linux
fix clang-tidy error
move the minimum version bumping to its own diff
Use MakeTransactionRef, fix comment spelling
split bumping the minimum version to its own diff and update cmakelist.txt accordingly
@bot gitian-linux gitian-osx gitian-win
@bot gitian-osx gitian-linux gitian-win
@bot gitian-osx gitian-win gitian-linux
Yesterday
also remove the unused Config parameter
rerun tests