| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | |
|
| |\ \
| | |
| | |
| | | |
93d5cf2 wallet2: add ignore-outputs-{above/below} option (stoffu)
|
| | | |
| | |
| | |
| | | |
https://github.com/aeonix/aeon/pull/131
|
| |\ \ \
| | | |
| | | |
| | | | |
6b4bc0d RPC on_transfer_split error consistent with on_transfer if no tx sent (binaryFate)
|
| | | |/
| |/| |
|
| | | |
| | |
| | |
| | | |
These are dummy ones
|
| | | | |
|
| | | | |
|
| |\ \ \
| |_|/
|/| |
| | | |
8330e77 monerod can now sync from pruned blocks (moneromooo-monero)
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
If the peer (whether pruned or not itself) supports sending pruned blocks
to syncing nodes, the pruned version will be sent along with the hash
of the pruned data and the block weight. The original tx hashes can be
reconstructed from the pruned txes and theur prunable data hash. Those
hashes and the block weights are hashes and checked against the set of
precompiled hashes, ensuring the data we received is the original data.
It is currently not possible to use this system when not using the set
of precompiled hashes, since block weights can not otherwise be checked
for validity.
This is off by default for now, and is enabled by --sync-pruned-blocks
|
| |\ \ \
| | | |
| | | |
| | | | |
9baf2a7 build: link wallet_merged against blockchain_db and hardforks obj (xiphon)
|
| | | |/
| |/| |
|
| |\ \ \
| | | |
| | | |
| | | | |
c89f7ef wallet2_api: fix load unsigned tx from file error propagation (xiphon)
|
| | | | | |
|
| |\ \ \ \
| |_|/ /
|/| | |
| | | | |
Coverity fixes [3a81639, 1bd962d, 2825f07, d099658, d46f701, cd57a10] (anonimal)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
2cd4fd8 Changed the use of boost:value_initialized for C++ list initializer (JesusRami)
4ad191f Removed unused boost/value_init header (whyamiroot)
928f4be Make null hash constants constexpr (whyamiroot)
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
f0356f7 wallet2: enable ignoring fractional outputs also when sweeping (stoffu)
|
| | | |_|/
| |/| | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
7d3bba5 wallet2_api: add missing parameter (selsta)
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
3407743 wallet_rpc_server: add locked field to get_transfers/get_{bulk_,}_payments (moneromooo-monero)
|
| | | |_|/
| |/| |
| | | |
| | | | |
Much easier to work with than the raw unlock_time field
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
83ca764 wallet_rpc_server: call deinit on exit (moneromooo-monero)
|
| | | |_|/
| |/| | |
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | | |
21f6c80 rpc: move a leftover light wallet RPC out of daemon RPC (moneromooo-monero)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
2ec455d wallet: fix mismatch between two concepts of 'balance' (moneromooo-monero)
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
One considers the blockchain, while the other considers the
blockchain and some recent actions, such as a recently created
transaction which spend some outputs, but isn't yet mined.
Typically, the "balance" command wants the latter, to reflect
the recent action, but things like proving ownership wants
the former.
This fixes a crash in get_reserve_proof, where a preliminary
check and the main code used two concepts of "balance".
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
c4da1a2 wallet2: fix unset_ring tx retrieval checks (moneromooo-monero)
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
894cc81 wallet2: fix cold signing losing tx keys (moneromooo-monero)
|
| | |/ / / |
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | |
| | | | |
9f68669 blockchain_blackball: add --historical-stat which prints historical stats of spent ratio (stoffu)
2425f27blockchain_blackball: use is_output_spent instead of ringdb.blackballed for spentness test (stoffu)
50813c1 ringdb: fix bug in blackballing (stoffu)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
839fc62 reject setting lookahead major or minor to 0 (moneromoo-monero)
|
| | | | | | |
|
| | |_|_|/
|/| | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
1dc3b1a wallet: add --extra-entropy command line flag (moneromooo-monero)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
It lets the user add custom entropy to the PRNG.
It does this by hashing the new data and xoring the resulting
hash with the PRNG state.
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
33e91e1 wallet, rpc: add a release field to get_version (moneromooo-monero)
|
| | | |_|_|/
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
It does not leak much since you can make a fair guess by RPC
version already, and some people want to avoid non release
clients when using third parties' nodes (because they'd never
lie about it)
|
| |/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
New CLI wallet variable: export-format with options "binary" (the default),
or "ascii". "Binary" behaves as before, "ascii" forces the wallet to convert
data to ASCII using base64.
Reading files from the disk tries to auto detect what format has been
used (using a magic string added when exporting the data).
Implements https://github.com/monero-project/monero/issues/2859
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
8703aa5 MMS: Use chans instead of normal addresses for auto-config (rbrunner7)
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
884df82 wallet: provide original address for outgoing transfers (xiphon)
|
| | | | | | | |
|