| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
795e186 blockchain: fix total_height in getblocks.bin response (moneromooo-monero)
|
| | | |_|/ /
| |/| | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
f037121 cryptonote_core: remove 'We are most likely forked' message (moneromooo-monero)
|
| | |/ / / /
| | | | |
| | | | |
| | | | | |
It's time based and we don't have forks every 6 months anymore
|
| |\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | | |
5741b4d blockchain: detect and log bad difficulty calculations (moneromooo-monero)
|
| | |/ / / |
|
| |/ / / |
|
| |\ \ \
| |/ /
|/| |
| | | |
70609d7 cryptonote_core: take out the time based upgrade warning (moneromooo-monero)
|
| | |/
| |
| |
| | |
It doesn't really work anymore since we don't have a fork soon
|
| |\ \
| | |
| | |
| | | |
ee58362 Used legacy category to match insert_key_images behavior (vtnerd)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
2efbd5f cryptonote: fix reuse of non default tx data when relaying (moneromooo-monero)
|
| | | |
| | |
| | |
| | |
| | |
| | | |
An automatic tx variable is initialized properly on the first
run through the loop, but not the second. Moving the variable
inside the loop ensures the ctor is called again to init it.
|
| |\ \ \
| | | |
| | | |
| | | | |
a813c46 cryptonote_core: skip dns checkpoints on startup if not enforced (xiphon)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
688a3e8 Add timelock verification on device (cslashm)
|
| | | | | | |
|
| | |_|_|/
|/| | | |
|
| | | | | |
|
| | |_|/
|/| | |
|
| | | |
| | |
| | |
| | |
| | |
| | | |
- New flag in NOTIFY_NEW_TRANSACTION to indicate stem mode
- Stem loops detected in tx_pool.cpp
- Embargo timeout for a blackhole attack during stem phase
|
| |\ \ \
| | | |
| | | |
| | | | |
5de2295 Correct key image check in tx_pool (vtnerd)
|
| | | | | |
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | | |
8958b4e blockchain_db: faster fetching of consecutive txes (moneromooo-monero)
|
| | | | |
| | | |
| | | |
| | | | |
Useful for wallet refresh or node sync
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
fcb06f7 cryptonote_core: skip block notify on blockchain switching rollback (xiphon)
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
c61abf8 remove empty statements (shopglobal)
|
| | |/ / /
| | | |
| | | |
| | | | |
Cleaning up a little around the code base.
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | | |
9bde70e core: mention time being off in hash rate changes message (moneromooo-monero)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
760ecf2 console_handler: do not let exception past the dor (moneromooo-monero)
09c8111 threadpool: lock mutex in create (moneromooo-monero)
e377977 tx_pool: catch theoretical error in get_block_reward (moneromooo-monero)
|
| | |/ /
| | |
| | |
| | | |
Coverity 196626
|
| |\ \ \
| | | |
| | | |
| | | | |
054b4c7 protocol: request txpool contents when synced (moneromooo-monero)
|
| | | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
A newly synced Alice sends a (typically quite small) list of
txids in the local tpxool to a random peer Bob, who then uses
the existing tx relay system to send Alice any tx in his txpool
which is not in the list Alice sent
|
| |\ \ \
| | | |
| | | |
| | | | |
ffe7165e wallet: reroll fake outs selection on local tx_sanity_check failure (xiphon)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
02224e71 Fix check_fee() discrepancy. (UkoeHB)
|
| | |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
M100 = max{300kb, min{100block_median, m_long_term_effective_median_block_weight}}
not
M100 = max{300kb, m_long_term_effective_median_block_weight}
Fix base reward in get_dynamic_base_fee_estimate().
get_dynamic_base_fee_estimate() should match check_fee()
Fee is calculated based on block reward, and the reward penalty takes into account 0.5*max_block_weight (both before and after HF_VERSION_EFFECTIVE_SHORT_TERM_MEDIAN_IN_PENALTY).
Moved median calculation according to best practice of 'keep definitions close to where they are used'.
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
aa93e388 p2p: remove old debug commands (Aaron Hook)
|
| | | |/ /
| |/| | |
|
| |/ / /
| | |
| | |
| | | |
for example, in the RPC server
|
| |\ \ \
| | | |
| | | |
| | | | |
987c3139 print_coinbase_tx_sum now supports 128 bits sums (moneromooo-monero)
|
| | | | |
| | | |
| | | |
| | | | |
The tail emission will bring the total above 64 bits
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | | |
5985c5af rpc: add bad-blocks to flush_cache RPC (moneromooo-monero)
|
| | |/ /
| | |
| | |
| | | |
Flushes m_invalid_blocks in Blockchain.
|
| |\ \ \
| | | |
| | | |
| | | | |
67b4a19e simplewallet: noob-friendly help menu (wowario)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
b9fc2066 Add a --keep-fakechain option to keep fakechain databases (JamesWrigley)
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
This is handy when doing tests that generate a lot of transactions, since that
takes time it's preferable to re-use the database for future runs.
|