forked from monero-project/monero
-
Notifications
You must be signed in to change notification settings - Fork 0
Update #1
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
Open
ctilluma
wants to merge
439
commits into
release-v0.12
Choose a base branch
from
master
base: release-v0.12
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update #1
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
…estnet::X : stagenet ? config::stagenet::X : config::X
Signed-off-by: Jean Pierre Dudey <[email protected]>
e2b7558 handle improper log levels (cryptochangements34)
6f36cf0 Improve 'show_transfers' date formatting (ryan-ronnander)
6b13976 blockchain: log in DEBUG when a block is found, and where (moneromooo-monero)
efcecb4 mnemonics: add some logs to help debug failures (moneromooo-monero)
3ca267b cn_deserialize: dump additional tx pubkeys (moneromooo-monero)
for privacy reasons, so an untrusted node can't easily track wallets from IP address to IP address, etc. The granularity is 1024 blocks, which is about a day and a half.
This would cause crashes when trying to tag an account that was just created
Demoted the 3rd party maintained package installs to after compiling from repository source and removed the broken Homebrew package instructions.
f4e3295 simplewallet: set_ring can now take a file with rings (moneromooo-monero)
b43b9a1 wallet-rpc: added IPs to error logging in simple_http_connection_handler (jcktm)
a7ce392 Updating the FindReadline CMake hint to search in homebrew's default directory (gene-telligent)
ed7825d monero-wallet-cli: added locked_sweep_all command (jcktm)
a4272de wallet2: unlock keys file before calling verify_password (needed for Windows) (stoffu)
61caab8 crypto: remove slight bias in key generation due to modulo (moneromooo-monero)
96f8c62 README: remove mentions of external miniupnpc dependency (moneromooo-monero)
8c05237 blockchain: cache next block difficulty after adding a block (moneromooo-monero)
2951436 wallet: warn when payment IDs are used (moneromooo-monero)
639ca3b core_tests: add --filter to select which tests to run (moneromooo-monero)
8d578f1 memwipe: don't call the workhorse for 0 bytes (moneromooo-monero)
ee31383 db_lmdb: don't sync a read only DB (moneromooo-monero)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Algo