| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |\
| |
| |
| | |
5664826a unit_tests: hardfork unit test now needs get_block_blob_from_height (moneromooo-monero)
|
| | | |
|
| |/
|
|
| |
Fix unit_tests build (get_output_key API change)
|
| |\
| |
| |
| | |
0288310e blockchain_db: add "raw" blobdata getters for block and transaction (moneromooo-monero)
|
| | |
| |
| |
| | |
This speeds up operations such as serving blocks to syncing peers
|
| |\ \
| | |
| | |
| | | |
2cde2c02 switch to boost::thread for mingw build (Lee Clagett)
|
| | |/ |
|
| |\ \
| | |
| | |
| | |
| | |
| | | |
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)
|
| | |/
| |
| |
| |
| |
| | |
Due to the change in ordering for adding block and tx data
to the database in f2986ccfc1f41023cd667dbb488a10df492eb8e7,
adding a block twice now throws TX_EXISTS, not BLOCK_EXISTS.
|
| |/
|
|
|
| |
It is simple, supports simple x.y.z type numeric versions,
and does not attempt any kind of validation
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- fix wrong block being used when a new block is received between
a node elaying a fluffy block and sending a new fluffy block
with txes a peer did not have
- misc a neverending ping pong requesting the same missing txids
when a new block is received in the meantime, causing the top
block to not be the one we need
- send the original fluffy block message block height when sending
a new fluffy block, not the current top height, which might
have been updated since
- avoid sending back the whole block blob when asking for txes,
send only the hash instead
- plus misc cleanup and additional debugging logs
|
| |\
| |
| |
| | |
ce7fcbb4 Add server auth to monerod, and client auth to wallet-cli and wallet-rpc (Lee Clagett)
|
| | | |
|
| |/ |
|
| | |
|
| | |
|
| |\
| |
| |
| | |
f5f4109f mnemonics: fix language detection with checksum word (moneromooo-monero)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
If a checksum word is present, language detection would use
just the word prefixes. However, a set of word prefixes may
be found in more than one language, and so the wrong language
may be found first, which could then fail the checksum, since
the check may be done with a different unique prefix length
from the one it was created from.
We now make a checksum test when we we detect a language from
prefixes only, to make sure we have the correct one.
|
| |\ \
| | |
| | |
| | | |
b3ca0c62 unit_tests: fix portable serialization tests hardcoded data path (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
81c384e4 fix do_not_relay not preventing relaying on a timer (moneromooo-monero)
|
| | |/
| |
| |
| | |
Also print its value when printing pool
|
| |\ \
| |/
|/|
| |
| |
| |
| |
| | |
3ff54bdd Check for correct thread before ending batch transaction (Howard Chu)
eaf8470b Must wait for previous batch to finish before starting new one (Howard Chu)
c903c554 Don't cache block height, always get from DB (Howard Chu)
eb1fb601 Tweak default db-sync-mode to fast:async:1 (Howard Chu)
0693cff9 Use batch transactions when syncing (Howard Chu)
|
| | |
| |
| |
| |
| | |
Faster throughput while avoiding corruption. I.e., makes
running with --db-sync-mode safe more tolerable.
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | | |
ada7c7da portable serializer: tests added (kenshi84)
f390a0e2 portable serializer: make signerd/unsigned tx portable, ignore archive version checking (kenshi84)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
0478ac68 blockchain: allow marking "tx not found" without an exception (moneromooo-monero)
|
| | | |
| | |
| | |
| | |
| | | |
This is a normal occurence in many cases, and there is no need
to spam the log with those when it is.
|
| |\ \ \
| |_|/
|/| |
| | | |
99580adf make openalias also available for solo miner; introduce namespace tools::dns_utils; support integrated address with dns lookup (kenshi84)
|
| | |/
| |
| |
| | |
tools::dns_utils; support integrated address with dns lookup
|
| |/ |
|
| | |
|
| | |
|
| |\
| |
| |
| | |
b00da61e Preliminary support for DragonFly BSD (Antonio Huete Jimenez)
|
| | |
| |
| |
| | |
- It builds but no further testing has been done.
|
| |/ |
|
| | |
|
| | |
|
| |\
| |
| |
| |
| |
| | |
5783dd8c tests: add unit tests for uri parsing (moneromooo-monero)
82ba2108 wallet: add API and RPC to create/parse monero: URIs (moneromooo-monero)
d9001b43 epee: add functions to convert from URL format (ie, %XX values) (moneromooo-monero)
|
| | | |
|
| |/ |
|
| |\
| |
| |
| | |
8dadf02 Fixed undefined behavior in TestDB (Lee Clagett)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
f025198 Added task_region - a fork/join task implementation (Lee Clagett)
|
| | |/ |
|
| | | |
|
| |/ |
|
| | |
|