moneromooo-monero
|
37f0799284
|
wallet: distinguish coinbase from other txes in show_transfers
|
2018-08-03 12:48:16 +00:00 |
|
Lee Clagett
|
4616cf2641
|
Fixed ZMQ-RPC for transactions and GET_BLOCKS_FAST
|
2018-08-02 07:30:20 +00:00 |
|
moneromooo-monero
|
8439306212
|
wallet2: do not divide by 0 on invalid daemon response
|
2018-07-31 14:26:00 +00:00 |
|
stoffu
|
1c6cfd34f4
|
wallet-rpc: add get_address_index command
|
2018-07-31 21:36:12 +09:00 |
|
stoffu
|
9127a8b79f
|
wallet-rpc: filter getbalance response by address index
|
2018-07-31 20:45:41 +09:00 |
|
moneromooo-monero
|
43f71100bc
|
blockchain_db: remove unused get_output_key variant
It was actually incorrect, as it would not return commitment
|
2018-07-30 21:57:47 +00:00 |
|
moneromooo-monero
|
628428a0df
|
blockchain_ancestry: faster and uses less memory
|
2018-07-30 21:39:25 +01:00 |
|
moneromooo-monero
|
2382484dcd
|
blockchain_ancestry: add an incremental mode
|
2018-07-30 21:39:22 +01:00 |
|
moneromooo-monero
|
888324fa57
|
blockchain_ancestry: finds all ancestors of a tx, block, or chain
|
2018-07-30 21:39:18 +01:00 |
|
moneromooo-monero
|
0f757177fe
|
wallet2: avoid using arbitrary random values when unknown
|
2018-07-30 13:34:15 +01:00 |
|
moneromooo-monero
|
4520cfd978
|
wallet2: guard against bad outputs in import_outputs
also some minor speedup
|
2018-07-30 13:21:58 +01:00 |
|
stoffu
|
a3fe1c56ee
|
simplewallet: add set_tx_key for importing tx keys from 3rd party wallets
|
2018-07-30 20:50:05 +09:00 |
|
stoffu
|
f13c7a8263
|
simplewallet: make sure wallet config is stored right after creation
|
2018-07-30 20:39:05 +09:00 |
|
moneromooo-monero
|
5860611afa
|
blockchain_blackball: allow resumable interrupt with ^C
|
2018-07-30 11:14:45 +01:00 |
|
luigi1111
|
0dddfeacc9
|
Merge pull request #4129
ee31383 db_lmdb: don't sync a read only DB (moneromooo-monero)
|
2018-07-27 14:30:57 -05:00 |
|
luigi1111
|
ff01c3ade4
|
Merge pull request #4110
639ca3b core_tests: add --filter to select which tests to run (moneromooo-monero)
|
2018-07-27 14:28:49 -05:00 |
|
luigi1111
|
f739a3cbb8
|
Merge pull request #4109
2951436 wallet: warn when payment IDs are used (moneromooo-monero)
|
2018-07-27 14:27:47 -05:00 |
|
luigi1111
|
dda05f357a
|
Merge pull request #4108
8c05237 blockchain: cache next block difficulty after adding a block (moneromooo-monero)
|
2018-07-27 14:26:01 -05:00 |
|
luigi1111
|
3fde902394
|
Merge pull request #4097
61caab8 crypto: remove slight bias in key generation due to modulo (moneromooo-monero)
|
2018-07-27 14:23:54 -05:00 |
|
luigi1111
|
92b5d6c204
|
Merge pull request #4091
a4272de wallet2: unlock keys file before calling verify_password (needed for Windows) (stoffu)
|
2018-07-27 14:22:34 -05:00 |
|
Jorropo
|
c24a0af9f1
|
[monerod] Added blocks remaining count during syncronisation.
And percent if usefull (% < 99)
|
2018-07-25 10:16:01 +02:00 |
|
moneromooo-monero
|
ff37bd00bc
|
wallet2: fix O(n^2) behaviour in import_key_images
That takes a lot of time for even not so large wallets
|
2018-07-24 14:34:19 +01:00 |
|
stoffu
|
3940e12933
|
daemon.print_bc: don't print difficulty twice
|
2018-07-24 16:17:49 +09:00 |
|
stoffu
|
3a4c3ac891
|
simplewallet.unspent_outputs: fix wrong logic for parsing
|
2018-07-24 13:32:58 +09:00 |
|
jcktm
|
ed7825dc0c
|
monero-wallet-cli: added locked_sweep_all command
|
2018-07-23 10:35:58 +10:00 |
|
moneromooo-monero
|
5e675de7c2
|
simplewallet: fix language detection when using --use-english-language-names
|
2018-07-22 14:26:38 +01:00 |
|
moneromooo-monero
|
8e24533a7f
|
blockchain: some batch tx scanning speedup
|
2018-07-21 12:05:12 +01:00 |
|
moneromooo-monero
|
be02eb9389
|
db_lmdb: demote the "batch already enabled" log, it's harmless
|
2018-07-20 23:41:40 +01:00 |
|
moneromooo-monero
|
0496c7c91a
|
crypto: do not use boost::value_initialized to init null skey/pkey
|
2018-07-20 23:06:22 +01:00 |
|
moneromooo-monero
|
704b60caf0
|
block_queue: faster check whether a block was requested
|
2018-07-20 16:05:56 +01:00 |
|
stoffu
|
7db7ec8591
|
wallet rpc: support making integrated address of given standard address
|
2018-07-20 21:33:36 +09:00 |
|
luigi1111
|
702a41034d
|
Merge pull request #4088
8c4db68 node_rpc_proxy: factor a few RPC calls using get_info (moneromooo-monero)
|
2018-07-19 14:15:16 -05:00 |
|
luigi1111
|
5c102c60dc
|
Merge pull request #4087
d6440ab wallet2: recover from index out of hashchain bounds error (moneromooo-monero)
|
2018-07-19 14:14:10 -05:00 |
|
luigi1111
|
61eea83978
|
Merge pull request #4081
d95bc44 blockchain: fix getting invalid block data on failure (moneromooo-monero)
|
2018-07-19 14:12:30 -05:00 |
|
luigi1111
|
9474567d76
|
Merge pull request #4076
aa0ea0a blockchain: set the m_verifivation_failed flag in a couple more places (moneromooo-monero)
|
2018-07-19 14:11:24 -05:00 |
|
luigi1111
|
f6d7e87b67
|
Merge pull request #4075
438d52d remove epee from link lines where it's redundant (moneromooo-monero)
|
2018-07-19 14:10:20 -05:00 |
|
luigi1111
|
326437c5ff
|
Merge pull request #4074
ef649f9 crypto: remove unused unsafe random scalar generator (moneromooo-monero)
|
2018-07-19 14:08:56 -05:00 |
|
luigi1111
|
be81a27fa4
|
Merge pull request #4071
d6d78f1 Allow fractional outputs to be ignored (stoffu)
|
2018-07-19 14:06:54 -05:00 |
|
luigi1111
|
173f7b8f42
|
Merge pull request #4064
80d7c6c blockchain_utilities: report file offset where a read error occurs (moneromooo-monero)
|
2018-07-19 14:05:51 -05:00 |
|
luigi1111
|
69502c4040
|
Merge pull request #4062
13851b2 simplewallet.sweep_all: show usage when parsing fails (stoffu)
|
2018-07-19 14:04:42 -05:00 |
|
luigi1111
|
5cade94189
|
Merge pull request #4047
41b4bf9 tx_pool: cache check_tx_inputs results (moneromooo-monero)
|
2018-07-19 14:02:20 -05:00 |
|
luigi1111
|
94ed562148
|
Merge pull request #4045
7cdd147 Changed URLs to HTTPS (einsteinsfool)
|
2018-07-19 13:56:38 -05:00 |
|
luigi1111
|
9315e12d34
|
Merge pull request #4033
3e46db9 rpc: add a non binary get_transaction_pool_hashes RPC (moneromooo-monero)
|
2018-07-19 13:55:37 -05:00 |
|
luigi1111
|
cff15e4123
|
Merge pull request #4032
87e158b device_ledger: factor the prologue code (moneromooo-monero)
|
2018-07-19 13:54:39 -05:00 |
|
luigi1111
|
3235abc184
|
Merge pull request #4030
0c41488 miner: show id and height when a block is found (stoffu)
|
2018-07-19 13:53:36 -05:00 |
|
luigi1111
|
138aefd0e7
|
Merge pull request #4029
bd9e4e3 daemon: show a bit more info with print_block (stoffu)
|
2018-07-19 13:52:41 -05:00 |
|
luigi1111
|
2e4653c077
|
Merge pull request #4023
6cb9707 simplewallet: remove leftover global debug trace (moneromooo-monero)
|
2018-07-19 13:51:44 -05:00 |
|
luigi1111
|
d14a074055
|
Merge pull request #4021
09f43b9 crypto: add a README pointing to the SUPERCOP licence (moneromooo-monero)
|
2018-07-19 13:50:37 -05:00 |
|
luigi1111
|
3e026ff6ed
|
Merge pull request #4013
e5592c4 rpc: add blockchain disk size to getinfo (moneromooo-monero)
|
2018-07-19 13:40:42 -05:00 |
|
luigi1111
|
21afa71ba6
|
Merge pull request #3981
45e419b db: store cumulative rct output distribution in the db for speed (moneromooo-monero)
|
2018-07-19 13:39:24 -05:00 |
|