clone the simp-fuzz-debug
branch of my elements fork
https://github.com/delta1/elements/tree/simp-fuzz-debug
this includes just one new commit on top of the simplicity branch, creating a new fuzz target
clone the simp-fuzz-debug
branch of my elements fork
https://github.com/delta1/elements/tree/simp-fuzz-debug
this includes just one new commit on top of the simplicity branch, creating a new fuzz target
this change to the rpc error is testing the wrong thing
diff --git a/Cargo.toml b/Cargo.toml | |
index 7b8ec56..bbaa386 100644 | |
--- a/Cargo.toml | |
+++ b/Cargo.toml | |
@@ -39,8 +39,8 @@ num_cpus = "1.12.0" | |
page_size = "0.4.2" | |
prometheus = "0.13" | |
rayon = "1.5.0" | |
-rocksdb = { version = "0.17.0", optional = true } | |
-rocksdb-oldcpu = { version = "0.12.4", optional = true, package = "rocksdb" } |
1720532283 2024-07-09T14:38:03+01:00 79b8472040 Bitcoin Merge bitcoin/bitcoin#30393: refactor: use existing RNG object in ProcessGetBlockData | |
1720461412 2024-07-08T13:56:52-04:00 1f9d30744d Bitcoin Merge bitcoin/bitcoin#29855: psbt: Check non witness utxo outpoint early | |
1720455252 2024-07-08T12:14:12-04:00 94d56b9def Bitcoin Merge bitcoin/bitcoin#30141: kernel: De-globalize validation caches | |
1720452017 2024-07-08T16:20:17+01:00 1c11089c7f Bitcoin Merge bitcoin/bitcoin#30263: build: Bump clang minimum supported version to 16 | |
1720450246 2024-07-08T15:50:46+01:00 a83f050dbe Bitcoin Merge bitcoin/bitcoin#30404: Use `WITH_LOCK` in `Warnings::Set` | |
1720448784 2024-07-08T10:26:24-04:00 e53a3fb9b1 Bitcoin Merge bitcoin/bitcoin#30355: wallet: use LogTrace for walletdb log messages at trace level | |
1720099696 2024-07-04T14:28:16+01:00 bd5d1688b4 Bitcoin Merge bitcoin/bitcoin#29835: depends: build libevent with CMake | |
1720099434 2024-07-04T14:23:54+01:00 aa61d4feb0 Bitcoin Merge bitcoin/bitcoin#30388: validation: Check if m |
=============================================================================== | |
Language Files Lines Code Comments Blanks | |
=============================================================================== | |
TypeScript 99 231129 231080 0 49 | |
C++ 648 187658 146140 18927 22591 | |
C Header 482 97761 68982 18386 10393 | |
Python 259 59770 43940 6897 8933 | |
C 17 10892 8949 910 1033 | |
JSON 94 7942 7604 0 338 | |
Shell 74 3749 2582 736 431 |
=============================================================================== | |
Language Files Lines Code Comments Blanks | |
=============================================================================== | |
TypeScript 93 206214 206175 0 39 | |
C++ 673 206127 160546 20868 24713 | |
C Header 557 117616 83392 21718 12506 | |
Python 424 100121 72381 12628 15112 | |
C 29 39278 36659 1311 1308 | |
JSON 97 8549 8183 0 366 | |
Shell 75 3894 2700 750 444 |
static bool CreateTransactionInternal( | |
CWallet& wallet, | |
const std::vector<CRecipient>& vecSend, | |
CTransactionRef& tx, | |
CAmount& nFeeRet, | |
int& nChangePosInOut, | |
bilingual_str& error, | |
const CCoinControl& coin_control, | |
FeeCalculation& fee_calc_out, | |
bool sign, |
static bool CreateTransactionInternal( | |
CWallet& wallet, | |
const std::vector<CRecipient>& vecSend, | |
CTransactionRef& tx, | |
CAmount& nFeeRet, | |
int& nChangePosInOut, | |
bilingual_str& error, | |
const CCoinControl& coin_control, | |
FeeCalculation& fee_calc_out, | |
bool sign) EXCLUSIVE_LOCKS_REQUIRED(wallet.cs_wallet) |
1685958668 2023-06-05T10:51:08+01:00 f4a8269dfc Bitcoin Merge bitcoin/bitcoin#27801: wallet: Add tracing for sqlite statements | |
1685721619 2023-06-02T17:00:19+01:00 7f2019755d Bitcoin Merge bitcoin/bitcoin#27790: walletdb: Add PrefixCursor | |
1685719647 2023-06-02T16:27:27+01:00 e43fdfd9ad Bitcoin Merge bitcoin/bitcoin#27225: doc: document json rpc endpoints | |
1685719091 2023-06-02T16:18:11+01:00 436c185b05 Bitcoin Merge bitcoin/bitcoin#27256: refactor: rpc: Remove unnecessary uses of ParseNonRFCJSONValue() and rename it | |
1685712112 2023-06-02T14:21:52+01:00 b22408df16 Bitcoin Merge bitcoin/bitcoin#27603: test: added coverage to mining_basic.py | |
1685699975 2023-06-02T10:59:35+01:00 6a560aceb7 Bitcoin Merge bitcoin/bitcoin#27803: Fuzz: Mitigate timeout in CalculateTotalBumpFees | |
1685698925 2023-06-02T10:42:05+01:00 8a972813ba Bitcoin Merge bitcoin/bitcoin#27737: ci: compile Clang and compiler-rt in msan jobs | |
1685698081 2023-06-02T10:28:01+01:00 83c7269965 Bitcoin Merge bitcoin/bitcoin#27800: streams: Drop confusing Dat |