incorporate fixes from D2925
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
May 5 2019
In D2925#69387, @deadalnix wrote:Please merge that with the test and the creation go TxIndex. We do not benefit from commiting faulty code and then fixing it.
Cool! I've been seeing these scripted-diffs in backports and was wondering how much pain it would be to get them running for us ...
Last couple commits not happy here as they need T633 Need satisfied.
Note -- Previously I thought this should be done after T590 (which creates the util/ directory) but it appears to be just fine like this - it sits in the same directory but is entirely independent.
In D2904#69264, @deadalnix wrote:You also need to bring test/txindex_tests.cpp with it.
fix comment placement
In D2904#69247, @deadalnix wrote:No space in PR12345. please fix description.
de-charring
Some testnet tests:
RFC: I know the release-notes-pr13033.md doesn't make sense as a file name, but leaving it as-is for now until I find a better place for this text.
May 4 2019
Bug was that even when rlen < 32, it always tries to write 32 bytes into ret, but offset such that it would write past the end of ret.
May 2 2019
fix linting (had an exception imported from the future)