Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-04 | Copyright: Update to 2022 | mj-xmr | 1 | -1/+1 | |
2019-05-02 | error: fix compile error on windows with depends | moneromooo-monero | 1 | -1/+1 | |
state_not_recoverable is not defined there | |||||
2019-03-19 | Adding classes, functions, and utilities for common LMDB operations. | Lee Clagett | 1 | -22/+45 | |
2018-09-12 | Adding expect<T> - a value-or-error implementation | Lee Clagett | 1 | -37/+46 | |
2018-09-10 | record blackballs as amount/offset, and add export ability | moneromooo-monero | 1 | -5/+5 | |
2018-09-09 | ringdb: allow blackballing many outputs at once | moneromooo-monero | 1 | -1/+2 | |
It cuts down on txn commits, and speeds up blackballing substantially | |||||
2018-04-11 | unit_tests: add ringdb unit tests | moneromooo-monero | 1 | -0/+1 | |
2018-03-16 | ringdb: use the genesis block as a db name | moneromooo-monero | 1 | -1/+1 | |
This will avoid careless forkers polluting the shared database even if they make their own chain. They'll then automatically start using another subdb, and any key-reusing fork of those forks will reuse their subdbs. | |||||
2018-03-16 | wallet: add a set_ring command | moneromooo-monero | 1 | -0/+1 | |
This is so one can set rings for spent key images in case the attackers don't merge the ring matching patch set. | |||||
2018-03-16 | wallet: make ringdb an object with database state | moneromooo-monero | 1 | -9/+23 | |
2018-03-16 | wallet: add an output blackball list to avoid using those in rings | moneromooo-monero | 1 | -0/+5 | |
2018-03-16 | wallet: add shared ring database | moneromooo-monero | 1 | -14/+10 | |
This maps key images to rings, so that different forks can reuse the rings by key image. This avoids revealing the real inputs like would happen if two forks spent the same outputs with different rings. This database is meant to be shared with all Monero forks which don't bother making a new chain, putting users' privacy at risk in the process. It is placed in a shared data directory by default ($HOME/.shared-ringdb on UNIX like systems). You may use --shared-ringdb-dir to override this location, and should then do so for all Monero forks for them to share the database. | |||||
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 | -1/+1 | |
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 | |
2015-01-02 | year updated in license | Riccardo Spagni | 1 | -1/+1 | |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 1 | -3/+29 | |
2014-03-03 | moved all stuff to github | Antonio Juarez | 1 | -0/+23 | |