6814 Commits (9f7bc6cba5122e319b43afb492067b75abee5974)

Author SHA1 Message Date
Jack Grigg 9d2cc3a784
Make the test pass by fixing the bug! 8 years ago
Jack Grigg eeee6d5d6c
Add a reindex test that fails because of a bug in decrementing witness caches 8 years ago
Sean Bowe 37cce214a4 ASSERT_TRUE -> ASSERT_FALSE 8 years ago
Jack Grigg 9755eb8292
Add JS to second block to ensure witnesses are incremented 8 years ago
Jack Grigg 88b7f3c28b
Generate JS for trydecryptnotes, make number of addresses a variable 8 years ago
Jack Grigg a513ea90d4
Fix indentation 8 years ago
Sean Bowe 690171e268 Add more tests for ProofVerifier. 8 years ago
Sean Bowe eb82238dd0 Rename Dummy to Disabled. 8 years ago
Simon 84e8c5f921 WitnessAnchorData only needs to store one witness per JSOutPoint. 8 years ago
Jack Grigg d85758f5cc
Document behaviour of CWallet::SetBestChain 8 years ago
Sean Bowe 53dc6a41eb Ensure ProofVerifier cannot be accidentally copied. 8 years ago
Sean Bowe ebd9aa11b1 Ensure cache contains valid entry when anchor is popped. 8 years ago
Sean Bowe 08de001a25 Regression test. 8 years ago
Sean Bowe bc59f53722 Isolate verification to a `ProofVerifier` context object that allows verification behavior to be tuned by the caller. 8 years ago
Simon 2d931e905b Fixes #1823. Witness anchors for input notes no longer cross block boundaries. 8 years ago
Jack Grigg 1c8d5c4061
Address review comments, tweak strings 8 years ago
Scott ba6fc72bcd
Metrics - Don't exclaim unless > 1 8 years ago
Simon af53da0225 Closes #1903. Add fee parameter to z_sendmany. 8 years ago
Jack Grigg 03f83b9b0d
Write witness caches when writing the best block 8 years ago
Simon e2a6161f4a Closes #1901. Increase default settings for the max block size when 8 years ago
Simon 520ced1405 Closes #1857. Fixes bug where tx spending only notes had priority of 0. 8 years ago
Jack Grigg e2752e1eca
Increase length of metrics divider 8 years ago
Jack Grigg 18f656d2af
Clarify that metrics options are only useful without -daemon and -printtoconsole 8 years ago
lpescher ae31e4563f Update help message to match the #4219 change 9 years ago
lpescher 1d2db2765e Make command line option to show all debugging consistent with similar options 9 years ago
Simon 2f1238bc51 Add checkpoint at block height 15000 8 years ago
Simon 4e3ac9b015 Fix stale comment referencing upstream block interval 8 years ago
Jack Grigg 0076a80a8a
Document metrics screen options 8 years ago
Jack Grigg 57724029da
Only show metrics by default if stdout is a TTY 8 years ago
Jack Grigg 83ccbf6b89
Add -metricsrefreshtime option 8 years ago
Jack Grigg 3c02477360
Add -metricsui flag to toggle between persistent screen and rolling metrics 8 years ago
Simon 26fb4db53b 1.0.3 Release 8 years ago
Simon 13e9a639b7 Fix threading issue when initializing public params. 8 years ago
Sean Bowe f398a94766 Anchors and nullifiers should always be inherited from the parent cache. 8 years ago
Jack Grigg 0bb3d40f90
Add benchmark for incrementing note witnesses 8 years ago
Jack Grigg 0fbab55b1b
Add benchmark for attempting decryption of notes 8 years ago
Jack Grigg 000499ae64
Add getlocalsolps and getnetworksolps RPC calls, show them in getmininginfo 8 years ago
Simon 0afd3687c8 Closes #1854. z_sendmany selects more utxos to avoid dust change output. 8 years ago
Simon de38bfbbed Track the correct change witness across chained joinsplits 8 years ago
Simon 9ddb6ad028 Mempool will accept tx with joinsplits and the default z_sendmany fee. 8 years ago
Sean Bowe 3e2e8b5b42 Add test that `last` and `element` will throw exception when the tree is blank. 8 years ago
Simon ba0625f25d Set default minrelaytxfee to 1000 zatoshis to match upstream. 8 years ago
Simon f4404d7b5b Closes #1680, temporary fix for rpc deadlock inherited from upstream. 8 years ago
Jack Grigg a4ef3aa9b5
Clear witnessHeight and nWitnessCacheSize in ClearNoteWitnessCache 8 years ago
Jack Grigg ccfd8aae1d
Add code comments about CNoteData::witnessHeight 8 years ago
Jack Grigg 4a6a48479d
Copy over CNoteData::witnessHeight when updating wallet tx 8 years ago
Jack Grigg 40ef121e6a
Correctly set CNoteData::witnessHeight when decrementing witness caches 8 years ago
Sean Bowe 78df9f0211 Process verification keys to perform online verification. 8 years ago
Sean Bowe 226a6b3248 Initialize after profiling messages are suppressed. 8 years ago
Sean Bowe d92bea9888 Add tests for witness `element` and tree `last` methods. Strengthen testing by inserting a different commitment into the tree at each step. 8 years ago