| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
| |
issue: #5568
|
| | |
|
| | |
|
| |\
| |
| |
| | |
e9809382 fix wide difficulty conversion with some versions of boost (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.
|
| |/
|
|
| |
SHA1 is too close to bruteforceable
|
| |\
| |
| |
| | |
c30d93fc rpc: add a pruned bool to the prune_blockchain call (moneromooo-monero)
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | | |
d009f6dd rpc: fix get_block_hashes.bin from wallet on pruned blockchain (moneromooo-monero)
bb0ef5b1 blockchain: lock the blockchain while pruning (moneromooo-monero)
|
| | |/
| |
| |
| | |
We want to get all blocks here, even pruned ones
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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)
|
| | | | |
|
| | | | |
|
| | |/ |
|
| |\ \
| | |
| | |
| | |
| | | |
b3648232 daemon: fix ratio not being floating point (moneromooo-monero)
e1b097b9 core_rpc_server: remove dummy assigning int to bool (moneromooo-monero)
|
| | | |
| | |
| | |
| | | |
Coverity 197653
|
| |\ \ \
| | | |
| | | |
| | | | |
ccb996af rpc: new sanity check on relayed transactions (moneromooo-monero)
|
| | |/ /
| | |
| | |
| | | |
This will weed out some transactions with silly rings
|
| |\ \ \
| |_|/
|/| |
| | | |
f3425f8d rpc.getblocktemplate: set reserved_offset to zero when reserve_size==0 (stoffu)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
e78cea74 rpc: fix off by one in get_height (moneromooo-monero)
|
| | | |/
| |/| |
|
| |\ \ \
| |/ /
|/| |
| | | |
cbf32241 rpc: make wide_difficulty hexadecimal (moneromooo-monero)
|
| | | |
| | |
| | |
| | | |
This should be friendlier for clients which don't have bignum support
|
| | | |
| | |
| | |
| | |
| | | |
Related to emission, reorgs, getting tx data back, output
distribution and histogram
|
| |\ \ \
| | | |
| | | |
| | | | |
c746f45d Add hash of top block to /getheight RPC (Howard Chu)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
a2561653 wallet: new option to start background mining (moneromooo-monero)
|
| | | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | | |
The setup-background-mining option can be used to select
background mining when a wallet loads. The user will be asked
the first time the wallet is created.
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Currently if a user specifies a ca file or fingerprint to verify peer,
the default behavior is SSL autodetect which allows for mitm downgrade
attacks. It should be investigated whether a manual override should be
allowed - the configuration is likely always invalid.
|
| | |_|/
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Specifying SSL certificates for peer verification does an exact match,
making it a not-so-obvious alias for the fingerprints option. This
changes the checks to OpenSSL which loads concatenated certificate(s)
from a single file and does a certificate-authority (chain of trust)
check instead. There is no drop in security - a compromised exact match
fingerprint has the same worse case failure. There is increased security
in allowing separate long-term CA key and short-term SSL server keys.
This also removes loading of the system-default CA files if a custom
CA file or certificate fingerprint is specified.
|
| | | | |
|
| |/ / |
|
| |\ \
| | |
| | |
| | | |
c23ea796 New interactive daemon command 'print_net_stats': Global traffic stats (rbrunner7)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
dc20d774 rpc: add miner tx hash to block header response (moneromooo-monero)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
a7211793 rpc: quantize db size up to 5 GB in restricted mode (moneromooo-monero)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
8fd7452b wallet: move light wallet RPC out of core RPC (moneromooo-monero)
|
| | | | |
| | | |
| | | |
| | | | |
It's not nothing to do with it
|
| | |_|/
|/| |
| | |
| | |
| | |
| | | |
Based on Boolberry work by:
jahrsg <jahr@jahr.me>
cr.zoidberg <crypto.zoidberg@gmail.com>
|
| |\ \ \
| | | |
| | | |
| | | | |
be6f426a rpc: Allow submitting tx as hex blob over ZMQ (Nathan Dorfman)
|
| | | | | |
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | | |
3907588b rpc: make fill_pow restricted (moneromooo-monero)
|