11522 Commits (589479fd33b8d512945ed5d485d6643c2f5b2a88)
 

Author SHA1 Message Date
Jack Grigg b7e75b17af
Implement basic Sapling v4 transaction parser 6 years ago
Jack Grigg 987b8ee60e
Adjust consensus rules to require v4 transactions from Sapling activation 6 years ago
Homu 0753a0e8a9 Auto merge of #3180 - str4d:transaction-serialization, r=ebfull 6 years ago
Homu b3f2da18ef Auto merge of #3184 - str4d:b6820-univalue-subdir, r=str4d 6 years ago
Jay Graber 7dc0f84788 Add test for dependent txs to mempool_tx_expiry.py 6 years ago
Cory Fields da96e3b71a
build: univalue subdir build fixups 9 years ago
Sean Bowe acfcdb94b9 Load Sapling testnet parameters into memory. 6 years ago
Pieter Wuille 0b6594f444 Avoid unaligned access in crypto i/o 8 years ago
Pieter Wuille c7d71985c9
Add deserializing constructors to CTransaction and CMutableTransaction 8 years ago
Pieter Wuille 40cc9aa7dd
Add serialization for unique_ptr and shared_ptr 8 years ago
Pieter Wuille 87a5975ca0
Use fixed preallocation instead of costly GetSerializeSize 8 years ago
Pieter Wuille 098917052d
Add optimized CSizeComputer serializers 8 years ago
Pieter Wuille 93aaf4fc94
Make CSerAction's ForRead() constexpr 8 years ago
Pieter Wuille 9b228f0391
Avoid -Wshadow errors 8 years ago
Jack Grigg 68a1a592ca
Remove nType and nVersion from Zcash-specific code 6 years ago
Pieter Wuille 242f1421db
Get rid of nType and nVersion 8 years ago
Homu ec6021950d Auto merge of #3176 - daira:use-https-for-bdb, r=daira 6 years ago
Homu 0066c317b4 Auto merge of #3160 - bitcartel:3134_least_authority_issue_e, r=daira 6 years ago
Homu 012344249b Auto merge of #3175 - ca333:patch-4, r=daira 6 years ago
Jack Grigg a8e5ae92ba
GetSerializeSize changes in Zcash-specific code 6 years ago
Pieter Wuille b8a6579366
Make GetSerializeSize a wrapper on top of CSizeComputer 8 years ago
Pieter Wuille 7f4acac433
Make nType and nVersion private and sometimes const 8 years ago
Pieter Wuille 1315591c85
Make streams' read and write return void 8 years ago
Pieter Wuille 670a7686a6
Remove unused ReadVersion and WriteVersion 8 years ago
Cory Fields d1c9ef8606
serialization: teach serializers variadics 8 years ago
Pavel Janík ead36d85c7
[WIP] Remove unused statement in serialization 8 years ago
Matt Corallo c803fa1094
Add COMPACTSIZE wrapper similar to VARINT for serialization 8 years ago
Jonas Schnelli 6cbe2c482c
add bip32 pubkey serialization 9 years ago
Jack Grigg d2fb34fb7c
Handle usage of prevector for CScript in Zcash-specific code 6 years ago
Pieter Wuille 29a8ade782
Prevector type 9 years ago
mruddy 690d38f0f8
Resolve issue bitcoin/bitcoin#3166. 9 years ago
ca333 2b0e6432fe
update proton.mk 6 years ago
Daira Hopwood 7709c8a47e Use https: for BDB backup download URL. 6 years ago
ca333 d2f9e747d5
[fix] proton download path 6 years ago
Homu 312f70091b Auto merge of #3169 - ebfull:sapling-global-params, r=str4d 6 years ago
Sean Bowe 65dc30c5a1 Update librustzcash hash 6 years ago
Homu 1594c845f5 Auto merge of #3157 - bitcartel:2966_extend_sprout_tests_part_2, r=str4d 6 years ago
Homu ceb4559eac Auto merge of #2784 - kozyilmaz:fetch, r=str4d 6 years ago
Homu 8be9d79c21 Auto merge of #3153 - str4d:default-disable-libs, r=str4d 6 years ago
Sean Bowe 341b775b19 Link with -ldl 6 years ago
Sean Bowe 395bcd3647 Invoke the merkle_hash API in librustzcash via test suite. 6 years ago
MarcoFalke 3c1db17064
[uacomment] Sanitize per BIP-0014 9 years ago
Pavol Rusnak 2bc62dc4e3
limit total length of user agent comments 9 years ago
Pavol Rusnak 8c5e229ac9
implement uacomment config parameter 9 years ago
Homu 65a8f9f201 Auto merge of #3086 - str4d:cli-binary-improvements-1, r=str4d 6 years ago
Jack Grigg ee6220c0ed
[Bitcoin-Tx] Adjust util-test test cases for Zcash 6 years ago
Sean Bowe e6bbd8481e Switch to latest librustzcash 6 years ago
Jack Grigg abf5dd31af
Add static asserts to ensure CONTINUE_EXECUTION doesn't collide 6 years ago
Karl-Johan Alm 3b26f5c361
Removed using namespace std from bitcoin-cli/-tx and added std:: in appropriate places. 8 years ago
UdjinM6 c06245c1e3
Every main()/exit() should return/use one of EXIT_ codes instead of magic numbers 8 years ago