Age | Commit message (Expand) | Author | Files | Lines |
2016-10-29 | ringct: check the size of amount_keys is the same as destinations | moneromooo-monero | 2 | -2/+4 |
2016-10-23 | core: notify the txpool when transactions are relayed | moneromooo-monero | 2 | -0/+2 |
2016-10-19 | unit_tests: fix build after get_output_histogram signature change | moneromooo-monero | 1 | -1/+1 |
2016-10-09 | Merge pull request #1195 | Riccardo Spagni | 1 | -6/+9 |
2016-10-08 | tests: add performance test for ge_frombytes_vartime | moneromooo-monero | 3 | -0/+73 |
2016-10-08 | tests: add performance tests for rct signatures | moneromooo-monero | 6 | -36/+69 |
2016-10-06 | libwallet_api: test: adjusted mixin_count=4 as it's minumum allowed | Ilya Kitaev | 1 | -3/+4 |
2016-10-06 | libwallet_api: some renamings | Ilya Kitaev | 1 | -6/+8 |
2016-10-04 | Merge pull request #1152 | Riccardo Spagni | 1 | -7/+145 |
2016-10-04 | Merge pull request #1140 | Riccardo Spagni | 1 | -4/+4 |
2016-10-01 | libwallet_api: do not use fast-refresh on recovery | Ilya Kitaev | 1 | -11/+53 |
2016-10-01 | tests: fix build after addition of cryptonote_core::get_block_sync_size | moneromooo-monero | 2 | -0/+2 |
2016-09-30 | libwallet_api: fast-refresh in case of opening non-synced wallet | Ilya Kitaev | 1 | -1/+25 |
2016-09-30 | libwallet_api: fast-refresh for new wallet | Ilya Kitaev | 1 | -3/+28 |
2016-09-28 | libwallet_api: test for create/init wallet on mainnet | Ilya Kitaev | 1 | -3/+50 |
2016-09-28 | libwallet_api: tests: fixed WalletCallbackReceived test | Ilya Kitaev | 1 | -3/+7 |
2016-09-27 | libwallet_api: tests: test fixed according implementation | Ilya Kitaev | 1 | -1/+0 |
2016-09-27 | libwallet_api: tests: compilation errors fixed | Ilya Kitaev | 1 | -2/+2 |
2016-09-27 | wallet: cold wallet transaction signing | moneromooo-monero | 1 | -4/+4 |
2016-09-26 | wallet2_api: added Wallet::daemonBlockChainHeight() | Ilya Kitaev | 2 | -5/+21 |
2016-09-26 | libwallet_api: Wallet::blockChainHeight, WalletListener::newBlock | Ilya Kitaev | 1 | -2/+49 |
2016-09-23 | libwallet_api: simple documentation on testing environment | Ilya Kitaev | 2 | -3/+25 |
2016-09-22 | libwallet_api: tests: env variables for WALLETS_ROOT_DIR and | Ilya Kitaev | 1 | -13/+36 |
2016-09-22 | libwallet_api: tests: changed testwallets path, uncommitted all tests | Ilya Kitaev | 1 | -12/+14 |
2016-09-20 | wallet2_api: getter and setter for "refresh interval" | Ilya Kitaev | 1 | -6/+13 |
2016-09-18 | cmake: transitive deps and remove deprecated LINK_* | redfish | 12 | -44/+35 |
2016-09-14 | rct: rework serialization to avoid storing vector sizes | moneromooo-monero | 1 | -2/+5 |
2016-09-04 | tests: block reward: disable 64-bit-only tests on 32-bit systems | redfish | 1 | -0/+2 |
2016-09-03 | fix remaining bitmonero and simplewallet bits | Riccardo Spagni | 10 | -10/+10 |
2016-09-01 | cmake: exclude tests from running | redfish | 1 | -11/+3 |
2016-09-01 | Merge pull request #1018 | Riccardo Spagni | 1 | -1/+1 |
2016-08-31 | core: faster find_blockchain_supplement | moneromooo-monero | 1 | -1/+1 |
2016-08-30 | tests: cmake: fix building with system gtest | redfish | 5 | -8/+9 |
2016-08-30 | tests: cmake: use a list for enabled tests | redfish | 1 | -6/+12 |
2016-08-30 | cmake: tests: gtest target is not always defined #983 | redfish | 1 | -2/+9 |
2016-08-29 | Prevent core_tests from building under Travis | Jacob Torrey | 1 | -1/+3 |
2016-08-28 | Merge pull request #992 | Riccardo Spagni | 1 | -2/+10 |
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 | 10 | -11/+28 |
2016-08-28 | rct amount key modified as per luigi1111's recommendations | moneromooo-monero | 2 | -16/+17 |
2016-08-28 | rct: rework v2 txes into prunable and non prunable data | moneromooo-monero | 2 | -39/+41 |
2016-08-28 | rct: rework the verification preparation process | moneromooo-monero | 1 | -4/+4 |
2016-08-28 | rct: change the simple flag to a type | moneromooo-monero | 2 | -2/+2 |
2016-08-28 | rct: avoid the need for the last II element | Shen Noether | 1 | -4/+2 |
2016-08-28 | wallet: do not store signatures in the wallet cache | moneromooo-monero | 2 | -1/+6 |
2016-08-28 | rct: do not serialize senderPk - it is not used anymore | moneromooo-monero | 1 | -1/+3 |
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 | 3 | -20/+35 |
2016-08-28 | rct: do not serialize public keys in outPk | moneromooo-monero | 1 | -1/+2 |
2016-08-28 | tests: add tests for wallet output selection | moneromooo-monero | 2 | -1/+100 |
2016-08-28 | port get_tx_key/check_tx_key to rct | moneromooo-monero | 1 | -2/+4 |
2016-08-28 | tests: add basic tests for simple rct api | moneromooo-monero | 1 | -44/+378 |
2016-08-28 | integrate simple rct api | moneromooo-monero | 3 | -7/+65 |
2016-08-28 | move the rct commitments to the output_amounts database | moneromooo-monero | 1 | -5/+1 |
2016-08-28 | rct: add the tx prefix hash into the MLSAG | moneromooo-monero | 5 | -6/+39 |
2016-08-28 | ringct: do not serialize what can be reconstructed | moneromooo-monero | 2 | -21/+13 |
2016-08-28 | Add rct core tests | moneromooo-monero | 7 | -10/+764 |
2016-08-28 | tests: test for ringct rctSig data sizes | moneromooo-monero | 1 | -3/+44 |
2016-08-28 | add rct to the protocol | moneromooo-monero | 8 | -35/+26 |
2016-08-28 | make rct tx serialization work | moneromooo-monero | 1 | -0/+201 |
2016-08-28 | ringct: allow no outputs, and add tests for this and fees | moneromooo-monero | 1 | -31/+75 |
2016-08-28 | ringct: txn fee stuff | Shen Noether | 1 | -0/+61 |
2016-08-28 | blockchain_db: add functions for adding/removing/getting rct commitments | moneromooo-monero | 1 | -0/+4 |
2016-08-28 | tests: new ringct test for checking H2 values | Shen Noether | 1 | -0/+11 |
2016-08-28 | tests: zero inputs/outputs are in fact supposed to be accepted | moneromooo-monero | 1 | -14/+14 |
2016-08-28 | ringct: add a test for prooveRange being non deterministic | moneromooo-monero | 1 | -0/+9 |
2016-08-28 | tests: more ringct range proof tests | moneromooo-monero | 1 | -0/+245 |
2016-08-28 | remove original Cryptonote blockchain_storage blockchain format | moneromooo-monero | 2 | -3/+1 |
2016-08-28 | tests: add some more ringct building block tests | moneromooo-monero | 1 | -1/+50 |
2016-08-28 | tests: add Shen Noether's basic ringct tests | moneromooo-monero | 2 | -1/+209 |
2016-08-27 | Build the core_tests under Travis | Jacob Torrey | 1 | -4/+1 |
2016-08-26 | Disabled libwallet_api_test until Issue #895 resolved | Jacob Torrey | 1 | -1/+3 |
2016-08-26 | Disable core_tests on Travis-CI | Jacob Torrey | 1 | -2/+11 |
2016-08-23 | libwallet_api: tests: checking for result while opening wallet | Ilya Kitaev | 1 | -4/+6 |
2016-08-23 | libwallet_api: Wallet::amountFromString fixed | Ilya Kitaev | 1 | -0/+23 |
2016-08-22 | libwallet_api: tests: removed logged passwords | Ilya Kitaev | 1 | -2/+2 |
2016-08-22 | libwallet_api: do not store wallet on close if status is not ok | Ilya Kitaev | 1 | -2/+67 |
2016-08-11 | Fake outs set is now decided by the wallet | moneromooo-monero | 1 | -3/+3 |
2016-07-26 | tests: fix a bitflag test typo | moneromooo-monero | 1 | -1/+1 |
2016-07-26 | unit_tests: check adding checkpoints succeeded | moneromooo-monero | 1 | -3/+3 |
2016-07-23 | Merge pull request #915 | Riccardo Spagni | 2 | -45/+199 |
2016-07-22 | Tests: fix signed/unsigned comparison in hash-target | anonimal | 1 | -1/+1 |
2016-07-18 | wallet_api: async init, Wallet::connected status, log level | Ilya Kitaev | 1 | -20/+81 |
2016-07-18 | WalletListener functionality | Ilya Kitaev | 2 | -39/+90 |
2016-07-18 | Transaction fee multiplier aka priority integraged | Ilya Kitaev | 1 | -0/+42 |
2016-07-13 | remove hf_starting_height db | moneromooo-monero | 1 | -31/+1 |
2016-06-23 | Merge branch 'master' of https://github.com/mbg033/bitmonero | Ilya Kitaev | 1 | -11/+6 |
2016-06-23 | Wallet: payment id and integrated address | Ilya Kitaev | 1 | -3/+76 |
2016-06-23 | Wallet::createTransaction: added mixin_count param | Ilya Kitaev | 1 | -1/+40 |
2016-06-23 | double/string to monero integer convertion methods | Ilya Kitaev | 1 | -2/+14 |
2016-06-23 | wallet::default_mixin exposed to public interface as | Ilya Kitaev | 1 | -0/+2 |
2016-06-23 | Wallet::filename, Wallet::keysFilename, tests for move wallet | Ilya Kitaev | 1 | -0/+29 |
2016-06-23 | Wallet API : WalletManager::findWallets() added | Ilya Kitaev | 4 | -15/+29 |
2016-06-23 | scripts for faster test wallets generation | Ilya Kitaev | 11 | -19/+120 |
2016-06-23 | regenerated test wallets, basic functions got broken | Ilya Kitaev | 1 | -17/+20 |
2016-06-23 | WalletListener::moneyReceived test | Ilya Kitaev | 1 | -12/+38 |
2016-06-23 | WalletListener::moneySpent test | Ilya Kitaev | 1 | -53/+154 |
2016-06-23 | TransactionHistory continued | Ilya Kitaev | 1 | -11/+55 |
2016-06-23 | Wallet API : transaction history in progress | Ilya Kitaev | 1 | -0/+28 |
2016-06-23 | Wallet::createTransaction API introduced | Ilya Kitaev | 1 | -3/+11 |
2016-06-23 | Wallet::transfer in progress | Ilya Kitaev | 1 | -0/+16 |
2016-06-23 | Wallet::refresh + tests | Ilya Kitaev | 1 | -0/+12 |
2016-06-23 | testnet option, Wallet::balance(), Wallet::unlockedBalance() | Ilya Kitaev | 1 | -11/+12 |
2016-06-23 | - testnet option added to api; | Ilya Kitaev | 1 | -24/+44 |
2016-06-23 | wallet2::store() implemented within wallet2::store_to | Ilya Kitaev | 1 | -0/+25 |
2016-06-20 | Wallet::createTransaction: added mixin_count param | Ilya Kitaev | 1 | -1/+40 |
2016-06-16 | double/string to monero integer convertion methods | Ilya Kitaev | 1 | -2/+14 |
2016-06-10 | wallet::default_mixin exposed to public interface as | Ilya Kitaev | 1 | -0/+2 |
2016-06-10 | Wallet::filename, Wallet::keysFilename, tests for move wallet | Ilya Kitaev | 1 | -0/+29 |
2016-06-03 | Wallet API : WalletManager::findWallets() added | Ilya Kitaev | 4 | -15/+29 |
2016-06-01 | scripts for faster test wallets generation | Ilya Kitaev | 11 | -19/+120 |
2016-05-27 | regenerated test wallets, basic functions got broken | Ilya Kitaev | 1 | -17/+20 |
2016-05-27 | Merge remote-tracking branch 'upstream/master' | Ilya Kitaev | 8 | -29/+91 |
2016-05-18 | fix: error: -Werror=misleading-indentation | moneroexample | 1 | -1/+3 |
2016-05-17 | Merge pull request #831 | Riccardo Spagni | 7 | -25/+86 |
2016-05-17 | WalletListener::moneyReceived test | Ilya Kitaev | 1 | -12/+38 |
2016-05-16 | WalletListener::moneySpent test | Ilya Kitaev | 1 | -53/+154 |
2016-05-12 | Merge remote-tracking branch 'upstream/master' | Ilya Kitaev | 1 | -1/+2 |
2016-05-01 | tests: fix tests broken by the removal of the block reward accumulation loop | moneromooo-monero | 5 | -23/+17 |
2016-05-01 | unit_tests: add a write_varint/read_varint test | moneromooo-monero | 2 | -1/+68 |
2016-05-01 | unit_tests: fix UNBOUND_LIBRARIES/UNBOUND_LIBRARY typo | moneromooo-monero | 1 | -1/+1 |
2016-04-29 | Merge branch 'performance' of https://github.com/LMDB/bitmonero | Riccardo Spagni | 1 | -4/+5 |
2016-04-29 | TransactionHistory continued | Ilya Kitaev | 1 | -11/+55 |
2016-04-26 | Merge remote-tracking branch 'upstream/master' into develop | Ilya Kitaev | 4 | -4/+61 |
2016-04-22 | Wallet API: transaction history in progress | Ilya Kitaev | 1 | -4/+4 |
2016-04-22 | Wallet API : transaction history in progress | Ilya Kitaev | 1 | -0/+28 |
2016-04-17 | tests: fix compile failure on wallet2::transfer | moneromooo-monero | 1 | -1/+2 |
2016-04-14 | Merge pull request #786 | Riccardo Spagni | 1 | -0/+4 |
2016-04-14 | Merge pull request #783 | Riccardo Spagni | 1 | -1/+1 |
2016-04-12 | TODOs for Transaction/Transfer interface | Ilya Kitaev | 1 | -4/+4 |
2016-04-06 | Transaction API continued | Ilya Kitaev | 1 | -0/+2 |
2016-04-05 | Merge branch 'performance' into master | Howard Chu | 1 | -4/+5 |
2016-04-05 | Cleanup | Howard Chu | 1 | -4/+5 |
2016-04-05 | Wallet::createTransaction API introduced | Ilya Kitaev | 1 | -2/+8 |
2016-04-04 | Wallet::transfer() continued | Ilya Kitaev | 1 | -0/+16 |
2016-04-02 | tests: fix build with older GCC | Javier Smooth | 1 | -2/+4 |
2016-04-02 | tests: unbound API is only accessible in static builds | moneromooo-monero | 1 | -0/+4 |
2016-04-02 | wallet: better output selection for transfer/transfer_new | moneromooo-monero | 1 | -1/+1 |
2016-03-31 | Wallet::refresh + tests | Ilya Kitaev | 1 | -0/+12 |
2016-03-31 | testnet option, Wallet::balance(), Wallet::unlockedBalance() | Ilya Kitaev | 1 | -11/+12 |
2016-03-31 | Merge remote-tracking branch 'upstream/master' | Ilya Kitaev | 3 | -2/+3 |
2016-03-29 | tests: add test for needed OpenSSL algorithms in unbound | moneromooo-monero | 2 | -1/+52 |
2016-03-26 | tests: obligatory hardfork unit build fix after interface change | moneromooo-monero | 1 | -1/+1 |
2016-03-26 | New RPC and daemon command to get output histogram | moneromooo-monero | 1 | -0/+1 |
2016-03-25 | - testnet option added to api; | Ilya Kitaev | 1 | -24/+44 |
2016-03-21 | core_tests: fix compile failure with GCC 4.8.4 | moneromooo-monero | 1 | -1/+1 |
2016-03-21 | wallet2::store() implemented within wallet2::store_to | Ilya Kitaev | 1 | -0/+25 |
2016-03-21 | Revert "Print stack trace upon exceptions" | moneromooo-monero | 10 | -17/+13 |
2016-03-19 | Print stack trace upon exceptions | moneromooo-monero | 10 | -13/+17 |
2016-03-17 | tests: enable core tests again | moneromooo-monero | 1 | -1/+1 |
2016-03-16 | fixed "undefined reference" for boost::system library | Ilya Kitaev | 1 | -1/+2 |
2016-03-16 | Wallet::store_to(path, password) implemented; | Ilya Kitaev | 1 | -1/+64 |
2016-03-16 | Wallet::address implemented | Ilya Kitaev | 1 | -0/+8 |
2016-03-16 | WalletManager::recoveryWallet implemented | Ilya Kitaev | 1 | -5/+14 |
2016-03-16 | Wallet::setPassword() method for wallet2_api | Ilya Kitaev | 1 | -4/+22 |
2016-03-16 | changes in wallet2_api + implemented WalletManager::openWallet | Ilya Kitaev | 1 | -5/+25 |
2016-03-16 | get_seed() included to interface | Ilya Kitaev | 1 | -9/+34 |
2016-03-16 | tests for wallet2_api | Ilya Kitaev | 3 | -1/+130 |
2016-03-05 | unit_tests: fix hard fork unit test compilation | warptangent | 1 | -1/+1 |
2016-02-29 | Merge pull request #689 | Riccardo Spagni | 1 | -1/+1 |
2016-02-23 | unit_tests: update test openalias address | moneromooo-monero | 1 | -1/+1 |
2016-02-22 | move g_test_dbg_lock_sleep from a global to a function level static | moneromooo-monero | 7 | -14/+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 | unit_tests: fix blockchain unit test after hard fork import fix | moneromooo-monero | 1 | -1/+10 |
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-02-08 | unit_tests: fix hard fork unit test compilation | moneromooo-monero | 1 | -0/+4 |
2016-02-08 | Merge pull request #641 | Riccardo Spagni | 1 | -13/+9 |
2016-02-08 | Merge pull request #639 | Riccardo Spagni | 1 | -30/+68 |
2016-02-01 | unit_tests: fix mnemonics unit test testing invalid seeds | moneromooo-monero | 1 | -13/+9 |
2016-02-01 | unit_tests: fix hard fork unit tests and add a test for major too | moneromooo-monero | 1 | -30/+68 |
2016-01-31 | tests: fix compilation failure after V1 define rename | moneromooo-monero | 1 | -1/+1 |
2016-01-25 | updated gtest (added missing files) | Riccardo Spagni | 5 | -0/+525 |
2016-01-25 | updated gtest | Riccardo Spagni | 17 | -888/+884 |
2016-01-21 | OpenBSD support for Monero. | me0wmix | 2 | -4/+4 |
2016-01-16 | Fix 30f92f5630bbc7507708275a29a9ae7acf633a5b | Howard Chu | 1 | -0/+1 |
2016-01-02 | unit_tests: initialize db object in ctor, not open | moneromooo-monero | 1 | -1/+2 |
2015-12-31 | updated copyright year | Riccardo Spagni | 98 | -98/+98 |
2015-12-31 | Merge pull request #580 | Riccardo Spagni | 1 | -1/+1 |
2015-12-30 | unit_tests: remove an unused variable | moneromooo-monero | 1 | -1/+0 |
2015-12-30 | unit_tests: fix hardfork test build | moneromooo-monero | 1 | -0/+1 |
2015-12-30 | core_tests: deinit core before destroying it | moneromooo-monero | 1 | -1/+3 |
2015-12-26 | tests: add a unit test for canonical decomposed amounts | moneromooo-monero | 2 | -0/+84 |
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-24 | unit_tests: fix hard fork tests | moneromooo-monero | 1 | -1/+2 |
2015-12-24 | unit_tests: new test for IP blocking | moneromooo-monero | 2 | -0/+169 |
2015-12-14 | Tone down a bit L0 logs during daemon sync | moneromooo-monero | 1 | -0/+1 |
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-13 | unit_tests: fix block reward test using post hard fork settings | moneromooo-monero | 1 | -15/+15 |
2015-12-13 | tests: fix a typo in test name | moneromooo-monero | 1 | -1/+1 |
2015-12-09 | tests: remove data-dir argument registration | moneromooo-monero | 1 | -1/+0 |
2015-12-05 | blockchain_db: make the indexing base a BlockchainDB virtual function | moneromooo-monero | 1 | -0/+1 |