1115 Commits (38412461573ccab01194bcfac550e3a20c1d54c5)

Author SHA1 Message Date
Jack Grigg d15cab21bc
Address Daira's further comments 7 years ago
Jack Grigg 0b431fbdb5
Address Daira's comments 7 years ago
Jack Grigg b93cedafe4
torcontrol: Handle escapes in Tor QuotedStrings 7 years ago
jl777 4d4a7cd55d https://github.com/zcash/zcash/pull/2259/commits 7 years ago
str4d e40180aa0f Update tests to check actual infinity as well as INF_FEERATE 7 years ago
Daira Hopwood 0090c64534 Don't rely on a finite upper bound on fee rate or priority. 7 years ago
Jack Grigg 6dbd95afa1
torcontrol: Add unit tests for Tor reply parsers 7 years ago
Jack Grigg 33589401ba
Require that z_importkey height parameter be in valid range 7 years ago
Simon 7d3b152897 Closes #2186. RPC getblock now accepts height or hash. 7 years ago
Luke Dashjr c65969a5a6
Skip RAII event tests if libevent is built without event_set_mem_functions 8 years ago
Karl-Johan Alm e8b6d84b9f
Added some simple tests for the RAII-style events. 8 years ago
Wladimir J. van der Laan 72f52420ec
Remove rpc_boostasiotocnetaddr test 10 years ago
Jack Grigg a31ba7a0cb
Usability improvements for z_importkey 8 years ago
Pieter Wuille 6bd1d60c97
Separate core memory usage computation in core_memusage.h 9 years ago
Wladimir J. van der Laan 1eb6654314
tests: Fix bitcoin-tx signing testcase 9 years ago
Jonas Schnelli 51878774bf
extend bip32 tests to cover Base58c/CExtKey decode 9 years ago
Jorge Timón e079f010bf
Consensus: Refactor: Separate Consensus::CheckTxInputs and GetSpendHeight in CheckInputs 9 years ago
Pieter Wuille bfa832c7ed
Reduce checkpoints' effect on consensus. 9 years ago
Jack Grigg 14454a3a82
Fix typo in listbanned RPC keys 7 years ago
Jonas Schnelli 5548701eeb
UniValue: don't escape solidus, keep espacing of reverse solidus 9 years ago
Matt Corallo 3d8013a01b
Add fundrawtransaction RPC method 9 years ago
Jonas Schnelli fa80be8ff5
setban: add IPv6 tests 9 years ago
Jonas Schnelli fcc8920f36
setban: rewrite to UniValue, allow absolute bantime 9 years ago
Jonas Schnelli e521939942
[RPC] extend setban to allow subnets 9 years ago
Jonas Schnelli 962ec4b5e4
[QA] add setban/listbanned/clearbanned tests 9 years ago
Daniel Kraft e940185294
Fix univalue handling of \u0000 characters. 9 years ago
Simon ebe750a882 Part of #1969. Changing min fee calculation also changes the dust threshold. 7 years ago
Wladimir J. van der Laan 2aee461930
univalue: Avoid unnecessary roundtrip through double for numbers 9 years ago
Wladimir J. van der Laan d5bf1afae9
rpc: Make ValueFromAmount always return 8 decimals 9 years ago
Wladimir J. van der Laan fed500e2dd
rpc: Accept scientific notation for monetary amounts in JSON 9 years ago
Wladimir J. van der Laan e76a3849c6
Changes necessary now that zero values accepted in AmountFromValue 9 years ago
Wladimir J. van der Laan a5beb3a51b
Get rid of fPlus argument to FormatMoney 9 years ago
Jonas Schnelli a10a6e2a0e
[Univalue] add univalue over subtree 9 years ago
Jack Grigg cc71666a51
unsigned int -> size_t for comparing with UniValue.size() 7 years ago
Jack Grigg 0d37ae3a59
Migrate Zcash-specific code to UniValue 8 years ago
Jonas Schnelli b60e9f230f
fix util_tests.cpp clang warnings 9 years ago
Jonas Schnelli 6b1e42bbfa
univalue: add type check unit tests 9 years ago
Wladimir J. van der Laan 5960d70002
util: Add ParseInt64 and ParseDouble functions 9 years ago
Wladimir J. van der Laan ff67da37cd
Simplify RPCclient, adapt json_parse_error test 9 years ago
Jonas Schnelli c288192b19
fix univalue json parse tests 9 years ago
Jonas Schnelli d014114d67
Remove JSON Spirit wrapper, remove JSON Spirit leftovers 9 years ago
Jonas Schnelli 851f58f94e
remove JSON Spirit UniValue wrapper 9 years ago
Jonas Schnelli 565d26737a
fix rpc unit test, plain numbers are not JSON compatible object 9 years ago
Jonas Schnelli 49a5df0ef3
univalue: add support for real, fix percision and make it json_spirit compatible 9 years ago
Jonas Schnelli 38fc4b7090
expicit set UniValue type to avoid empty values 9 years ago
Jonas Schnelli 9756b7bd29
extend conversion to UniValue 9 years ago
Jeff Garzik ed21d5bd4b
Convert tree to using univalue. Eliminate all json_spirit uses. 10 years ago
Jeff Garzik ec57cc0ffe
UniValue: prefer .size() to .count(), to harmonize w/ existing tree 10 years ago
Simon 6605125d4e Add comment about fix for #2026. 7 years ago
Sean Bowe 05ec7887f1 Fix use after free in transaction_tests. 7 years ago