| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | blockchain sync: reduce disk writes from 2 to 1 per tx | jeffro256 | 2025-03-10 | 1 | -1/+2 |
| | | |||||
| * | Enforce Tx unlock_time is Zero by Relay Rule [RELEASE] | jeffro256 | 2024-04-29 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | Related to https://github.com/monero-project/research-lab/issues/78 Added a relay rule that enforces the `unlock_time` field is equal to 0 for non-coinbase transactions. UIs changed: * Removed `locked_transfer` and `locked_sweep_all` commands from `monero-wallet-cli` APIs changed: * Removed `unlock_time` parameters from `wallet2` transfer methods * Wallet RPC transfer endpoints send error codes when requested unlock time is not 0 * Removed `unlock_time` parameters from `construct_tx*` cryptonote core functions @tobtoht: undo rebase changes tx.dsts -> tx_dsts | ||||
| * | cryptonote core/protocol: don't drop peers for soft offenses | jeffro256 | 2023-03-29 | 1 | -1/+6 |
| | | | | | | | Also: txs with tx_extra which is too large will not get published to ZMQ Co-authored-by: SChernykh <sergey.v.chernykh@gmail.com> | ||||
| * | Add a size limit for tx_extra in tx pool | tevador | 2023-03-18 | 1 | -0/+1 |
| | | |||||
| * | Copyright: Update to 2022 | mj-xmr | 2022-03-04 | 1 | -1/+1 |
| | | |||||
| * | Update copyright year to 2020 | SomaticFanatic | 2020-05-06 | 1 | -1/+1 |
| | | | | | Update copyright year to 2020 | ||||
| * | Adding Dandelion++ support to public networks: | Lee Clagett | 2020-03-26 | 1 | -1/+6 |
| | | | | | | | - 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 | ||||
| * | cryptonote_basic: drop unused verification_context::m_not_rct field | xiphon | 2020-03-31 | 1 | -1/+0 |
| | | |||||
| * | ban peers sending bad pow outright | moneromooo-monero | 2019-09-25 | 1 | -0/+1 |
| | | | | | PoW is expensive to verify, so be strict | ||||
| * | consensus: from v12, enforce >= 2 outputs | moneromooo-monero | 2019-04-23 | 1 | -0/+1 |
| | | |||||
| * | Update 2019 copyright | binaryFate | 2019-03-05 | 1 | -1/+1 |
| | | |||||
| * | Update 2018 copyright | xmr-eric | 2018-01-26 | 1 | -1/+1 |
| | | |||||
| * | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 2017-02-21 | 1 | -1/+1 |
| | | |||||
| * | extract some basic code from libcryptonote_core into libcryptonote_basic | kenshi84 | 2017-02-08 | 1 | -0/+61 |
