index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
functional
/
data
Age
Commit message (
Expand
)
Author
2019-05-10
Merge #14802: rpc: faster getblockstats using BlockUndo data
MarcoFalke
2019-05-10
rpc: faster getblockstats using BlockUndo data
Felix Weis
2019-05-04
Merge #15141: Rewrite DoS interface between validation and net_processing
Wladimir J. van der Laan
2019-05-02
Clean up banning levels
Matt Corallo
2019-04-25
Fix missing input template by making minimal tx
Gregory Sanders
2018-11-27
test: add invalid tx templates for use in functional tests
James O'Beirne
2018-10-03
check that a separator is found for psbt inputs, outputs, and global map
Andrew Chow
2018-09-11
Remove redundant BIP174 test from rpc_psbt.json
araspitzu
2018-08-14
Merge #13917: Additional safety checks in PSBT signer
Wladimir J. van der Laan
2018-08-13
Fix PSBT deserialization of 0-input transactions
Andrew Chow
2018-08-13
More tests of signer checks
Andrew Chow
2018-08-13
Test that a non-witness script as witness utxo is not signed
Andrew Chow
2018-08-13
Merge #13918: rpc: Replace median fee rate with feerate percentiles in getblo...
MarcoFalke
2018-08-11
Replace median fee rate with feerate percentiles
Marcin Jachymiak
2018-08-09
Always create 70 byte signatures with low R values
Andrew Chow
2018-07-19
Fix merging of global unknown data in PSBTs
Andrew Chow
2018-07-19
Check that PSBT keys are the correct length
Andrew Chow
2018-07-16
Tests for PSBT
Andrew Chow
2018-05-22
Tests: Add data file
Anthony Towns