| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| | |
4e13ab30 wallet_api: fix missing transaction parameter in callback (moneromooo-monero)
|
| | |
| |
| |
| |
| |
| | |
It was unused, so harmless
Reported by erikd on IRC
|
| |\ \
| | |
| | |
| | | |
235df7f4 blockchain_db: add a txpool tx getter which returns existence (moneromooo-monero)
|
| | |/
| |
| |
| | |
Avoids exception spam for the "nope, not found" case
|
| |\ \
| | |
| | |
| | | |
b2319a03 simplewallet: new command to generate a random payment id (moneromooo-monero)
|
| | |/
| |
| |
| |
| | |
This is trivial, but often requested, and possibly hard to do
in Windows. That makes it more user friendly.
|
| |\ \
| | |
| | |
| | | |
1dd52415 Fix #1991 asm multiply again (Howard Chu)
|
| | |/
| |
| |
| |
| | |
Tweak temp variables and constraints. Was working before if not inlined
but newer gcc tends to inline it.
|
| |\ \
| | |
| | |
| | | |
ac0714dc add simplewallet --generate-new-wallet arg checks (Michael Shick)
|
| | |/
| |
| |
| |
| |
| |
| | |
Add fail-fast paths that reduce frustration around the misuse of
--wallet-file combined with --restore-deterministic-wallet. Flow now
gives more descriptive errors and avoids having users type in their
whole seed before the failure condition is noticed.
|
| |\ \
| | |
| | |
| | | |
e1f3dfcc Add readline support to cli (jethro)
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This PR adds readline support to the daemon and monero-wallet-cli. Only
GNU readline is supported (e.g. not libedit) and there are cmake checks
to ensure this.
There is a cmake variable, Readline_ROOT_DIR that can specify a
directory to find readline, otherwise some default paths are searched.
There is also a cmake option, USE_READLINE, that defaults to ON. If set
to ON, if readline is not found, the build continues but without
readline support.
One negative side effect of using readline is that the color prompt in
the wallet-cli now has no color and just uses terminal default. I know
how to fix this but it's quite a big change so will tackle another time.
|
| |\ \ \
| | | |
| | | |
| | | | |
71f8249a Prevent crash if performing certain actions before wallet is initialized (Robby Weinberg)
|
| | | |/
| |/| |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
3fc22e7b Add histogram to poolstats (Howard Chu)
d09620b0 Fix PR#2039 (Howard Chu)
|
| | |/ / |
|
| |\ \ \
| |_|/
|/| |
| | | |
6fc2dc39 cryptonote_protocol_handler: fix crash in debug log (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
1b75ad91 Add OSX background mining (jethro)
|
| | |/
| |
| |
| |
| | |
Implements miner::get_system_times, miner::get_process_time and
miner::on_battery_power for OSX so that background mining works on OSX.
|
| |\ \
| |/
|/|
| | |
072102cf abstracted nework addresses (moneromooo-monero)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
All code which was using ip and port now uses a new IPv4 object,
subclass of a new network_address class. This will allow easy
addition of I2P addresses later (and also IPv6, etc).
Both old style and new style peer lists are now sent in the P2P
protocol, which is inefficient but allows peers using both
codebases to talk to each other. This will be removed in the
future. No other subclasses than IPv4 exist yet.
|
| |\ \
| | |
| | |
| | | |
6bcd3b2d fix get_upper_transaction rename (schnerchi)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
d17c0fc2 Don't copy blockchain for coinbase_tx_sum (Howard Chu)
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
Changed Blockchain::for_all_blocks() to for_blocks_range()
Operate on blockchain in-place instead of building a copy first.
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
31417d57 tx_pool: add missing blockchain lock in add_tx (moneromooo-monero)
|
| | |/ / / |
|
| |/ / /
| | |
| | |
| | | |
Since we're just counting txs, there's no reason to deserialize all the blobs.
|
| |\ \ \
| | | |
| | | |
| | | | |
05f3dcf7 simplewallet: fix refresh height for new wallets (moneromooo-monero)
|
| | | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
With the recent change to wallet creation code, the code was
calling to the daemon before the wallet's daemon address was
initialized, and thus failing. This was causing all new wallets
to refresh from 0 instead of just fetching early block hashes.
|
| |\ \ \
| | | |
| | | |
| | | | |
740bc24c Wallet API: Set seed lang when recovering form keys (Jaquee)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
4b932ff3 changed crypto to cncrypto so it generated libcncrypto (Gentian)
|
| | |/ /
| | |
| | |
| | | |
fix a cmakelist
|
| |\ \ \
| | | |
| | | |
| | | | |
89e20bb9 Fix typo (xmr-eric)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
89b2f306 tests: fix invalid key image test (moneromooo-monero)
a374a522 wallet2: check key image validity domain in import_key_images (moneromooo-monero)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
dd8e3266 shared libs build (i.e. make debug) (stoffu)
|
| | |/ / |
|
| |\ \ \
| |_|/
|/| |
| | | |
a5739201 Update sync time copy (xmr-eric)
|
| | |/ |
|
| |\ \
| | |
| | |
| | |
| | | |
e2529347 Correct spelling of 'get_upper_transaction_size_limit' (Nano Akron)
3029d0ef Remove the 1.25x multiplier in max transaction size in just the wallet (Nano Akron)
|
| | | | |
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
8ac2496c corrected typo in help regarding min-outputs-* (stoffu)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
6cb1ad1f wallet fix: ensure iterator to be valid (stoffu)
|
| | |/ |
|