Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-05-21 | copyright: bump to 2024 | copyCat | 1 | -1/+1 | |
2024-02-24 | Enforce Tx unlock_time is Zero by Relay Rule | jeffro256 | 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 | |||||
2023-03-29 | cryptonote core/protocol: don't drop peers for soft offenses | jeffro256 | 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> | |||||
2023-02-26 | Add a size limit for tx_extra in tx pool | tevador | 1 | -0/+1 | |
2023-01-16 | Copyright: Update to 2023 | mj-xmr | 1 | -1/+1 | |
Co-authored-by: plowsof <plowsof@protonmail.com> extra files | |||||
2022-03-04 | Copyright: Update to 2022 | mj-xmr | 1 | -1/+1 | |
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 1 | -1/+1 | |
Update copyright year to 2020 | |||||
2020-03-31 | cryptonote_basic: drop unused verification_context::m_not_rct field | xiphon | 1 | -1/+0 | |
2020-03-26 | Adding Dandelion++ support to public networks: | Lee Clagett | 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 | |||||
2019-09-25 | ban peers sending bad pow outright | moneromooo-monero | 1 | -0/+1 | |
PoW is expensive to verify, so be strict | |||||
2019-04-23 | consensus: from v12, enforce >= 2 outputs | moneromooo-monero | 1 | -0/+1 | |
2019-03-05 | Update 2019 copyright | binaryFate | 1 | -1/+1 | |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 | |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -1/+1 | |
2017-02-08 | extract some basic code from libcryptonote_core into libcryptonote_basic | kenshi84 | 1 | -0/+0 | |
2016-08-28 | mixable transactions must be rct for v3 | moneromooo-monero | 1 | -0/+1 | |
2016-03-27 | Convey tx verification failure reasons to the RPC client | moneromooo-monero | 1 | -0/+7 | |
This allows appropriate action to be taken, like displaying the reason to the user. Do just that in simplewallet, which should help a lot in determining why users fail to send. Also make it so a tx which is accepted but not relayed is seen as a success rather than a failure. | |||||
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 | |
2015-12-25 | blockchain: fix bitflipping test with quantized block rewards | moneromooo-monero | 1 | -0/+1 | |
Block reward may now be less than the full amount allowed. This was breaking the bitflipping test. We now keep track of whether a block which was accepted by the core has a lower than allowed block reward, and allow this in the test. | |||||
2015-01-02 | year updated in license | Riccardo Spagni | 1 | -1/+1 | |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 1 | -4/+29 | |
2014-03-03 | moved all stuff to github | Antonio Juarez | 1 | -0/+27 | |