| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
341b3931 cryptonote_core: warn when the block rate deviates from expectations (moneromooo-monero)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The warning threshold is set to allow a false positive every
ten days on average.
|
| |\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | | |
9907ea06 cryptonote: sort tx_extra fields (moneromooo-monero)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This removes some small amount of fingerprinting entropy.
There is no consensus rule to require this since this field
is technically free form, and a transaction is free to have
custom data in it.
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
a39c0358 blockchain: add check test options are given for fakechain mode (moneromooo-monero)
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
Coverity 188616
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
cf75ee72 blockchain: move two new verification errors to the verify category (moneromooo-monero)
|
| | | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | | |
Lest we get people get scared again
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
c39e0a17 core: don't verify range proofs multiple times (moneromooo-monero)
|
| | |/ / / / / |
|
| |/ / / / / |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
6844ae1b tx_pool: avoid parsing a whole tx if only the prefix is needed (moneromooo-monero)
|
| | | | | | | |
|
| | |_|_|_|/
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
get_transaction_pool RPC
Inspired by https://github.com/masari-project/masari/issues/93
|
| | |/ / /
|/| | |
| | | |
| | | |
| | | | |
This reverts commit 79d46c4d551a9b1261801960095bf4d24967211a, reversing
changes made to c9fc61dbb56cca442c775faa2554a7460879b637.
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
fa9e54b6 build: fix gcc false positive 'stringop-overflow' warning (xiphon)
|
| | | | | | |
|
| |\ \ \ \ \
| |/ / / /
|/| | | |
| | | | | |
fa942ef6 daemon: silence daemon update warnings on testnet (iDunk5400)
|
| | | | | | |
|
| |/ / / /
| | | |
| | | |
| | | | |
73403004 add --block-notify to monerod and --tx-notify to monero-wallet-{cli,rpc} (moneromooo-monero)
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
357441a2 add checkpoints for testnet and mainnet (Riccardo Spagni)
d9f666d7 update checkpoints.dat (Riccardo Spagni)
6b1b4e83 update version to 13.0 (Riccardo Spagni)
6f153533 update readme with v13.0 (Riccardo Spagni)
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
c39ad0cd tx_pool: fix tx removal at startup keeping references (moneromooo-monero)
|
| | |/ / / / |
|
| |/ / / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
ac934663 rpc: add a "is an update available" flag in get_info (moneromooo-monero)
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Make it easier for a user to be told when to update
|
| |\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | |
| | | | | |
b2bb9312 blockchain: simplify output distribution code (moneromooo-monero)
befdcbf4 db_lmdb: do not use base for cumulative distribution (moneromooo-monero)
|
| | |/ / / |
|
| |\ \ \ \
| |_|/ /
|/| | |
| | | | |
4e1e9a60 blockchain: add mainnet v8 height targetting 18 october (moneromooo-monero)
|
| | | |/
| |/|
| | |
| | | |
and v9 a day later
|
| |\ \ \
| | | |
| | | |
| | | | |
1660b0e7 tx_pool: make the max tx size a consensus rule from v8 (moneromooo-monero)
|
| | | |/
| |/| |
|
| |/ / |
|
| | |
| |
| |
| | |
So that bulletproofs become mandatory
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
Also constrains bulletproofs to simple rct, for simplicity
|
| | |
| |
| |
| | |
Ported from sarang's java code
|
| | | |
|
| |\ \
| | |
| | |
| | | |
48a7bc4 tx_pool: fix infinite loop when failing to find a meta record (moneromooo-monero)
|
| | | | |
|
| |\ \ \
| |_|/
|/| |
| | | |
1f2409e Do memwipe for critical secret keys copied to rct::key (stoffu)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
83f5587 blockchain: use uint64_t for height, not size_t (moneromooo-monero)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
b278b83 core: sync database based on bytes added, not blocks added (moneromooo-monero)
|
| | |/ /
| | |
| | |
| | |
| | | |
Blocks have a very wide range, whereas actual size is the relevant
quantity to consider when syncing
|
| | |/
|/|
| |
| |
| |
| |
| | |
This avoids constant rechecking of the same things each time
a miner asks for the block template. The tx pool maintains
a cookie to allow users to detect when the pool state changed,
which means the block template needs rebuilding.
|