| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| |
| |
| | |
357441a2 add checkpoints for testnet and mainnet (Riccardo Spagni)
d9f666d7 update checkpoints.dat (Riccardo Spagni)
6b1b4e83 update version to 13.0 (Riccardo Spagni)
6f153533 update readme with v13.0 (Riccardo Spagni)
|
| | | |
|
| | | |
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | |
| | | |
e350cc5a wallet2: fix duplicate output making it to the RPC (moneromooo-monero)
bf9a0f4c epee: fix stack overflow on crafted input (moneromooo-monero)
45683ee0 epee: fix invalid memory write reading an array entry (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
c39ad0cd tx_pool: fix tx removal at startup keeping references (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
4d0a8db0 device: fix warnings about overridden functions (moneromooo-monero)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
6e270fbd wallet2_api: fix for latest code changes (moneromooo-monero)
|
| | | |/
| |/| |
|
| |\ \ \
| | | |
| | | |
| | | | |
50981c40 blockchain: add stagenet v8 and v9, two weeks before mainnet (moneromooo-monero)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
b35beaa8 wallet_rpc_server: include account index in incoming_transfers RPC (moneromooo-monero)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
83907f88 wallet_rpc_server: fix --run-as-service on Windows (moneromooo-monero)
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Thanks iDunk for the windows testing
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Remove PCSC dependencies which is a bit hard (not user friendly) to install on linux and Mac
Split Ledger logic and device IO
|
| | |_|/ /
|/| | |
| | | |
| | | |
| | | | |
instead of merging that with other scalar multiplications
where possible for speed, since this is not actually safe
|
| |\ \ \ \
| |/ / /
|/| | |
| | | | |
f3cd51a1 cryptonote tweak v2.2 (Lee Clagett)
|
| | | | | |
|
| | |_|/
|/| |
| | |
| | | |
Thanks iDunk for building patches on windows
|
| |\ \ \
| | | |
| | | |
| | | | |
8db2d8d4 simplewallet: fix --generate-from-json setting wrong wallet filename (moneromooo-monero)
|
| | | |/
| |/| |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
66901901 README: harmonize command formatting inside README.md (Andrea)
8cd98408 disable AES on s390x architecture (Tuan M. Hoang)
4ed30bab wallet: implement coin splitting for sweep_* 'outputs' option (whythat)
24f52396 wallet: add 'outputs' option for sweep_* commands (whythat)
52e19d69 README: Compile boost with cxxflags=-fPIC cflags=-fPIC (Italocoin Project)
0c77523d README: fill in libsodium package name for Arch (phloatingman)
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Implemented strategy splits total amount into N equal parts,
where N is a specified number of outputs. If N > 1, dummy
change output is NOT created.
rebased by moneromooo
|
| | | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | | |
'outputs' option allows to specify the number of
separate outputs of smaller denomination that will
be created by sweep operation.
rebased by moneromooo
|
| |\ \ \
| | | |
| | | |
| | | | |
f77ce675 rpc: allow pruning of json encoded txs (cryptochangements34)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
9bf0105e Fixed Keccak implementation on big-endian platforms (Alexandro Sanchez)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
b7660149 node_rpc_proxy: return a non empty error string on connection failure (moneromooo-monero)
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This makes it easier to avoid bugs on the caller side if errors are
represented by non empty strings.
This fixes the refresh height setting in new wallets when no daemon
is running.
|
| |\ \ \
| | | |
| | | |
| | | | |
05edc969 simplewallet: remove obsolete transfer_original command (moneromooo-monero)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
607301bf rct: avoid repeated unnecessary conversions when accummulating (moneromooo-monero)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
ac934663 rpc: add a "is an update available" flag in get_info (moneromooo-monero)
|
| | |/ / /
| | | |
| | | |
| | | | |
Make it easier for a user to be told when to update
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
2ace509a simplewallet: print reason why refresh+password is needed (moneromooo-monero)
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
4f81cd3a rpc: add cumulative difficulty in block header data (moneromooo-monero)
|
| | |/ / / / |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
55c7cd14 Adding expect<T> - a value-or-error implementation (Lee Clagett)
|
| | | | | | | |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
b2bb9312 blockchain: simplify output distribution code (moneromooo-monero)
befdcbf4 db_lmdb: do not use base for cumulative distribution (moneromooo-monero)
|
| | | | | | | | |
|
| | | |/ / / /
| |/| | | |
| | | | | |
| | | | | | |
it's confusing and needlessly complicated
|
| | |_|_|_|/
|/| | | | |
|