- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Apr 19 2024
fix also interface_usdt_utxocache
i'm missing a feature_usdt* test
Apr 18 2024
remove blank line before copyright header
In D15624#362306, @Fabien wrote:Why do you say there is no change in behavior ? Previously the node would shut down, now it only prints an error. Am I missing something ?
rebase
Apr 17 2024
no need for the else after the return in the previous if
Apr 16 2024
Apr 15 2024
Apr 14 2024
Note that the BIP143 naming is not used in the c++ code, the FORKID name is used instead. That got me confused for a while.
Apr 13 2024
Apr 12 2024
Apr 11 2024
rebase on D15943
rebase
Apr 10 2024
In D15920#360352, @bytesofman wrote:
Apr 9 2024
This would work only for my linux machine. Ideally the max value should be computed for each system ( std::chrono::system_clock::now().max() * std::chrono::system_clock::period), but that is overkill for a test RPC.
add a check for the upper limit in the RPC command, test it
Let's have the RPC return an error also, to guard against future flaky tests caused by overflows.