- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Oct 25 2020
Oct 25 2020
deadalnix committed rABCbee3cb09b38b: Move key and script filling and signing from CWallet::FillPSBT to… (authored by Andrew Chow <achow101-github@achow101.com>).
Move key and script filling and signing from CWallet::FillPSBT to…
deadalnix committed rABCf0ce8173081f: Move FillPSBT to be a member of CWallet (authored by Andrew Chow <achow101-github@achow101.com>).
Move FillPSBT to be a member of CWallet
deadalnix committed rABC7f2483ac9415: Clear any input_errors for an input after it is signed (authored by Andrew Chow <achow101-github@achow101.com>).
Clear any input_errors for an input after it is signed
rebase on top of PR17264
deadalnix committed rABCc6f37464e379: rpc: set default bip32derivs to true for psbt methods (authored by Sjors Provoost <sjors@sprovoost.nl>).
rpc: set default bip32derivs to true for psbt methods
Oct 24 2020
Oct 24 2020
deadalnix committed rABC27fe47e7afc9: Use CWallet::SignTransaction in CreateTransaction and… (authored by Andrew Chow <achow101-github@achow101.com>).
Use CWallet::SignTransaction in CreateTransaction and…
deadalnix committed rABCa6c7f25feeea: refactor: deduplicate the message sign/verify code (authored by Vasil Dimov <vd@FreeBSD.org>).
refactor: deduplicate the message sign/verify code
deadalnix committed rABC1171c36d376c: Various nits in abc_wallet_standardness (authored by deadalnix).
Various nits in abc_wallet_standardness
deadalnix committed rABCdd2c6cebcda0: Implement CWallet::SignTransaction using ScriptPubKeyMan::SignTransaction (authored by Andrew Chow <achow101-github@achow101.com>).
Implement CWallet::SignTransaction using ScriptPubKeyMan::SignTransaction
deadalnix committed rABC588d25004d15: Add SignTransaction function to ScriptPubKeyMan and LegacyScriptPubKeyMan (authored by Andrew Chow <achow101-github@achow101.com>).
Add SignTransaction function to ScriptPubKeyMan and LegacyScriptPubKeyMan
deadalnix committed rABCdabfedaea058: Refactor rawtransaction's SignTransaction into generic SignTransaction function (authored by Andrew Chow <achow101-github@achow101.com>).
Refactor rawtransaction's SignTransaction into generic SignTransaction function
deadalnix committed rABC781c27cdbd01: psbt: check that various indexes and amounts are within bounds (authored by Andrew Chow <achow101-github@achow101.com>).
psbt: check that various indexes and amounts are within bounds
deadalnix requested review of D8092: psbt: check that various indexes and amounts are within bounds.
Oct 23 2020
Oct 23 2020
deadalnix committed rABC1eeffea66ff0: Make signrawtransaction* give an error when amount is needed but missing (authored by Anthony Towns <aj@erisian.com.au>).
Make signrawtransaction* give an error when amount is needed but missing
deadalnix requested review of D8082: Make signrawtransaction* give an error when amount is needed but missing.
deadalnix committed rABCb515add3355d: test: Replace gArgs with local argsman in bench (authored by MarcoFalke <falke.marco@gmail.com>).
test: Replace gArgs with local argsman in bench
deadalnix committed rABCa690e66ad2c1: gui: show watch-only balance in send screen (authored by Sjors Provoost <sjors@sprovoost.nl>).
gui: show watch-only balance in send screen
deadalnix committed rABCbcfcc43e5915: [gui] load PSBT (authored by Sjors Provoost <sjors@sprovoost.nl>).
[gui] load PSBT
deadalnix committed rABC9d528e20ef4a: [psbt] add file size limit (authored by Sjors Provoost <sjors@sprovoost.nl>).
[psbt] add file size limit
deadalnix committed rABCec039f660025: [gui] save PSBT to file (authored by Sjors Provoost <sjors@sprovoost.nl>).
[gui] save PSBT to file
deadalnix committed rABC2b61196f19ce: Move DEFAULT_MAX_RAW_TX_FEE_RATE to node/transaction.h (authored by Sjors Provoost <sjors@sprovoost.nl>).
Move DEFAULT_MAX_RAW_TX_FEE_RATE to node/transaction.h
deadalnix committed rABC0bef88c34e39: [util] GetFileSize (authored by Sjors Provoost <sjors@sprovoost.nl>).
[util] GetFileSize
deadalnix committed rABCfaa53213a723: [gui] send dialog: split on_sendButton_clicked (authored by Sjors Provoost <sjors@sprovoost.nl>).
[gui] send dialog: split on_sendButton_clicked
deadalnix committed rABC5a49f316c182: psbt: handle unspendable psbts (authored by Andrew Chow <achow101-github@achow101.com>).
psbt: handle unspendable psbts
Oct 22 2020
Oct 22 2020
deadalnix requested changes to D8026: [backport#14696 2/2] New regression testing for CVE-2018-17144, CVE-2012-2459, and CVE-2010-5137..
You need to figure out the CI failure.