aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_basic/cryptonote_basic_impl.h
Commit message (Collapse)AuthorAgeFilesLines
* cryptonote_basic: remove unused structtobtoht2025-03-141-9/+0
|
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* cryptonote: rework block blob size sanity checkmoneromooo-monero2019-04-051-1/+0
| | | | | Use the actual block weight limit, assuming that weight is always greater or equal to size
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* a few minor (but easy) performance tweaksmoneromooo-monero2018-11-231-1/+1
| | | | Found by codacy.com
* v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero2018-09-111-2/+2
|
* Stagenetstoffu2018-03-051-4/+4
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* Subaddresseskenshi842017-10-071-19/+11
|
* move checkpoints in a separate librarymoneromooo-monero2017-09-251-25/+0
|
* cryptonote_basic: fix silly CLANG warning about not emitting functionmoneromooo-monero2017-08-081-1/+1
|
* Move OpenAlias console input back from libsmoneromooo-monero2017-07-271-2/+11
| | | | | | | Library code should definitely not ask for console input unless it's clearly an input function. Delegating the user interaction part to the caller means it can now be used by a GUI, or have a decision algorithm better adapted to a particular caller.
* Simplified the implementation and features of spanLee Clagett2017-04-111-7/+22
|
* Improvements for epee binary to hex functions:Lee Clagett2017-04-111-16/+8
| | | | | | | - Performance improvements - Added `span` for zero-copy pointer+length arguments - Added `std::ostream` overload for direct writing to output buffers - Removal of unused `string_tools::buff_to_hex`
* wallet-rpc: enable openaliasstoffu2017-03-171-0/+2
|
* Add intervening v5 fork for increased min block sizemoneromooo-monero2017-03-151-0/+1
| | | | | | | | | | Minimum mixin 4 and enforced ringct is moved from v5 to v6. v5 is now used for an increased minimum block size (from 60000 to 300000) to cater for larger typical/minimum transaction size. The fee algorithm is also changed to decrease the base per kB fee, and add a cheap tier for those transactions which we do not care if they get delayed (or even included in a block).
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-081-0/+142