| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |\
| |
| |
| | |
51895fd7 split wallet and wallet_api (moneromooo-monero)
|
| | |
| |
| |
| |
| | |
This speeds up building a lot when wallet2.h (or something it
includes) changes, since all the API includes wallet2.h
|
| |/
|
|
|
| |
While there, also use the new is_arg_defaulted API instead of
going to poke the internal API directly.
|
| |\
| |
| |
| |
| | |
e3e838d0 kaccak: remove unused return value (moneromooo-monero)
4877aca2 keccak: some paranoid "can't happen" checks (moneromooo-monero)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
9ac52127 unit_tests: fix build after wallet2 list/vector change (moneromooo-monero)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
0d9c0db9 Do not build against epee_readline if it was not built (Howard Chu)
178014c9 split off readline code into epee_readline (moneromooo-monero)
a9e14a19 link against readline only for monerod and wallet-wallet-{rpc,cli} (moneromooo-monero)
437421ce wallet: move some scoped_message_writer calls from the libs (moneromooo-monero)
e89994e9 wallet: rejig to avoid prompting in wallet2 (moneromooo-monero)
ec5135e5 move input_line from command_line to simplewallet (moneromooo-monero)
082db75f move cryptonote command line options to cryptonote_core (moneromooo-monero)
|
| | |/ /
| | |
| | |
| | | |
Those have no reason to be in a generic module
|
| |\ \ \
| | | |
| | | |
| | | | |
a17efcb0 make this build on SunOS/Solaris (Pavel Maryanov)
|
| | |/ / |
|
| |/ /
| |
| |
| |
| |
| |
| | |
It's nasty, and actually breaks on Solaris, where if.h fails to
build due to:
struct map *if_memmap;
|
| |\ \
| | |
| | |
| | | |
110339f5 unit_tests: fix data dir determination (moneromooo-monero)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
937e7f8a Initialize openssl on startup (moneromooo-monero)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
f92f1606 core_tests: do not include chaingen_tests_list.h in all tests (moneromooo-monero)
|
| | |/ /
| | |
| | |
| | | |
This fixes all tests being annoyingly rebuilt when one changes
|
| |\ \ \
| | | |
| | | |
| | | | |
21b9f6f3 always use core_tests for consistency, not coretests (moneromooo-monero)
|
| | |/ /
| | |
| | |
| | |
| | | |
Other tests use unit_tests, performance_tests, etc.
This fixes getting it wrong half the time when typing.
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
4fb77946 unit tests: OOB indexes & adding subaddress (Cole Lightfighter)
4fd6a3d2 Subaddress unit tests (Cole Lightfighter)
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Tests for checking proper error throwing for out-of-bounds subaddress
indexes, and proper addition of subaddresses.
Signed-off-by: Cole Lightfighter <cole@onicsla.bz>
|
| | |/ /
| | |
| | |
| | |
| | |
| | | |
Basic unit test fixture, and initialization of a subaddress account.
Signed-off-by: Cole Lightfighter <cole@onicsla.bz>
|
| |\ \ \
| | | |
| | | |
| | | | |
7dbf76d0 Fix an object lifetime bug in net load tests (moneromooo-monero)
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The commands handler must not be destroyed before the config
object, or we'll be accessing freed memory.
An earlier attempt at using boost::shared_ptr to control object
lifetime turned out to be very invasive, though would be a
better solution in theory.
|
| | |_|/
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This patch allows to filter out sensitive information for queries that rely on the pool state, when running in restricted mode.
This filtering is only applied to data sent back to RPC queries. Results of inline commands typed locally in the daemon are not affected.
In practice, when running with `--restricted-rpc`:
* get_transaction_pool will list relayed transactions with the fields "last relayed time" and "received time" set to zero.
* get_transaction_pool will not list transaction that have do_not_relay set to true, and will not list key images that are used only for such transactions
* get_transaction_pool_hashes.bin will not list such transaction
* get_transaction_pool_stats will not count such transactions in any of the aggregated values that are computed
The implementation does not make filtering the default, so developers should be mindful of this if they add new RPC functionality.
Fixes #2590.
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
ff7745bb Edited test readme for accuracy and depth (Cole Lightfighter)
c300ae56 Added test documentation & Keccak unit test (Cole Lightfighter)
f6119a8e Added test documentation & Keccak unit test (Cole Lightfighter)
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Removed some erroneous instructions, and added information about
different test suites.
Signed-off-by: Cole Lightfighter <cole@onicsla.bz>
|
| | | | | |
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
88ebfd64 core_tests: fix for subaddress patch (kenshi84)
e373a203 performance_tests: add master spend pubkey to subaddress hashtable (kenshi84)
|
| | | | | | |
|
| | | |_|/
| |/| | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
8233a24b unit_tests: fix build on windows (moneromooo-monero)
|
| | |/ / /
| | | |
| | | |
| | | | |
Reported by iDunk on IRC
|
| |/ / / |
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
44c1d160 unit_tests: fix compiling on Windows (iDunk5400)
|
| | | |/
| |/| |
|
| |\ \ \
| | | |
| | | |
| | | | |
fe484f30 unit_tests: data dir is now overridden with --data-dir (moneromooo-monero)
|
| | |/ /
| | |
| | |
| | | |
rather than a raw string without option
|
| |\ \ \
| | | |
| | | |
| | | | |
240f769d tests: add sha256sum unit test (moneromooo-monero)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
452d4fae tests: fix hashchain unit tests (moneromooo-monero)
|
| | |/ / /
| | | |
| | | |
| | | | |
and relax the not-empty safety check to stay more intuitiuve
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
a4b4651c dns_utils: allow an optional DNS server IP in DNS_PUBLIC (moneromooo-monero)
|
| | | |/ /
| |/| |
| | | |
| | | | |
tcp://a.b.c.d
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
551a8ea6 mnemonics: new Lojban word list (Wei Tang)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Word list authored by: sorpaas
Sources:
lo gimste jo'u lo ma'oste (http://guskant.github.io/lojbo/gismu-cmavo.html)
N-grams of Lojban corpus (https://mw.lojban.org/papri/N-grams_of_Lojban_corpus)
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
7adceee6 precomputed block hashes are now in blocks of N (currently 256) (moneromooo-monero)
|