| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |\ \ \
| | | |
| | | |
| | | | |
97cdd4c9 core: undo output sorting (moneromooo-monero)
|
| | | | |
| | | |
| | | |
| | | | |
It looks like it may be buggy
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
ba6907f6 core: fix creation of v1 txes (moneromooo-monero)
|
| | |/ / / |
|
| | | | | |
|
| | | | | |
|
| |/ / / |
|
| |\ \ \
| | | |
| | | |
| | | | |
7f2f6ee1 protocol: remove hop count on block propagation (moneromooo-monero)
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
It is unused, as it was apparently a future optimization,
and it leaks some information (though since pools publish
thei blocks they find, that amount seems small).
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
d2d8a41c Use actual batch size for resize estimates (Howard Chu)
|
| | |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
And optimize import startup:
Remember start_height position during initial count_blocks pass
to avoid having to reread entire file again to arrive at start_height
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
0aaaca29 tx_pool: set the "invalid input" bit when check_tx_inputs fails (moneromooo-monero)
9236823b simplewallet: print tx rejection reason where it was missing (moneromooo-monero)
3dee3301 core_rpc_server: print tx rejection reason at L0 too (moneromooo-monero)
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
28b72b6e tx_pool: pre-init tvc.m_verifivation_failed before processing (moneromooo-monero)
50a629b2 core_tests: catch (impossible in practice) tx extra api failure (moneromooo-monero)
fee15ef1 wallet2: catch failure to parse address (moneromooo-monero)
1399e26d net_peerlist: remove dead code (moneromooo-monero)
50e09698 tx_pool: guard against failure getting tx hash (moneromooo-monero)
54cc209a wallet_rpc_server: catch failure to create directory (moneromooo-monero)
3e55099c wallet_rpc_server: init m_vm to NULL in ctor (moneromooo-monero)
7d0dde5e wallet_args: remove redundant default value for --log-file (moneromooo-monero)
ed4a3350 wallet2: catch failure to save keys file (moneromooo-monero)
44434c8a wallet2_api: check whether dynamic_cast returns NULL (moneromooo-monero)
92f2f687 core: check return value from parse_hexstr_to_binbuff (moneromooo-monero)
5475692e wallet2_api: remove an unused, uninitialized, field (moneromooo-monero)
a7ba3de1 libwallet_api_tests: initialize newblock_triggered on reset (moneromooo-monero)
b2763ace wallet2_api: init error code to "no error" in the ctor (moneromooo-monero)
b5faac53 get_blockchain_top now returns void (moneromooo-monero)
2e44d8f2 wallet_rpc_server: guard against exceptions (moneromooo-monero)
4230876b simplewallet: guard against I/O exceptions (moneromooo-monero)
06c1e057 daemon: initialize decode_as_json in RPC request (moneromooo-monero)
11f71af5 http_base: init size_t in http_request_info ctor (moneromooo-monero)
|
| | | | | |
| | | | |
| | | | |
| | | | | |
CID 175316
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Should be impossible in practice, but easy change
CID 175282
|
| | | | | | |
|
| | | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | | |
It was always returning true, and could not be foreseen to
usefully return errors in the future. This silences CID 162652
as well as saves some checking code in a few places.
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
e29282d2 build: auto update version info without manually deleting version.h (stoffu)
|
| | | |_|/
| |/| | |
|
| |\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | |
| | | | |
6137a0b9 blockchain: reject unsorted ins and outs from v7 (moneromooo-monero)
16afab90 core: sort ins and outs key key image and public key, respectively (moneromooo-monero)
0c36b9f9 common: add apply_permutation file and function (moneromooo-monero)
|
| | | | |
| | | |
| | | |
| | | | |
This ensures no information is leaked by the ordering
|
| | | | |
| | | |
| | | |
| | | | |
This avoids leaking some small amount of information
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
3b8b4be5 tx_pool: drop invalid txes from the pool on startup (moneromooo-monero)
|
| | | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | | |
instead of just failing
This is a workaround for bad tx blobs being inserted in the
pool for unknown reasons
|
| |/ / / |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
6d0ca7d1 Tweak concurrency limits (Howard Chu)
510d0d47 Use a threadpool (Howard Chu)
|
| | | |/
| |/|
| | |
| | | |
Instead of constantly creating and destroying threads
|
| |\ \ \
| | | |
| | | |
| | | | |
f761dbae Remove 1.25x multiplier from tx_pool (Nano Akron)
|
| | |/ / |
|
| |\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
0299cb77 Fix various oversights/bugs in ZMQ RPC server code (Thomas Winget)
77986023 json serialization for rpc-relevant monero types (Thomas Winget)
5c1e08fe Refactor some things into more composable (smaller) functions (Thomas Winget)
9ac2ad07 DRY refactoring (Thomas Winget)
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Structured {de-,}serialization methods for (many new) types
which are used for requests or responses in the RPC.
New types include RPC requests and responses, and structs which compose
types within those.
# Conflicts:
# src/cryptonote_core/blockchain.cpp
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This commit refactors some of the rpc-related functions in the
Blockchain class to be more composable. This change was made
in order to make implementing the new zmq rpc easier without
trampling on the old rpc.
New functions:
Blockchain::get_num_mature_outputs
Blockchain::get_random_outputs
Blockchain::get_output_key
Blockchain::get_output_key_mask_unlocked
Blockchain::find_blockchain_supplement (overload)
functions which previously had this functionality inline now call these
functions as necessary.
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
9443eec1 core: guard against exceptions in tx verification worker threads (moneromooo-monero)
|
| | | |/
| |/| |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
e5238adf update checkpoint hashes (Riccardo Spagni)
d4f56bdf update hardcoded checkpoints (Riccardo Spagni)
ed730511 update checkpoints.dat (Riccardo Spagni)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
dbfef643 tx_pool: catch exceptions in LockedTXN dtor (moneromooo-monero)
|
| | |/ /
| | |
| | |
| | |
| | |
| | | |
This might prevent some calls to terminate when the LockedTXN
dtor is called as part of stack unwinding caused by another
exception in the first place.
|
| |/ /
| |
| |
| | |
Defaults to off, but fluffy blocks are forced enabled on testnet
|
| |\ \
| | |
| | |
| | | |
e72e625e tx_pool: wrap tx meta updates in a LockedTXN (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | |
| | |
| | | |
c867357a cryptonote_protocol: error handling on cleanup_handle_incoming_blocks (moneromooo-monero)
ce901fcb Fix blockchain_import wedge on exception in cleanup_handle_incoming_blocks (moneromooo-monero)
84fa015e core: guard against exceptions in handle_incoming_{block,tx} (moneromooo-monero)
|
| | | | |
|
| | |/
| |
| |
| |
| | |
When one happens, cleanup must be called or the incoming tx
lock will stay locked
|
| |/
|
|
|
| |
Avoids common depending on blockchain_db, which can cause
link errors.
|
| |\
| |
| |
| |
| | |
1914c999 txpool: update db tx metadata when it changes (moneromooo)
4dbf29bd txpool: add tx size median to the pool stats (moneromooo)
|
| | | |
|
| | | |
|