Skip to content

Conversation

Snider
Copy link
Member

@Snider Snider commented May 23, 2022

code by @jeffro256

@Snider Snider requested a review from wrkzdev May 23, 2022 10:22
luigi1111 and others added 29 commits July 15, 2022 11:22
2ba391f hardforks: set mainnet and stagenet v15/16 fork height (selsta)
fe5d1be build: prepare v0.18.0.0 (selsta)
a82fba4 address PR comments (j-berman)
3be1dbd connection: fix implementation (anon)
724ff21 connection: add segfault and deadlocks demo (anon)
cf3be99 Template hash func to fix compiler error on < gcc-6 (j-berman)
it's very spammy and drowns the test output
That RPC will wait for mining to actually stop, which can be a while
if randomx has just started on randomx_init_dataset.

This fixes occasional failures in the mining functional test
@jtgrassie pointed out that the example I provided was colored incorrectly. He also made the good point that the image wasn't easy to review/correct. I reworked the example so that it's text-only. It's easier to review and edit, and reveals the structure better in my opinion. Also this is easier for people who can't distinguish colors as easily.

Make sure to double-check this work because there's a decent chance I screwed up the comments. The actual byte data was generated and should be solid.
Before the fix, it processed all transactions in the mempool which could be very slow when mempool grows to several MBs in size. I observed `get_block_template_backlog` taking up to 15 seconds of CPU time under high mempool load.

After the fix, only transactions that can potentially be mined in the next block will be processed (a bit more than the current block median weight).
Otherwise Ledger rejects the wallet.
on my anecdotal SSD, goes from about 9 hours to 1h20.
- only allow offline wallets to import outputs
- don't import empty outputs
- export subaddress indexes when exporting outputs
this will make it easier huge wallets to do so without hitting
random limits (eg, max string size in node).
luigi1111 and others added 26 commits April 25, 2023 11:11
d89e7a2 util: make GMT timestamps explicit for clarity (moneromooo-monero)
5b4fea7 Copyright: Update to 2023 (mj-xmr)
9c7d28b wallet2: add on_reorg callback (Crypto City)
1082720 README: fix void ssl package (tobtoht)
9e09093 wallet_rpc_server: allow creating more than 64 addresses at once (moneromooo-monero)
11a8360 simplewallet: print fully qualified filename for new wallets (moneromooo-monero)
Using post-PR wallet with pre-PR node will generate error message specific to this PR and not generic "command failed" mesages.
5a7a5f1 build: BUILD_DEBUG_UTILITIES fix (Jeffro256)
b13ddb9 Handle case where a command line flag is not allowed in the config file (almalh)
630906c cryptonote_basic: remove unused struct (tobtoht)
2eaa523 cryptonote::transaction_prefix: fix IDE parsing error (koe)
4e16559 rpc: give reason when sending non-hex raw tx (jeffro256)
c61d33e wallet2: fix outdated wallet check (Crypto City)
df9aa6b epee: remove dead code in net_helper (Jeffro256)
3a34c63 depends: cleanup Makefile (tobtoht)
7a4a03d wallet2: do not commit transactions more than once (moneromooo-monero)
833dd6b add libunbound to package list for OpenBSD (Nihal Jere)
f383fd3 wallet2: make m_process_pool_txs local to refresh method (jeffro256)
eb0e405 gamma picker: relax constructor requirements and test for selecting outputs from first spendable block (jeffro256)
d2a591d wallet, simplewallet: Drop support for mine-to-use RPC system (Jeffrey Ryan)
4080796 serialization: remove unused function dump_json (Jeffrey Ryan)
1698cb1 remove defunct light wallet code (tobtoht)
c32befe fix missing <cstdint> includes (tobtoht)
@jeffro256 jeffro256 force-pushed the ssl_fp_file branch 2 times, most recently from 9324d49 to 58ab9d6 Compare June 15, 2023 05:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.