| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | | |
673c6d2 Reduce compilation time of epee/portable_storage_template_helper.h (mj-xmr)
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
447bfae wallet2: fix unlocked mixup in light wallet mode (moneromooo-monero)
|
| | |/ / / / |
|
| |\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | | |
f9b5b52 fix serialization being different on mac (moneromooo-monero)
|
| | | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
On Mac, size_t is a distinct type from uint64_t, and some
types (in wallet cache as well as cold/hot wallet transfer
data) use pairs/containers with size_t as fields. Mac would
save those as full size, while other platforms would save
them as varints. Might apply to other platforms where the
types are distinct.
There's a nasty hack for backward compatibility, which can
go after a couple forks.
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
064eeb2 wallet_rpc_server: set seed language in generate_from_keys (moneromooo-monero)
|
| | |/ / /
| | | |
| | | |
| | | | |
Also sanity check language name
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
7c4e4c7 wallet_api: add isDeterministic() (tobtoht)
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
1851f26 wallet_api: add seed_offset param to seed() (tobtoht)
|
| | |/ / / |
|
| |\ \ \ \
| |_|/ /
|/| | |
| | | | |
f346e3e wallet_rpc_payments: implement multithreading (gdmojo)
|
| | | |/
| |/| |
|
| |\ \ \
| | | |
| | | |
| | | | |
d46d90c return output key for incoming transfers (benevanoff)
|
| | |/ / |
|
| | |/
|/| |
|
| |\ \
| | |
| | |
| | |
| | | |
bd12984 Remove copies from foreach loops (thanks to Clang) (Lee Clagett)
1572df9 Removing unused namespace alias (Lee Clagett)
|
| | | | |
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
85db173 Remove unused variables in monero codebase (Kevin Barbour)
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
There are quite a few variables in the code that are no longer
(or perhaps never were) in use. These were discovered by enabling
compiler warnings for unused variables and cleaning them up.
In most cases where the unused variables were the result
of a function call the call was left but the variable
assignment removed, unless it was obvious that it was
a simple getter with no side effects.
|
| |\ \
| | |
| | |
| | | |
b587ffa Stop adding more outputs than bulletproof allows (Alex Opie)
|
| | |/
| |
| |
| |
| |
| | |
If more outputs are requested, they are split across
multiple transactions.
#7322
|
| |\ \
| | |
| | |
| | | |
186271e monero-wallet-cli: Added command scan_tx (Horia Mihai David)
|
| | | |
| | |
| | |
| | | |
To implement this feature, the wallet2::scan_tx API was implemented.
|
| |\ \ \
| | | |
| | | |
| | | | |
015da03 wallet_rpc_server: don't abort on initial refresh failure (xiphon)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
bdabcd0 wallet_api: store fee for incoming txs in history (Ben Evanoff)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
50ff106 wallet api: allow wallet to fetch all key images via api (benevanoff)
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
dc48de7 Reduce compilation time of epee/portable_storage.h (mj-xmr)
|
| | | |_|/
| |/| | |
|
| |\ \ \ \
| |/ / /
|/| | |
| | | | |
ee58f4f Balance includes unconfirmed payments (woodser)
|
| | | | | |
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | | |
7f30c49 simplewallet: don't complain about connecting to the daemon when offline (moneromooo-monero)
|
| | | | | |
|
| | |_|/
|/| |
| | |
| | |
| | | |
do not include blocked hosts in peer lists or public node lists by default,
warn about no https on clearnet and about untrusted peers likely being spies
|
| |/ / |
|
| |\ \
| | |
| | |
| | | |
17c537039 wallet2: check imported multisig curve points are in main subgroup (Crypto City)
|
| | |/ |
|
| | | |
|
| |\ \
| | |
| | |
| | | |
ec14e4b8c wallet2: skip reorgs exceeding max-reorg-depth wallet setting (xiphon)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
2c66894 wallet_api: TransactionHistory - fill unconfirmed out payments dests (xiphon)
|
| | | |/
| |/| |
|
| |\ \ \
| | | |
| | | |
| | | | |
fc2f971 wallet2: wait for propagation timeout before marking tx as failed (xiphon)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | | |
64e9526 Extend TransactionInfo with coinbase and description attributes in wallet/api (dsc)
|