| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Thanks to iDunk for lots of testing to get this to work on Windows
|
| | |
|
| |\
| |
| |
| | |
3367ed86 blockchain_blackball: fix build with CLANG 5 (moneromooo-monero)
|
| | |
| |
| |
| | |
It doesn't like the explicit NULL dereference (which is fine, honest)
|
| |\ \
| | |
| | |
| | |
| | | |
94b899db Use 'boost' mutex instead of 'std' mutex (cslashm)
2c274e05 Fix sub-address tx scan. (cslashm)
|
| | | | |
|
| |/ /
| |
| |
| |
| |
| |
| |
| | |
When additional keys was needed, the TX scan failed because the
derivation data was always recomputed with the main tx_key and not
the corresponding additional one.
Moreover this patch avoid perf decreasing when not using HW device.
|
| |\ \
| | |
| | |
| | |
| | | |
73951cbd wallet2: request transactions in slices when scanning for known rings (moneromooo-monero)
25fe67e4 rpc: allow getting pruned blocks from gettransactions (moneromooo-monero)
|
| | | |
| | |
| | |
| | | |
This avoid massive memory consumption for huge wallets
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
and get them pruned in find_and_save_rings, since it does not need
the pruned data in the first place.
Also set decode_to_json to false where missing, we don't need this
either.
|
| |\ \ \
| | | |
| | | |
| | | | |
08343aba tx_pool: fix loading with colliding key images (moneromooo-monero)
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
A key image may be present more than once if all but one of the
txes spending that key image are coming from blocks. When loading
a txpool from storage, we must load the one that's not from a
block first to avoid rejection
|
| |\ \ \
| | | |
| | | |
| | | | |
a9cc88ee common: make this build with unbound 1.4.20 (moneromooo-monero)
|
| | |/ /
| | |
| | |
| | | |
Common on currently used distros
|
| |\ \ \
| | | |
| | | |
| | | | |
24acb66e wallet2: fix misc issues when the ringdb can't be initialized (moneromooo-monero)
|
| | | |/
| |/| |
|
| |\ \ \
| | | |
| | | |
| | | | |
0b26c4d5 wallet2: move segregation height to v7 (moneromooo-monero)
|
| | | |/
| |/|
| | |
| | | |
since people seem to really want to use things the wrong way.
|
| |\ \ \
| | | |
| | | |
| | | | |
eecfb57d wallet: warn if not using the default ring size (moneromooo-monero)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
aa5c2e01 simplewallet: warn about key reuse on startup (moneromooo-monero)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
eb59f7c5 cryptonote_tx_util: make destinations properly shuffled (stoffu)
|
| | | | | |
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | | |
1e0958c0 wallet: fix default mixin (4 -> 6) (sneurlax)
|
| | | |/
| |/| |
|
| |\ \ \
| | | |
| | | |
| | | | |
0beb94f3 device: fix endianess dependence on subaddress secret key generation (moneromooo-monero)
|
| | |/ /
| | |
| | |
| | | |
We now force little endianness
|
| |\ \ \
| | | |
| | | |
| | | | |
11c933e1 fix lambda compile error on openbsd (moneromooo-monero)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
c77d2bfa Add the possibility to export private view key for fast scan. (cslashm)
100b7bc1 Change mutex lock model to avoid dead lock and ensure locks are always released. (cslashm)
641dfc99 Automatic height setup when creating/restoring hw device. (cslashm)
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
On client startup the device asks for authorization to export the private view key.
If user agree, the client hold the private view key allowing a fast blockchain scan.
If the user does not agree, the blockchain scan is fully done via the device.
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Additional cosmetic fixes:
move 'name' as protected
remove unnecessary local var
Fix debug log
|
| | |/ /
| | |
| | |
| | |
| | | |
When creating/restoring wallet, if --restore-height option is not used the current estimate
height is used for starting the scan. In other words it is assume we are creating a new account.
|
| |\ \ \
| | | |
| | | |
| | | | |
dac3895a update block hashes for checkpoints.dat (Riccardo Spagni)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
1834127c rpc: make get_output_distribution a non-restricted RPC (moneromooo-monero)
|
| | | | |
| | | |
| | | |
| | | | |
so that those nodes can still be used for sending transactions
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
eaa8bfe7 wallet2: set from_height of GET_OUTPUT_DISTRIBUTION correctly The previous expression (stoffu)
0a619f78 wallet2: enable the mitigation only after the fork height (stoffu)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The previous expression
req_t.from_height = X ? Y >= Z : 0;
forces the parameter to take the value of either 0 or 1.
|
| | | |_|/
| |/| | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
5f664793 p2p: correct port number for seed nodes (stoffu)
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
0098ed33 wallet2: fix for loading settings of key reuse mitigation (stoffu)
|
| | | |/ /
| |/| | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
1d79c14d Revert bb19386b (Howard Chu)
522be96f Fix generating version.cpp (Howard Chu)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The requirement for CMake 3.2.0 was introduced erroneously
in commit e29282d2081709e126b1fb67f49e9d4a666794da and is no
longer present
|
| | |/ / /
| | | |
| | | |
| | | | |
Also removes BYPRODUCT dependency on CMake 3.2
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
e520cc06 change wording in hard fork description section (Gingeropolous)
|
| | |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
changed wording in hard fork section because reasons. Added prospective slot of next hardfork to communicate that more are coming because it never stops.
its everywhere and all at the same time.
|