| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| | |
700d218c fix broken test data (Riccardo Spagni)
0abddd64 fix broken checkpoints.dat (Riccardo Spagni)
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
It need not be any different
|
| | |
| |
| |
| | |
So the user can use https, while the automatic does not have to
|
| | |
| |
| |
| | |
Also print download success message as global log
|
| | | |
|
| |/
|
|
| |
The files are hashed and the hashes signed
|
| |\
| |
| |
| | |
5cfddd74 Add support for smart mining through wallet. (Dion Ahmetaj)
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
72deb484 updated fallback nodes (Riccardo Spagni)
33329f5b update version to 0.10.2 (Riccardo Spagni)
04a50a7e update checkpoints.dat (Riccardo Spagni)
c3599fa7 update copyright year, fix occasional lack of newline at line end (Riccardo Spagni)
|
| | | | |
|
| | | | |
|
| | | | |
|
| | |/ |
|
| | | |
|
| |/ |
|
| |\
| |
| |
| |
| | |
efdd783c add openssl to readme (Riccardo Spagni)
058eed36 cmakify openssl (Riccardo Spagni)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
417b126f Fix core_tests breaking on startup (moneromooo-monero)
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
You're wondering how this fixes core tests, aren't you...
It prevents the miner (initialized by cryptonote::core) from
breaking trying to access arguments that were not added.
Since the tests don't use the miner directly, it makes more
sense to have cryptonote_core add those, since it also uses
the miner.
|
| |/
|
|
|
|
| |
load_txt_records_from_dns attempts to distribute `a = 0, b = -1` where
(b = dns_urls.size() - 1) and IntType is signed integer. This results in
an infinite recursion which leads to SIGSEGV.
|
| |
|
|
|
|
|
|
| |
They're now used by core to determine the data directory to use
for the txpool directory.
This fixes an assert in the core tests, which don't use the RPC
server, which normally initializes the P2P code.
|
| |\
| |
| |
| | |
26bd7aac wallet_api: fix logging init via api (moneromooo-monero)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
67693415 Fix compiler error about nested externs in slow_hash.c by moving declarations (NanoAkron)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
424b76a4 Fix spurious synchronization status msgs (Howard Chu)
|
| | |/
| |
| |
| |
| | |
Only update target height if it's actually greater than the current target.
Only display "synchronized" when current height equals target.
|
| |\ \
| | |
| | |
| | | |
0288310e blockchain_db: add "raw" blobdata getters for block and transaction (moneromooo-monero)
|
| | |/
| |
| |
| | |
This speeds up operations such as serving blocks to syncing peers
|
| |\ \
| | |
| | |
| | | |
53f04044 cryptonote_protocol: tweaks to the syncing speedup (moneromooo-monero)
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| | |
- only pause mining once we've got the lock (in practice, it'll
already be paused by another thread if we can't get the lock
at once though)
- do not call prepare_handle_incoming_blocks when we dismissed
all the blocks, it only causes cleanup_handle_incoming_blocks
to complain afterwards
|
| |\ \
| | |
| | |
| | | |
d43fde8a network_throttle: demote spammy logs to TRACE (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
b560ed4a daemon: silence spurious warning about uninitialized variable (moneromooo-monero)
|
| | |/
| |
| |
| | |
Also fixes a leak
|
| |\ \
| | |
| | |
| | | |
cca95c1c blockchain_db: do not throw on expected partial results getting keys (moneromooo-monero)
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| | |
When scanning for outputs used in a set of incoming blocks,
we expect that some of the inputs in their transactions will
not be found in the blockchain, as they could be in previous
blocks in that set. Those outputs will be scanned there at
a later point. In this case, we add a flag to control wehther
an output not being found is expected or not.
|
| |\ \
| | |
| | |
| | |
| | |
| | | |
a427235e core: add a missing newline on a string to be logged (moneromooo-monero)
b6a2230e unit_tests: fix minor blockchain_db regression (moneromooo-monero)
c488eca5 hardfork: tone down some logs (moneromooo-monero)
|
| | | | |
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
a493c0b1 BACKGROUND_MINING_MINER_MONITOR_INVERVAL_IN_SECONDS was odr-used, so required a definition. (Dion Ahmetaj)
|
| | |/
| |
| |
| |
| |
| | |
required a definition.
Instead of adding a declaration to cpp file, I changed it to non odr-used.
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
a5a0a3c8 core: updates can now be downloaded (and SHA256 hash checked) (moneromooo-monero)
216f062e util: add a SHA256 function (moneromooo-monero)
4bf78492 mlog: only silence errors for net by default, not net.* (moneromooo-monero)
d282cfcc core: test key images against validity domain (moneromooo-monero)
efb72e74 http_client: add a couple consts (moneromooo-monero)
f640512c Optionally query moneropulse DNS records to check for updates (moneromooo-monero)
e3cae4ae core: display any fork warning at startup too (moneromooo-monero)
969ad710 dns_utils: fix first checked DNS entry being ignored (moneromooo-monero)
08c3f380 util: add a vercmp function to compare version numbers (moneromooo-monero)
e8a7525c dns_utils: factor TXT record loading code from checkpoint code (moneromooo-monero)
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | | |
It just checks and prints a message if there is a new version
for now.
|