| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Merge pull request #5467 | Riccardo Spagni | 2019-04-24 | 8 | -0/+57 | |
| |\ \ \ | |/ / |/| | | | | | | | | aba2b2e7 functional_tests: reset blockchain on test start (moneromooo-monero) 375fde94 hardfork: fix off by one updating fork index after popping (moneromooo-monero) | |||||
| | * | | functional_tests: reset blockchain on test start | moneromooo-monero | 2019-04-20 | 8 | -0/+57 | |
| | | | | ||||||
| * | | | Fix socks tests in windows and handle errors better | Lee Clagett | 2019-04-19 | 1 | -7/+13 | |
| |/ / | ||||||
| * | | Merge pull request #5465 | Riccardo Spagni | 2019-04-18 | 1 | -3/+9 | |
| |\ \ | | | | | | | | | | 3e50a9e8 functional_tests: detect requests python module (moneromooo-monero) | |||||
| | * | | functional_tests: detect requests python module | moneromooo-monero | 2019-04-18 | 1 | -3/+9 | |
| | | | | ||||||
| * | | | wallet2: "output lineup" fake out selection | moneromooo-monero | 2019-04-18 | 1 | -0/+117 | |
| |/ / | | | | | | | | | Based on python code by sarang: https://github.com/SarangNoether/skunkworks/blob/outputs/outputs/simulate.py | |||||
| * | | Merge pull request #5415 | Riccardo Spagni | 2019-04-17 | 3 | -77/+28 | |
| |\ \ | | | | | | | | | | 299052bc Remove unneeded SFINAE on check_tx/block verification in core_tests (Doyle) | |||||
| | * | | Remove unneeded SFINAE on check_tx/block verification in core_tests | Doyle | 2019-04-17 | 3 | -77/+28 | |
| | | | | ||||||
| * | | | Merge pull request #5413 | Riccardo Spagni | 2019-04-17 | 1 | -6/+6 | |
| |\ \ \ | | | | | | | | | | | | | 5fafb90e testdb: add override keyword where missing (stoffu) | |||||
| | * | | | testdb: add override keyword where missing | stoffu | 2019-04-17 | 1 | -6/+6 | |
| | |/ / | | | | | | | | | | and delete obsolete BlockchainBDB::get_tx_output_indices along the way | |||||
| * / / | unit_tests: undo is_blocked implementation factoring | moneromooo-monero | 2019-04-16 | 1 | -1/+12 | |
| |/ / | | | | | | | The is_host_blocked method is not on master yet | |||||
| * | | Merge pull request #5446 | Riccardo Spagni | 2019-04-16 | 1 | -0/+50 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | 7d79222f daemon: remove debug info (moneromooo-monero) 8fec0f98 functional_tests: add sweep_single test (moneromooo-monero) 9880d61b wallet_rpc_server: remove unused code (moneromooo-monero) 8a61b33d rpc: omit irrelevant fields for pool txes in gettransactions (moneromooo-monero) 56508524 rpc: add relayed in get_transaction output (moneromooo-monero) 82e510f1 rpc: set default log category in core_rpc_server.h (moneromooo-monero) | |||||
| | * | | functional_tests: add sweep_single test | moneromooo-monero | 2019-04-15 | 1 | -0/+50 | |
| | | | | ||||||
| * | | | Merge pull request #5425 | Riccardo Spagni | 2019-04-16 | 1 | -12/+17 | |
| |\ \ \ | | | | | | | | | | | | | 58585986 p2p: fix integer overflow in host bans (moneromooo-monero) | |||||
| | * | | | p2p: fix integer overflow in host bans | moneromooo-monero | 2019-04-11 | 1 | -12/+17 | |
| | | | | | ||||||
| * | | | | Merge pull request #5424 | Riccardo Spagni | 2019-04-16 | 2 | -142/+57 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | 93bb2f48 ringct: prevent use of full ringct signatures for more than one input (moneromooo-monero) | |||||
| | * | | | | ringct: prevent use of full ringct signatures for more than one input | moneromooo-monero | 2019-04-11 | 2 | -142/+57 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #5414 | Riccardo Spagni | 2019-04-16 | 2 | -11/+11 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e9fac29a unit_tests/long_term_block_weight: some tweaks that seem to make more sense (stoffu) 467f4c7e tests/block_weight: use integer division when computing median (stoffu) 815d08dc tests/block_weight: remove unused MULTIPLIER_SMALL (stoffu) 661f1fb8 blockchain: remove unused calc of short_term_constraint (stoffu) | |||||
| | * | | | | unit_tests/long_term_block_weight: some tweaks that seem to make more sense | stoffu | 2019-04-09 | 1 | -8/+9 | |
| | | | | | | ||||||
| | * | | | | tests/block_weight: use integer division when computing median | stoffu | 2019-04-09 | 1 | -2/+2 | |
| | | | | | | ||||||
| | * | | | | tests/block_weight: remove unused MULTIPLIER_SMALL | stoffu | 2019-04-09 | 1 | -1/+0 | |
| | | |_|/ | |/| | | ||||||
| * | | | | Merge pull request #5409 | Riccardo Spagni | 2019-04-16 | 5 | -6/+6 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | ac874e2d tests: fix test_options initialization error (Dusan Klinec) | |||||
| | * | | | | tests: fix test_options initialization error | Dusan Klinec | 2019-04-07 | 5 | -6/+6 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #5400 | Riccardo Spagni | 2019-04-16 | 2 | -2/+21 | |
| |\ \ \ \ | |_|_|/ |/| | | | | | | | 5e673c03 blockchain_db: fix db txn ending too early (moneromooo-monero) | |||||
| | * | | | blockchain_db: fix db txn ending too early | moneromooo-monero | 2019-04-14 | 2 | -2/+21 | |
| | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | The db txn in add_block ending caused the entire overarching batch txn to stop. Also add a new guard class so a db txn can be stopped in the face of exceptions. Also use a read only db txn in init when the db itself is read only, and do not save the max tx size in that case. | |||||
| * | | | Merge pull request #5402 | Riccardo Spagni | 2019-04-15 | 1 | -7/+7 | |
| |\ \ \ | | | | | | | | | | | | | cbf32241 rpc: make wide_difficulty hexadecimal (moneromooo-monero) | |||||
| | * | | | rpc: make wide_difficulty hexadecimal | moneromooo-monero | 2019-04-05 | 1 | -7/+7 | |
| | | | | | | | | | | | | | | | | | This should be friendlier for clients which don't have bignum support | |||||
| * | | | | Merge pull request #5398 | Riccardo Spagni | 2019-04-15 | 4 | -24/+75 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | 41901b8d device/trezor: env-configurable ports (Dusan Klinec) c97a1f79 tests: trezor tests fixes and improvements (Dusan Klinec) | |||||
| | * | | | | device/trezor: env-configurable ports | Dusan Klinec | 2019-04-10 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | tests: trezor tests fixes and improvements | Dusan Klinec | 2019-04-10 | 4 | -25/+76 | |
| | |/ / / | | | | | | | | | | | | | - configurable hardforks via env vars | |||||
| * | | | | Merge pull request #5393 | Riccardo Spagni | 2019-04-15 | 4 | -0/+15 | |
| |\ \ \ \ | |_|/ / |/| | | | | | | | c5d3ea2f tests: add a few try/catch in main to shut coverity up (moneromooo-monero) | |||||
| | * | | | tests: add a few try/catch in main to shut coverity up | moneromooo-monero | 2019-04-03 | 4 | -0/+15 | |
| | |/ / | ||||||
| * | | | Merge pull request #5384 | Riccardo Spagni | 2019-04-11 | 1 | -0/+2 | |
| |\ \ \ | | | | | | | | | | | | | | | | | 0eee6cd7 block_weight: catch exceptions in main for clean exit on error (moneromooo-monero) 4b3bb829 epee: init a new ssl related variable in ctor (moneromooo-monero) | |||||
| | * | | | block_weight: catch exceptions in main for clean exit on error | moneromooo-monero | 2019-04-11 | 1 | -0/+2 | |
| | | |/ | |/| | ||||||
| * | | | functional_tests: exit with 1 if any test fails | moneromooo-monero | 2019-04-11 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | functional_tests: cold signing key images/outputs import/export | moneromooo-monero | 2019-04-11 | 1 | -0/+6 | |
| | | | | ||||||
| * | | | functional_tests: add double spend detection tests | moneromooo-monero | 2019-04-11 | 1 | -0/+61 | |
| | | | | ||||||
| * | | | functional_tests: add alt chains tests | moneromooo-monero | 2019-04-11 | 1 | -1/+34 | |
| | | | | ||||||
| * | | | functional_tests: add wallet creation language tests | moneromooo-monero | 2019-04-11 | 1 | -0/+21 | |
| | | | | ||||||
| * | | | functional_tests: add more wallet tests | moneromooo-monero | 2019-04-11 | 2 | -0/+55 | |
| | | | | | | | | | | | | | get_transfer_by_txid, get_height, open/close | |||||
| * | | | functional_tests: add describe_transfer tests | moneromooo-monero | 2019-04-11 | 2 | -0/+33 | |
| | | | | ||||||
| * | | | functional_tests: add more blockchain related tests | moneromooo-monero | 2019-04-11 | 1 | -0/+125 | |
| | | | | | | | | | | | | | | | | Related to emission, reorgs, getting tx data back, output distribution and histogram | |||||
| * | | | functional_tests: add bans tests | moneromooo-monero | 2019-04-11 | 1 | -0/+117 | |
| |/ / | ||||||
| * | | Merge pull request #5391 | Riccardo Spagni | 2019-04-06 | 1 | -0/+5 | |
| |\ \ | | | | | | | | | | 71907980 unit_tests: fix long term block weight test after cache change (moneromooo-monero) | |||||
| | * | | unit_tests: fix long term block weight test after cache change | moneromooo-monero | 2019-04-03 | 1 | -0/+5 | |
| | |/ | ||||||
| * | | Merge pull request #5353 | Riccardo Spagni | 2019-04-06 | 1 | -1/+1 | |
| |\ \ | | | | | | | | | | 1bc78cc2 tests: trezor_test fix (Dusan Klinec) | |||||
| | * | | tests: trezor_test fix | Dusan Klinec | 2019-03-26 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Merge pull request #5341 | Riccardo Spagni | 2019-04-06 | 1 | -6/+7 | |
| |\ \ \ | |_|/ |/| | | | | | 0218bc49 test: hmac_keccak - fix number of chunks counting (Dusan Klinec) | |||||
| | * | | test: hmac_keccak - fix number of chunks counting | Dusan Klinec | 2019-03-24 | 1 | -6/+7 | |
| | |/ | ||||||
| * | | Merge pull request #5318 | Riccardo Spagni | 2019-04-01 | 2 | -5/+7 | |
| |\ \ | | | | | | | | | | 1a91385e block_weight: fix python 2/3 compatibility (moneromooo-monero) | |||||
