Jeffro
Jeffro
I'm getting linking errors with target `release-static` on Ubuntu 23. Selection from error messages: ``` /usr/bin/ld: /usr/lib/x86_64-linux-gnu/libunbound.a(ub_event_pluggable.o): in function `my_signal_new': (.text+0xbb): undefined reference to `event_set' /usr/bin/ld: (.text+0xc7): undefined reference to...
Pulled latest commit and retried compiling, got the same results. I can run `make release-static` just fine on master. I'm not quite sure what the reason is, I'll keep looking...
Why would you want a daemon-specific proxy?
Ah. I misinterpreted the OP. I thought that wallet2 would be running two proxies lol
I'm thinking about having `core::handle_incoming_txs` basically do nothing except pass the tx to `tx_memory_pool::add_tx`, which then passes the transaction through the `verify_pool_supplement` tests. This would make the code so much...
I think I've found a reason why the sync time of this PR looks slower than the sync time of master that test script: between the call to `pop_blocks` and...
Okay @vtnerd the last commits should hopefully handle ZMQ tx notifications better. We only notify A) when an incoming relayed transaction is new and added to the pool, B) a...
Rebased to fix conflicts on `CORE_RPC_VERSION_MINOR` definition
@vtnerd does your new wire reading code safety accept any type marker for empty sequences without error?
The hash algorithm would remain unmodified, we would simply only include *X* bytes of the RandomX hash result in the header hashing blob, where *X* is the amount of bytes...