01a22b48b6
Update strings
2018-01-13 18:12:32 +01:00
f288fe467c
Update util files
2018-01-13 18:12:23 +01:00
be01253f21
Update snap
2018-01-03 14:13:57 +01:00
fbe27f457d
Fix version
2018-01-03 13:01:20 +01:00
79d9cdb2e2
Add missing semicolon
2018-01-03 13:01:06 +01:00
d24a94dc7f
Fix copyright blocks
2018-01-03 12:17:50 +01:00
212e89a76e
Set variables
2018-01-03 09:41:04 +01:00
ca36d16efc
Set project name
2018-01-03 09:25:07 +01:00
Riccardo Spagni
c328163ffa
Merge pull request #2724
...
cb23be8f
Wallet API: always use approximate calc of blockchain height (Jaquee)
2017-10-25 15:26:58 +02:00
Jaquee
cb23be8f4d
Wallet API: always use approximate calc of blockchain height
2017-10-24 19:07:10 +02:00
Riccardo Spagni
793bc97374
Merge pull request #2717
...
bbed29b2
update version to 0.11.1.0 (Riccardo Spagni)
2017-10-23 14:31:21 +02:00
Riccardo Spagni
bbed29b246
update version to 0.11.1.0
2017-10-23 14:27:11 +02:00
Riccardo Spagni
886aeda547
Merge pull request #2700
...
6fb5de3b
simplewallet: add get/set for refresh-from-height (moneromooo-monero)
2017-10-23 11:45:48 +02:00
Riccardo Spagni
0f7de8f2de
Merge pull request #2708
...
076d8237
wallet2: fix tx size estimator for large number of inputs (moneromooo-monero)
2017-10-23 11:16:08 +02:00
Riccardo Spagni
f97dfc4ee9
Merge pull request #2707
...
3067da20
core: guard against a mined block not finding all txes in the pool (moneromooo-monero)
2017-10-23 11:15:51 +02:00
moneromooo-monero
076d8237b8
wallet2: fix tx size estimator for large number of inputs
2017-10-22 22:24:41 +01:00
moneromooo-monero
3067da2018
core: guard against a mined block not finding all txes in the pool
...
This can happen for several reasons, but mainly if another block
was received, which took that tx off the pool.
2017-10-22 22:23:35 +01:00
Riccardo Spagni
bb3394aeb5
Merge pull request #2654
...
44afa6de
wallet2: Missing underflow check on low heights (landergate)
2017-10-22 23:04:56 +02:00
Riccardo Spagni
4baeba4287
Merge pull request #2632
...
b4c5180f
core: fix failure to sync when a tx is already in the pool (moneromooo-monero)
2017-10-22 23:03:05 +02:00
Riccardo Spagni
a666d36ca6
Merge pull request #2514
...
cda45a7f
Source updates are in a source subdirectory (moneromooo-monero)
2017-10-22 23:02:39 +02:00
Riccardo Spagni
4837302d5b
Merge pull request #2493
...
19fab620
blockchain: fix crash checking pre-validated txids (moneromooo-monero)
2017-10-22 23:02:22 +02:00
Riccardo Spagni
922bfa2ef9
Merge pull request #2478
...
14e5d779
db_lmdb: fix use of uninitialized key in for_blocks_range (moneromooo-monero)
2017-10-22 23:01:54 +02:00
moneromooo-monero
6fb5de3b9e
simplewallet: add get/set for refresh-from-height
2017-10-22 11:00:21 +01:00
landergate
44afa6de07
wallet2: Missing underflow check on low heights
...
Lack of it results in `m_refresh_from_block_height` being < 0 (18446744...) on low heights, which blocks `process_new_blockchain_entry` and never process coins on heights less than blocks_per_month.
Follow-up to #2258
2017-10-15 11:17:54 +01:00
moneromooo-monero
b4c5180f2d
core: fix failure to sync when a tx is already in the pool
2017-10-10 20:42:33 +01:00
Riccardo Spagni
15b0ff2c32
Merge pull request #2448
...
8133a642
p2p: init hashes after deserializing a network address (moneromooo-monero)
2017-09-25 17:58:43 +02:00
moneromooo-monero
cda45a7f4f
Source updates are in a source subdirectory
...
rather than in the same directory as the prebuilt versions
2017-09-22 22:16:22 +01:00
moneromooo-monero
19fab6204a
blockchain: fix crash checking pre-validated txids
2017-09-20 10:49:17 +01:00
moneromooo-monero
14e5d77939
db_lmdb: fix use of uninitialized key in for_blocks_range
2017-09-19 15:50:30 +01:00
moneromooo-monero
8133a64260
p2p: init hashes after deserializing a network address
...
Fixes multiple connections to the same address
2017-09-14 17:51:37 +01:00
Riccardo Spagni
373ce4ab09
Merge pull request #2437
...
3deef401
core: guard against exceptions in tx verification worker threads (moneromooo-monero)
2017-09-12 13:12:28 +02:00
Riccardo Spagni
60a293df79
Merge pull request #2433
...
67bdf65c
rpc: get_txpool_backlog is now unrestricted (moneromooo-monero)
2017-09-12 13:12:10 +02:00
Riccardo Spagni
3fd08bd37e
Merge pull request #2423
...
bbb07f88
ITS#8728 fix MDB_VL32 freeing overflow page (Howard Chu)
2017-09-12 13:10:43 +02:00
moneromooo-monero
3deef4018e
core: guard against exceptions in tx verification worker threads
2017-09-12 12:07:45 +01:00
moneromooo-monero
67bdf65cbf
rpc: get_txpool_backlog is now unrestricted
2017-09-11 14:39:48 +01:00
Howard Chu
bbb07f8847
ITS#8728 fix MDB_VL32 freeing overflow page
...
Fix #2420
2017-09-09 15:14:22 +01:00
Riccardo Spagni
fda88c8d28
Merge pull request #2406
...
64ab224c
update checkpoint hashes (Riccardo Spagni)
2017-09-06 23:39:21 +02:00
Riccardo Spagni
64ab224c0e
update checkpoint hashes
2017-09-06 17:34:14 +02:00
Riccardo Spagni
d0328d05b1
Merge pull request #2403
...
12b86e44
update hardcoded checkpoints (Riccardo Spagni)
21d0a40c
update checkpoints.dat (Riccardo Spagni)
2017-09-06 09:52:45 +02:00
Riccardo Spagni
12b86e4402
update hardcoded checkpoints
2017-09-06 09:11:22 +02:00
Riccardo Spagni
21d0a40cff
update checkpoints.dat
2017-09-06 09:08:43 +02:00
Riccardo Spagni
2f7358ef75
Merge pull request #2397
...
c6375a14
tx_pool: catch exceptions in LockedTXN dtor (moneromooo-monero)
2017-09-04 17:04:58 +02:00
Riccardo Spagni
da3930ccbb
Merge pull request #2393
...
585e6b35
Add a --fluffy-blocks option to relay blocks as fluffy blocks (moneromooo-monero)
2017-09-04 17:04:45 +02:00
Riccardo Spagni
33485154d6
Merge pull request #2391
...
d685d5d9
Use latest height for fork date estimate (Howard Chu)
2017-09-04 17:04:02 +02:00
moneromooo-monero
c6375a14af
tx_pool: catch exceptions in LockedTXN dtor
...
This might prevent some calls to terminate when the LockedTXN
dtor is called as part of stack unwinding caused by another
exception in the first place.
2017-09-04 10:18:07 +01:00
moneromooo-monero
585e6b35e6
Add a --fluffy-blocks option to relay blocks as fluffy blocks
...
Defaults to off, but fluffy blocks are forced enabled on testnet
2017-09-03 11:15:57 +01:00
Howard Chu
d685d5d987
Use latest height for fork date estimate
2017-09-02 11:49:31 +01:00
Riccardo Spagni
87d332df1a
Merge pull request #2385
...
2289ead5
blockchain_import: warn for chunks over 500000, not 100000 (moneromooo-monero)
2f9a5528
blockchain_import: properly cleanup core/db on exit (moneromooo-monero)
8d6967be
blockchain_import: do not error out on truncated files (moneromooo-monero)
2017-09-02 11:35:12 +02:00
Riccardo Spagni
6d78c6d2e4
Merge pull request #2383
...
c65062ad
Fix miniupnpc CVE-2017-8798 (MaxXor)
2017-09-02 11:34:53 +02:00
Riccardo Spagni
677f1d43db
Merge pull request #2375
...
ff1cdf30
tx_pool: wrap tx meta updates in a LockedTXN (moneromooo-monero)
2017-09-02 11:34:40 +02:00