Age | Commit message (Expand) | Author | Files | Lines |
2018-09-11 | core_tests: add a test for 4-aggregated BP verification | moneromooo-monero | 3 | -0/+16 |
2018-09-11 | core_tests: add a test for a tx with empty bulletproof | moneromooo-monero | 3 | -0/+20 |
2018-09-11 | v8: per byte fee, pad bulletproofs, fixed 11 ring size | moneromooo-monero | 7 | -163/+176 |
2018-09-11 | require canonical multi output bulletproof layout | moneromooo-monero | 3 | -13/+13 |
2018-09-11 | Bulletproof aggregated verification and tests | moneromooo-monero | 7 | -4/+573 |
2018-09-11 | bulletproofs: add multi output bulletproofs to rct | moneromooo-monero | 1 | -1/+1 |
2018-07-07 | core_tests: add --filter to select which tests to run | moneromooo-monero | 2 | -0/+7 |
2018-06-26 | replace std::list with std::vector on some hot paths | moneromooo-monero | 7 | -18/+18 |
2018-03-14 | keypair::generate: always require hw::device to avoid possible mistake | stoffu | 2 | -3/+3 |
2018-03-05 | Stagenet | stoffu | 1 | -2/+2 |
2018-03-04 | Code modifications to integrate Ledger HW device into monero-wallet-cli. | cslashm | 5 | -7/+10 |
2018-02-02 | pass large parameters by const ref, not value | moneromooo-monero | 1 | -1/+1 |
2018-01-26 | Readd copyright starting date | xmr-eric | 2 | -2/+2 |
2018-01-26 | Update 2018 copyright | xmr-eric | 31 | -31/+31 |
2017-12-17 | core_tests: multisig test now tests multiple inputs | moneromooo-monero | 3 | -136/+209 |
2017-12-17 | Match surae's recommendation to derive multisig keys | moneromooo-monero | 1 | -4/+6 |
2017-12-17 | make multisig work with subaddresses | moneromooo-monero | 1 | -7/+11 |
2017-12-17 | add multisig core test and factor multisig building blocks | moneromooo-monero | 6 | -0/+716 |
2017-12-16 | cryptonote_core does not depend on p2p anymore | moneromooo-monero | 1 | -1/+1 |
2017-12-08 | add bulletproofs from v7 on testnet | moneromooo-monero | 1 | -1/+1 |
2017-11-14 | remove "using namespace std" from headers | moneromooo-monero | 1 | -0/+1 |
2017-11-14 | Merge pull request #2696 | Riccardo Spagni | 1 | -0/+1 |
2017-11-14 | Merge pull request #2691 | Riccardo Spagni | 10 | -12/+8 |
2017-11-14 | Merge pull request #2686 | Riccardo Spagni | 1 | -5/+5 |
2017-10-21 | Initialize openssl on startup | moneromooo-monero | 1 | -0/+1 |
2017-10-20 | core_tests: do not include chaingen_tests_list.h in all tests | moneromooo-monero | 10 | -12/+8 |
2017-10-19 | always use core_tests for consistency, not coretests | moneromooo-monero | 1 | -5/+5 |
2017-10-17 | core_tests: fix for subaddress patch | kenshi84 | 6 | -8/+9 |
2017-10-07 | Subaddresses | kenshi84 | 7 | -15/+28 |
2017-09-25 | move checkpoints in a separate library | moneromooo-monero | 1 | -2/+2 |
2017-09-25 | Merge pull request #2424 | Riccardo Spagni | 1 | -2/+4 |
2017-09-25 | core_tests: catch (impossible in practice) tx extra api failure | moneromooo-monero | 1 | -2/+4 |
2017-09-21 | build: auto update version info without manually deleting version.h | stoffu | 1 | -0/+1 |
2017-06-09 | core_tests: fix tests failing due to new txpool code requitring batch transac... | moneromooo-monero | 1 | -0/+1 |
2017-05-30 | Merge pull request #2036 | Riccardo Spagni | 1 | -2/+10 |
2017-05-25 | Move txpool to the database | moneromooo-monero | 1 | -0/+10 |
2017-05-18 | tests: fix invalid key image test | moneromooo-monero | 1 | -2/+10 |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 29 | -29/+29 |
2017-02-08 | extract some basic code from libcryptonote_core into libcryptonote_basic | kenshi84 | 4 | -14/+14 |
2017-01-28 | core_tests: decrease trace level from trace to debug | moneromooo-monero | 1 | -1/+1 |
2017-01-16 | Change logging to easylogging++ | moneromooo-monero | 4 | -67/+27 |
2017-01-14 | fix do_not_relay not preventing relaying on a timer | moneromooo-monero | 1 | -2/+2 |
2016-09-18 | cmake: transitive deps and remove deprecated LINK_* | redfish | 1 | -5/+1 |
2016-08-28 | tests: hard fork list must end with a 0 | moneromooo-monero | 3 | -4/+4 |
2016-08-28 | New "Halfway RingCT" outputs for coinbase transactions | moneromooo-monero | 8 | -11/+26 |
2016-08-28 | rct amount key modified as per luigi1111's recommendations | moneromooo-monero | 1 | -8/+9 |
2016-08-28 | rct: change the simple flag to a type | moneromooo-monero | 1 | -1/+1 |
2016-08-28 | core_tests: fix a couple pre-rct tests using rct | moneromooo-monero | 1 | -2/+2 |
2016-08-28 | change fork settings to allow pre-rct txes for one more fork cycle | moneromooo-monero | 2 | -9/+9 |
2016-08-28 | rct: make the amount key derivable by a third party with the tx key | moneromooo-monero | 1 | -5/+3 |
2016-08-28 | port get_tx_key/check_tx_key to rct | moneromooo-monero | 1 | -2/+4 |
2016-08-28 | integrate simple rct api | moneromooo-monero | 1 | -1/+4 |
2016-08-28 | rct: add the tx prefix hash into the MLSAG | moneromooo-monero | 3 | -0/+33 |
2016-08-28 | Add rct core tests | moneromooo-monero | 7 | -10/+764 |
2016-08-28 | add rct to the protocol | moneromooo-monero | 7 | -34/+25 |
2016-05-01 | tests: fix tests broken by the removal of the block reward accumulation loop | moneromooo-monero | 5 | -23/+17 |
2016-04-02 | tests: fix build with older GCC | Javier Smooth | 1 | -2/+4 |
2016-03-21 | core_tests: fix compile failure with GCC 4.8.4 | moneromooo-monero | 1 | -1/+1 |
2016-03-21 | Revert "Print stack trace upon exceptions" | moneromooo-monero | 3 | -10/+10 |
2016-03-19 | Print stack trace upon exceptions | moneromooo-monero | 3 | -10/+10 |
2016-02-22 | move g_test_dbg_lock_sleep from a global to a function level static | moneromooo-monero | 1 | -2/+0 |
2016-02-17 | Merge pull request #659 | Riccardo Spagni | 1 | -1/+1 |
2016-02-13 | core_tests: fix a compile problem with CLANG | moneromooo-monero | 1 | -1/+1 |
2016-02-13 | Add the new test files | moneromooo-monero | 2 | -0/+295 |
2016-02-08 | core_tests: add tests for hard fork behaviors (MRL-0004) | moneromooo-monero | 4 | -7/+22 |
2016-02-08 | core_tests: allow setting miner tx max_outs when creating a block | moneromooo-monero | 2 | -4/+6 |
2016-01-31 | tests: fix compilation failure after V1 define rename | moneromooo-monero | 1 | -1/+1 |
2015-12-31 | updated copyright year | Riccardo Spagni | 25 | -25/+25 |
2015-12-30 | core_tests: deinit core before destroying it | moneromooo-monero | 1 | -1/+3 |
2015-12-25 | tests: fix various tests by using parameters better suited to monero | moneromooo-monero | 3 | -8/+8 |
2015-12-25 | tests: fix some double spending tests | moneromooo-monero | 1 | -7/+8 |
2015-12-25 | tests: use 255 as a "too high" block version | moneromooo-monero | 1 | -2/+2 |
2015-12-25 | blockchain: fix bitflipping test with quantized block rewards | moneromooo-monero | 1 | -1/+2 |
2015-12-13 | core_tests: fix ring_signature_1 tests | moneromooo-monero | 1 | -8/+8 |
2015-12-13 | core_tests: bump default test fee to 0.02 monero | moneromooo-monero | 1 | -1/+1 |
2015-12-13 | add a --fakechain argument for tests | moneromooo-monero | 1 | -0/+4 |
2015-12-09 | tests: remove data-dir argument registration | moneromooo-monero | 1 | -1/+0 |
2015-11-21 | Relay transactions when they linger too long in the pool | moneromooo-monero | 1 | -2/+2 |
2015-11-13 | More changes for 2-min blocks | Javier Smooth | 1 | -4/+4 |
2015-11-13 | Adjust difficulty target (2 min) and full reward zone (60 kbytes) for block v... | Javier Smooth | 1 | -2/+2 |
2015-04-01 | Merge remote-tracking branch 'monero-official/master' into network-1.6-work1 | rfree2monero | 1 | -1/+3 |
2015-03-01 | Fix tests building -- function signatures changed | Thomas Winget | 1 | -1/+3 |
2015-02-24 | 2014 network limit 1.3 fix log/path/data +utils | rfree2monero | 2 | -0/+4 |
2015-01-02 | year updated in license | Riccardo Spagni | 25 | -25/+25 |
2014-10-24 | cmake: support 2.8.7 | Ben Boeckel | 1 | -1/+1 |
2014-10-23 | cmake: put each test executable in its own directory | Ben Boeckel | 1 | -0/+74 |
2014-09-15 | Separate testnet address prefix | Zachary Michaels | 1 | -2/+2 |
2014-09-15 | Add testnet flag | Zachary Michaels | 1 | -1/+1 |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 24 | -70/+697 |
2014-05-25 | 0.8.8update | mydesktop | 1 | -6/+6 |
2014-05-03 | initial [broken] update | mydesktop | 5 | -14/+15 |
2014-04-02 | json rpc for wallet and bugfix | Antonio Juarez | 3 | -18/+17 |
2014-03-03 | moved all stuff to github | Antonio Juarez | 24 | -0/+5318 |