-
Notifications
You must be signed in to change notification settings - Fork 0
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
Aeon upstream 2 test #1
Commits on Aug 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7c7eb62 - Browse repository at this point
Copy the full SHA 7c7eb62View commit details
Commits on Sep 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ee24f00 - Browse repository at this point
Copy the full SHA ee24f00View commit details
Commits on Sep 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0719997 - Browse repository at this point
Copy the full SHA 0719997View commit details
Commits on Sep 25, 2018
-
epee: fix invalid memory write reading an array entry /monero#4438
Reported by Lilith Wyatt at Talos. Since this is not needed in normal operation, I just let this error out.
Configuration menu - View commit details
-
Copy full SHA for e047e17 - Browse repository at this point
Copy the full SHA e047e17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e088db - Browse repository at this point
Copy the full SHA 9e088dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd95f8b - Browse repository at this point
Copy the full SHA fd95f8bView commit details
Commits on Sep 27, 2018
-
Merge pull request monero-project#59 from shigutso/patch-1
Add Discord community link to Readme.md
Configuration menu - View commit details
-
Copy full SHA for 3e7811a - Browse repository at this point
Copy the full SHA 3e7811aView commit details -
Merge pull request monero-project#56 from stoffu/aeon-disable-dnstxt
disable querying DNS TXT records for now
Configuration menu - View commit details
-
Copy full SHA for 7932119 - Browse repository at this point
Copy the full SHA 7932119View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfe7a70 - Browse repository at this point
Copy the full SHA cfe7a70View commit details -
Merge pull request monero-project#54 from stoffu/aeon-bump-0.12.6
Bump version to 0.12.6
Configuration menu - View commit details
-
Copy full SHA for 2988160 - Browse repository at this point
Copy the full SHA 2988160View commit details
Commits on Oct 24, 2018
-
Quality metadata badges. Build instructions: Latest Version v0.12.6.0-aeon.
Configuration menu - View commit details
-
Copy full SHA for 8f22162 - Browse repository at this point
Copy the full SHA 8f22162View commit details -
Fix cryptonote_tx_utils.cpp build /monero#4476
Fix cryptonote_tx_utils.cpp build: Building CXX object src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/cryptonote_tx_utils.cpp.o In function ‘bool cryptonote::construct_miner_tx(size_t, size_t, uint64_t, size_t, uint64_t, const cryptonote::account_public_address&, cryptonote::transaction&, const blobdata&, size_t, uint8_t)’: cc1plus: error: ‘void* __builtin_memset(void*, int, long unsigned int)’: specified size 18446744073709551608 exceeds maximum object size 9223372036854775807 [-Werror=stringop-overflow=] cc1plus: all warnings being treated as errors src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/build.make:134: recipe for target 'src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/cryptonote_tx_utils.cpp.o' failed make[2]: *** [src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/cryptonote_tx_utils.cpp.o] Error 1 CMakeFiles/Makefile2:1312: recipe for target 'src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/all' failed make[1]: *** [src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/all] Error 2 Makefile:140: recipe for target 'all' failed make: *** [all] Error 2
Configuration menu - View commit details
-
Copy full SHA for b7b1346 - Browse repository at this point
Copy the full SHA b7b1346View commit details
Commits on Oct 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 702438e - Browse repository at this point
Copy the full SHA 702438eView commit details
Commits on Nov 3, 2018
-
wallet2: fix transfers between subaddresses hitting the sanity check …
…/monero#4461 Transfers between subaddresses are accounted for differently
Configuration menu - View commit details
-
Copy full SHA for 19e92ff - Browse repository at this point
Copy the full SHA 19e92ffView commit details -
Merge pull request monero-project#69 from DeadManWalkingTO/patch-1
Fix cryptonote_tx_utils.cpp build /monero#4476
Configuration menu - View commit details
-
Copy full SHA for a0fb9f0 - Browse repository at this point
Copy the full SHA a0fb9f0View commit details -
Merge pull request monero-project#70 from DeadManWalkingTO/patch-2
Update README.md
Configuration menu - View commit details
-
Copy full SHA for c864477 - Browse repository at this point
Copy the full SHA c864477View commit details -
Merge pull request monero-project#74 from stoffu/aeon-portnum
Replace some Monero port numbers with Aeon's
Configuration menu - View commit details
-
Copy full SHA for 1d2be05 - Browse repository at this point
Copy the full SHA 1d2be05View commit details -
Merge pull request monero-project#75 from stoffu/aeon-subsc
wallet2: fix transfers between subaddresses hitting the sanity check …
Configuration menu - View commit details
-
Copy full SHA for 4764dbd - Browse repository at this point
Copy the full SHA 4764dbdView commit details
Commits on Nov 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 73ca0ad - Browse repository at this point
Copy the full SHA 73ca0adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2da79c7 - Browse repository at this point
Copy the full SHA 2da79c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bfc8fa - Browse repository at this point
Copy the full SHA 3bfc8faView commit details -
replace std::list with std::vector on some hot paths /monero#3716
also use reserve where appropriate
Configuration menu - View commit details
-
Copy full SHA for 746da5d - Browse repository at this point
Copy the full SHA 746da5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6e8aff - Browse repository at this point
Copy the full SHA b6e8affView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4001874 - Browse repository at this point
Copy the full SHA 4001874View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60e3cfa - Browse repository at this point
Copy the full SHA 60e3cfaView commit details -
wallet2: parse blocks in the RPC thread, not the processing thread /m…
…onero#3716 Processing typically is the bottleneck
Configuration menu - View commit details
-
Copy full SHA for 7b7715a - Browse repository at this point
Copy the full SHA 7b7715aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5862bfd - Browse repository at this point
Copy the full SHA 5862bfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef9d990 - Browse repository at this point
Copy the full SHA ef9d990View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95a6e9c - Browse repository at this point
Copy the full SHA 95a6e9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31854ff - Browse repository at this point
Copy the full SHA 31854ffView commit details
Commits on Nov 6, 2018
-
wallet2: speedup refresh /monero#3716
key derivation and checking for incoming outputs are threaded in batch before adding blocks to the local blockchain. Other minor bits and bobs are also cached.
Configuration menu - View commit details
-
Copy full SHA for 76e398d - Browse repository at this point
Copy the full SHA 76e398dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cae8bf3 - Browse repository at this point
Copy the full SHA cae8bf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2be6dc - Browse repository at this point
Copy the full SHA d2be6dcView commit details -
threadpool: allow leaf functions to run concurrently /monero#3716
Decrease the number of worker threads by one to account for the fact the calling thread acts as a worker thread now
Configuration menu - View commit details
-
Copy full SHA for b02b5e2 - Browse repository at this point
Copy the full SHA b02b5e2View commit details -
wallet2: cache ringdb key while refreshing /monero#3716
Speeds up syncing with a lot of outgoing outputs as key generation runs Cryptonight.
Configuration menu - View commit details
-
Copy full SHA for df7f3f7 - Browse repository at this point
Copy the full SHA df7f3f7View commit details -
simplewallet: don't confirm missing payment ID when sending to only s…
…ubaddresses /monero#3979
Configuration menu - View commit details
-
Copy full SHA for 3a12734 - Browse repository at this point
Copy the full SHA 3a12734View commit details -
cryptonote_config: add get_config to refactor x = testnet ? config::t…
…estnet::X : stagenet ? config::stagenet::X : config::X /monero#3982
Configuration menu - View commit details
-
Copy full SHA for cb83928 - Browse repository at this point
Copy the full SHA cb83928View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38ba3cd - Browse repository at this point
Copy the full SHA 38ba3cdView commit details -
Remove old logic saved in comments. /monero#3986
Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for f907eb4 - Browse repository at this point
Copy the full SHA f907eb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c62824d - Browse repository at this point
Copy the full SHA c62824dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7aa0271 - Browse repository at this point
Copy the full SHA 7aa0271View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41a947a - Browse repository at this point
Copy the full SHA 41a947aView commit details -
wallet: on first refresh, start off with a quantized height /monero#3998
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.
Configuration menu - View commit details
-
Copy full SHA for 7783c3a - Browse repository at this point
Copy the full SHA 7783c3aView commit details -
wallet: include a suggested number of confirmations based on amount /…
…monero#3907 This is based on how much an attacking miner stands to lose in block rewardy by mining a private chain which double spends a payment. This is not foolproof, since mining is based on luck, and breaks down as the attacking miner nears 50% of the network hash rate, and the estimation is based on a constant block reward.
Configuration menu - View commit details
-
Copy full SHA for 269a3fa - Browse repository at this point
Copy the full SHA 269a3faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17885e6 - Browse repository at this point
Copy the full SHA 17885e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4a51e0 - Browse repository at this point
Copy the full SHA d4a51e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 051e571 - Browse repository at this point
Copy the full SHA 051e571View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44bead4 - Browse repository at this point
Copy the full SHA 44bead4View commit details -
wallet: prevent the same wallet file from being opened by multiple pr…
…ocesses /monero#3994
Configuration menu - View commit details
-
Copy full SHA for a5a4c4e - Browse repository at this point
Copy the full SHA a5a4c4eView commit details -
Wallet API: add some missing override keyword /monero#4000
Also remove dust() from UnsignedTransactionImpl (already in PendingTransactionImpl)
Configuration menu - View commit details
-
Copy full SHA for c1a1d6e - Browse repository at this point
Copy the full SHA c1a1d6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 462d98b - Browse repository at this point
Copy the full SHA 462d98bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 490f23f - Browse repository at this point
Copy the full SHA 490f23fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1643745 - Browse repository at this point
Copy the full SHA 1643745View commit details