wowario
47b543b591
update checkpoints
2018-10-29 01:20:17 +03:00
jw
d4a5778dd6
Merge pull request #113 from wowario/walletfix
...
revert wallet2: use a gamma distribution to pick fake outs
2018-10-27 07:41:11 -07:00
jw
cce5708153
Merge pull request #112 from wowario/checkpoints
...
update checkpoints
2018-10-27 07:40:51 -07:00
wowario
0a97b3784d
revert wallet2: use a gamma distribution to pick fake outs
2018-10-27 10:00:43 +03:00
wowario
a8790e240c
update checkpoints
2018-10-25 19:14:26 +03:00
jw
c929c2a6bb
Merge pull request #111 from wowario/lwma3
...
add LWMA v3 for v10 HF
2018-10-24 16:53:08 -07:00
jw
741adad93a
Merge pull request #110 from wowario/subadd
...
rpc wallet: revert integrated address generation
2018-10-24 16:52:56 -07:00
jw
73b17fcb62
Merge pull request #109 from wowario/lwma
...
difficulty: remove testnet variables
2018-10-24 16:52:46 -07:00
wowario
f3ee225f29
add lwma3
2018-10-24 20:29:35 +03:00
wowario
f165101429
rpc wallet: revert integrated address generation
2018-10-24 14:37:54 +03:00
wowario
d2554341b1
difficulty: remove testnet variables
2018-10-24 13:03:02 +03:00
jw
c1632fb30c
Merge pull request #108 from wowario/txpool_fix
...
tx_pool: revert #4592 and move bin2hex conversion to on_get_transaction_pool
2018-10-23 17:57:53 -07:00
stoffu
17cd68f865
tx_pool: revert #4592 and move bin2hex conversion to on_get_transaction_pool
2018-10-23 19:46:13 +03:00
jw
5c6eb96036
Merge pull request #107 from wowario/lwma2
...
Difficulty: increase minimum to 25m
2018-10-23 03:41:03 -07:00
jw
b67c96af71
Merge pull request #106 from wowario/version
...
up version to 0.3.1
2018-10-23 03:40:51 -07:00
wowario
88fd5fb494
increase minimum difficulty to 25 million
2018-10-22 23:40:29 +03:00
wowario
5c3195dac9
up version to 0.3.1
2018-10-22 23:30:04 +03:00
jw
8386c6df2c
Merge pull request #105 from wowario/upstream
...
Upstream
2018-10-22 09:12:39 -07:00
wowario
9d952da3a0
Merge branch 'release-v0.3.0.0' into upstream
2018-10-22 16:01:04 +00:00
jw
2320fb5549
Merge pull request #104 from wowario/release-v0.3.0.0
...
Wallet: encourage use of subaddresses
2018-10-22 08:21:42 -07:00
moneromooo-monero
b40a81c694
wallet2: use a gamma distribution to pick fake outs
...
as per "An Empirical Analysis of Linkability in the Monero
Blockchain", by Miller et al.
2018-10-20 21:09:50 +03:00
stoffu
308a8f69ad
daemon.print_bc: don't print difficulty twice
2018-10-20 21:09:50 +03:00
moneromooo-monero
b491ff61c5
epee: set jsonrpc to "2.0" in parse error return data
2018-10-20 21:09:49 +03:00
rbrunner7
bb0ac27a4a
simplewallet: correct number of human-readable months
2018-10-20 21:09:49 +03:00
moneromooo-monero
835caf3722
simplewallet: add a warning and prompt on rescan_blockchain
...
Many people are using this as a "let's see what this does" command
when something doesn't work as they thought it should, and thus
destroying info that they might still need.
2018-10-20 21:09:49 +03:00
fireice-uk
9021fe99b1
node_rpc_proxy: fix fork earliest height caching [RYO backport]
...
xref https://github.com/ryo-currency/ryo-currency/pull/86
2018-10-20 21:09:49 +03:00
rbrunner7
bbd251c48f
simplewallet: Simplify LOCK_IDLE_SCOPE macro
2018-10-20 21:09:49 +03:00
moneromooo-monero
00c6056e98
simplewallet: allow named priority levels for default-priority
...
to match those used by the various transfer functions
2018-10-20 21:09:49 +03:00
moneromooo-monero
47f7cf68ae
epee: resize vectors where possible in serialization
...
to avoid unnecessary repeated reallocation
2018-10-20 21:09:49 +03:00
moneromooo-monero
c4bdd5699c
epee: some speedup in parsing
2018-10-20 21:09:48 +03:00
moneromooo-monero
7e6b4601c3
tx_pool: fix infinite loop when failing to find a meta record
2018-10-20 21:09:48 +03:00
stoffu
d4f07b40de
wallet2.get_reserve_proof: throw when specified amount is zero
2018-10-20 21:09:48 +03:00
moneromooo-monero
1bbfeb325c
tx_pool: fix tx removal at startup keeping references
2018-10-20 19:49:28 +03:00
moneromooo-monero
dc1e56d815
daemon: do not display uptime when not known
2018-10-20 19:49:27 +03:00
moneromooo-monero
332ac6a03a
rpc: return "already mining" in start_mining if already mining
2018-10-20 16:07:51 +03:00
moneromooo-monero
ae255e3857
cryptonote_format_utils: do not early out on invalid tx pubkeys
...
Another such pubkey might be valid
2018-10-20 10:43:03 +03:00
stoffu
7cf07e9319
simplewallet: make sure wallet config is stored right after creation
2018-10-20 10:43:02 +03:00
moneromooo-monero
d904ea08a1
wallet2: avoid using arbitrary random values when unknown
2018-10-20 10:43:02 +03:00
moneromooo-monero
0da1f14aaf
wallet2: guard against bad outputs in import_outputs
...
also some minor speedup
2018-10-20 10:43:02 +03:00
moneromooo-monero
583eaf3ccb
wallet2: fix O(n^2) behaviour in import_key_images
...
That takes a lot of time for even not so large wallets
2018-10-20 10:43:02 +03:00
stoffu
ee45ef2c9e
simplewallet.unspent_outputs: fix wrong logic for parsing
2018-10-20 10:43:02 +03:00
stoffu
7ba6d69196
wallet-rpc: filter getbalance response by address index
2018-10-20 10:43:02 +03:00
stoffu
83e5d6a829
wallet-rpc: add get_address_index command
2018-10-20 10:43:02 +03:00
Jorropo
a09d5ea211
[monerod] Added blocks remaining count during syncronisation.
...
And percent if usefull (% < 99)
2018-10-20 10:43:01 +03:00
stoffu
2998b929d5
tx_pool: store hex string instead of raw binary to tx_blob of get_transaction_pool RPC
...
Inspired by https://github.com/masari-project/masari/issues/93
2018-10-20 10:43:01 +03:00
doy-lee
44e0f9eebf
wallet2: clear found out for every tx key
...
Avoids triggering the sanity check
2018-10-20 10:43:01 +03:00
moneromooo-monero
00bf0b5ef0
wallet_rpc_server: include all transfer records for a txid
...
Since subaddresses were added, a tx can now create more than
one payment
2018-10-20 10:43:01 +03:00
wowario
d1176c5ef5
rpc: added subaddresses warning
2018-10-18 12:39:44 +03:00
wowario
cbf07f01ba
encourage use of subaddresses
2018-10-17 22:37:19 +03:00
jw
9c828a281b
Merge pull request #100 from wowario/release-v0.3.1.0
...
update checkpoints
2018-10-11 08:50:09 -07:00