What about test/functional/mempool_package_onemore.py ?
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Nov 8 2020
Nov 8 2020
deadalnix requested changes to D8316: tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such.
deadalnix committed rABCfb09258947f4: Simplify progress reprort for the UTXO DB upgrade (authored by deadalnix).
Simplify progress reprort for the UTXO DB upgrade
Fix constant style in txdb.h
deadalnix updated the summary of D8319: Add routine to upgrade the block tree db to index block size.
Errors on invalid DB version.
deadalnix updated the test plan for D8319: Add routine to upgrade the block tree db to index block size.
deadalnix updated the test plan for D8319: Add routine to upgrade the block tree db to index block size.
Nov 7 2020
Nov 7 2020
deadalnix committed rABCa2f61718adf3: Make id const in CCoinsViewDB::Upgrade (authored by deadalnix).
Make id const in CCoinsViewDB::Upgrade
Nov 6 2020
Nov 6 2020
There are a bunch of changes in there that are not as per univalue.
Support the BCHN chain.
Nov 5 2020
Nov 5 2020
Implement Grasberg DAA
This is busted
Nov 4 2020
Nov 4 2020
Nov 3 2020
Nov 3 2020
Oct 31 2020
Oct 31 2020
Oct 30 2020
Oct 30 2020
Oct 29 2020
Oct 29 2020
Is there a reason yo use testnet addresses rather than mainnet ones?
deadalnix requested changes to D8157: [SECP256K1] Make autotools check for all the used openssl functions.
This seems busted.
Oct 28 2020
Oct 28 2020
Oct 27 2020
Oct 27 2020
deadalnix committed rABC119798507329: rpc: Auto-format RPCResult (authored by MarcoFalke <falke.marco@gmail.com>).
rpc: Auto-format RPCResult
Oct 26 2020
Oct 26 2020
Address comments and update the diff in the test plan.
deadalnix committed rABC36af7ba9105c: rpc: Move OuterType enum to header (authored by MarcoFalke <falke.marco@gmail.com>).
rpc: Move OuterType enum to header
deadalnix committed rABC01749e021025: Output a descriptor in createmultisig and addmultisigaddress (authored by Andrew Chow <achow101-github@achow101.com>).
Output a descriptor in createmultisig and addmultisigaddress
Use BlockHash in CUpdatedBlock
Oct 25 2020
Oct 25 2020
deadalnix committed rABCfceefb59cf19: wallet/refactor: refer to CWallet immutably when possible (authored by Karl-Johan Alm <karljohan-alm@garage.co.jp>).
wallet/refactor: refer to CWallet immutably when possible
deadalnix requested changes to D8110: feefilter: Compute the absolute fee rather than stored rate to match mempool acceptance logic.
In D8110#189913, @PiRK wrote:CFeeRate is already explicit, in Bitcoin ABC:
https://reviews.bitcoinabc.org/source/bitcoin-abc/browse/master/src/feerate.h$31
It is initialized with CFeeRate()
https://reviews.bitcoinabc.org/source/bitcoin-abc/browse/master/src/wallet/rpcwallet.cpp$2737
which is initialized with Amount() : amount(0) {}
deadalnix added a comment to D8110: feefilter: Compute the absolute fee rather than stored rate to match mempool acceptance logic.
deadalnix committed rABC206346fce4db: Replace GetSigningProvider with GetSolvingProvider (authored by Andrew Chow <achow101-github@achow101.com>).
Replace GetSigningProvider with GetSolvingProvider
deadalnix requested changes to D8107: cli: add -stdinwalletpassphrase for (slightly more) secure CLI.
Add a link to the commit.
Add link tot he commit.
See D8110
deadalnix requested changes to D8110: feefilter: Compute the absolute fee rather than stored rate to match mempool acceptance logic.
Please merge the test and the code change together instead of in two diffs.
deadalnix committed rABC67435e511aa3: Move direct calls to MessageSign into new SignMessage functions in CWallet and… (authored by Andrew Chow <achow101-github@achow101.com>).
Move direct calls to MessageSign into new SignMessage functions in CWallet and…