Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upstream merge 1 #30

Merged
merged 122 commits into from
Aug 10, 2018
Merged

Upstream merge 1 #30

merged 122 commits into from
Aug 10, 2018

Conversation

stoffu
Copy link

@stoffu stoffu commented Jun 13, 2018

This PR picks up all the patches merged to Monero's master branch since the rebase starting point (May 10, 4b728d7) up to the current latest (June 25, 31f47d7) excluding Monero specific things, specifically:

Note that the database version has been bumped to v2 (415405beb27b10747ed998ee2697d924b3dabd13) which automatically triggers the conversion from v1. This conversion is irreversible, so make a backup if you need the older version for some reason.

Also note that RapidJSON was made as a submodule (75f8731c190e992d1e749cf1caaeee9464812066), so you'd need to do git submodule init && git submodule update to make git recognize it properly.

@stoffu stoffu force-pushed the aeon-upstream-1 branch 5 times, most recently from 7bbe98c to 21cd336 Compare June 19, 2018 01:59
@stoffu stoffu force-pushed the aeon-upstream-1 branch 9 times, most recently from 40c6093 to ba66381 Compare June 19, 2018 02:29
moneromooo-monero and others added 14 commits June 19, 2018 18:06
Avoid stomping on flags from 1st readhdr invocation
Use MDB_CURRENT to avoid seeking to new key when appending DUPs.
Reinit cursor on new batch, if appending DUPs.
Might be a bit heavy handed, but conservative.
This completes and fixes various parameters docs
Takes about 10 ms, which takes pretty much all of the get_info
RPC, which is called pretty often from wallets.

Also add a new lock so we don't need to lock the blockchain lock,
which will avoid blocking for a long time when calling the getinfo
RPC while syncing. Users of get_difficulty_for_next_block who need
the lock will have locked it already.
This bumps DB version to 2, migration code will run for v1 DBs
moneromooo-monero and others added 20 commits June 26, 2018 16:32
…onero#3939

This means monero-wallet-rpc still does, but the user level program
does not.
… /monero#3936

Avoids valgrind reporting uninitialized data usage
Reported to "contain[s] an embedded color calibration (ICC) profile
which is copyright Hewlett Packard but lack license"
…rt /monero#3948

This is the new name for --guard-against-pwnage 0
Cold signing was always using Borromean range proofs, causing
a larger tx, and an incorrect fee
a connection's timeout is halved for every extra connection
from the same host.

Also keep track of when we don't need to use a connection
anymore, so we can close it and free the resource for another
connection.

Also use the longer timeout for non routable local addresses.
Update readme to include pcslite dependency
@stoffu stoffu force-pushed the aeon-upstream-1 branch from b46f72f to 1472103 Compare June 26, 2018 07:40
@stoffu
Copy link
Author

stoffu commented Aug 8, 2018

Two more commits corresponding to the HackerOne disclosures have been added:

Also, according to @moneromooo-monero's advice, monero-project#4080 and monero-project#4130 have been added in order to eliminate the rare possibility of the daemon crashing introduced in monero-project#3866 and monero-project#3962.

@aeonix aeonix merged commit 2a4558e into aeonix:master Aug 10, 2018
@stoffu stoffu mentioned this pull request Nov 6, 2018
@stoffu stoffu mentioned this pull request Mar 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.