| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| | |
eeebad66 functional_tests: fix python3 compatibility (moneromooo-monero)
|
| | |
| |
| |
| | |
Also add missing bans test to the default tests
|
| |\ \
| | |
| | |
| | | |
13864702 functional_tests: fix rare get_output_distribution failure (moneromooo-monero)
|
| | |/
| |
| |
| |
| |
| |
| | |
When the wallet auto refreshes after mining the last two blocks
but before popping them, it will then try to use outputs which
are not unlocked yet. This is really a wallet problem, which
will be fixed later.
|
| |/
|
|
| |
It's an inherently random test
|
| | |
|
| |\
| |
| |
| | |
e9809382 fix wide difficulty conversion with some versions of boost (moneromooo-monero)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
1c44e658 wallet2: reject standalone short payment IDs in monero: URI API (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
a4c4a2d8 blockchain: keep a rolling long term block weight median (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
0eb0d6b8 rpc: improve get_output_distribution (moneromooo-monero)
|
| | |/
| |
| |
| |
| |
| |
| | |
It can now handle small reorgs without having to rescan the
whole blockchain.
Also add a test for it.
|
| |\ \
| | |
| | |
| | | |
f29fecd5 build: debug and test builds via contrib (Dusan Klinec)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
a59c2746 unit_tests: fix crash in debug in output_distribution test (moneromooo-monero)
|
| | | |/
| |/|
| | |
| | |
| | | |
updating the block size limit needs recent block sizes,
so we feed it dummy ones
|
| |\ \ \
| |/ /
|/| |
| | | |
36ced067 functional_tests: flush stdout before popening new process (moneromooo-monero)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
c0736643 unit_tests: don't delete log file on windows, it will fail (moneromooo-monero)
|
| | |/ / |
|
| |\ \ \
| |/ /
|/| |
| | |
| | | |
aba2b2e7 functional_tests: reset blockchain on test start (moneromooo-monero)
375fde94 hardfork: fix off by one updating fork index after popping (moneromooo-monero)
|
| | | | |
|
| |/ / |
|
| |\ \
| | |
| | |
| | | |
3e50a9e8 functional_tests: detect requests python module (moneromooo-monero)
|
| | | | |
|
| |/ /
| |
| |
| |
| | |
Based on python code by sarang:
https://github.com/SarangNoether/skunkworks/blob/outputs/outputs/simulate.py
|
| |\ \
| | |
| | |
| | | |
299052bc Remove unneeded SFINAE on check_tx/block verification in core_tests (Doyle)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
5fafb90e testdb: add override keyword where missing (stoffu)
|
| | |/ /
| | |
| | |
| | | |
and delete obsolete BlockchainBDB::get_tx_output_indices along the way
|
| |/ /
| |
| |
| | |
The is_host_blocked method is not on master yet
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
58585986 p2p: fix integer overflow in host bans (moneromooo-monero)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
93bb2f48 ringct: prevent use of full ringct signatures for more than one input (moneromooo-monero)
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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)
|
| | | | | | |
|
| | | | | | |
|
| | | |_|/
| |/| | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
ac874e2d tests: fix test_options initialization error (Dusan Klinec)
|
| | |/ / / |
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | | |
5e673c03 blockchain_db: fix db txn ending too early (moneromooo-monero)
|
| | | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| |\ \ \
| | | |
| | | |
| | | | |
cbf32241 rpc: make wide_difficulty hexadecimal (moneromooo-monero)
|
| | | | |
| | | |
| | | |
| | | | |
This should be friendlier for clients which don't have bignum support
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
41901b8d device/trezor: env-configurable ports (Dusan Klinec)
c97a1f79 tests: trezor tests fixes and improvements (Dusan Klinec)
|