Commit Graph

6025 Commits

Author SHA1 Message Date
moneromooo-monero
668489a322
db_lmdb: don't sync a read only DB
This would only throw
2018-07-27 15:52:09 -05:00
moneromooo-monero
fa3ae1a16d
alt_chain_info can now give more info about a particular alt chain 2018-07-27 09:33:24 -05:00
moneromooo-monero
a28b9e2e44
rpc: add blockchain disk size to getinfo
This should help new nodes predict how much disk space will be
needed for a full sync
2018-07-27 09:33:24 -05:00
stoffu
39ff8c91c7
miner: show id and height when a block is found 2018-07-27 09:33:24 -05:00
moneromooo-monero
f2b1dca6aa
remove epee from link lines where it's redundant
For some reason, this confuses and kills ASAN on startup
as it thinks const uint8_t ipv4_network_address::ID is
defined multiple times.
2018-07-27 09:33:24 -05:00
moneromooo-monero
a896603556
blockchain: set the m_verifivation_failed flag in a couple more places
when a block being added to the main chain is invalid.

This ensures the peer is banned after a number of these.
2018-07-27 04:06:12 -05:00
Teutone
e492718cd0
add .load() to make Boost 1.67 happy with its new is_integral check 2018-07-27 03:45:51 -05:00
moneromooo-monero
4cb1fa3243
wallet2: ensure outputs are processed only once
This should be proof against any way one might get to multiple
processing, such as generating the same derivation from the
same pubkey, etc
2018-07-27 03:45:51 -05:00
jw
1f3521f958
Merge pull request #68 from wownero/release-v0.2.1.0
Release v0.2.1.0
2018-07-06 17:31:24 -07:00
jw
bb49011991
Merge pull request #67 from wowario/lwma2-update
Update lwma2
2018-07-05 15:13:21 -07:00
jw
2e3340df7a
Merge pull request #66 from wowario/testnet-stagenet
Add stagenet and reset testnet
2018-07-05 15:13:06 -07:00
wowario
d552924515
Update adapt get_approximate_blockchain_height 2018-07-04 20:56:58 +03:00
wowario
ee07408ce1 Add stagenet ips 2018-07-04 19:20:06 +03:00
wowario
d0d1a14a05 Add stagenet fork heights 2018-07-04 19:20:05 +03:00
wowario
2da1edf924 Update difficulty 2018-07-03 11:41:22 +03:00
jw
28b65ea422
Merge pull request #64 from wowario/release-v0.2.1.0
Captain obvious warning
2018-06-29 05:25:32 -07:00
wowario
2d4c0edd66
Captain obvious warning 2018-06-29 12:36:11 +03:00
jw
a0b47c970c
Merge pull request #63 from fuwa0529/fix-default-mixin
remove unused default mixin from wallet.cpp
2018-06-28 12:27:39 -07:00
fuwa
7973af3a3c remove unused default mixin from wallet.cpp 2018-06-26 04:58:36 +08:00
jw
7ec6f63606
Merge pull request #60 from wowario/testnet
Reset testnet
2018-06-15 18:17:54 -07:00
jw
b41cc9bbe0
Merge pull request #59 from wowario/pubkey
wallet2: fix double counting outs if the tx pubkey is duplicated
2018-06-15 18:17:45 -07:00
jw
8e1c36e2c2
Merge pull request #58 from wowario/payment_id
simplewallet: don't confirm missing payment ID when sending to subaddress
2018-06-15 18:17:34 -07:00
jw
a3b69dc2d1
Merge pull request #57 from wowario/upstream
wallet2: use correct fee for split txes
2018-06-15 18:17:25 -07:00
wowario
44095676ff
reset testnet 2018-06-15 11:00:41 +03:00
moneromooo-monero
e4fa637d3a
wallet2: fix double counting outs if the tx pubkey is duplicated 2018-06-15 00:56:33 +03:00
stoffu
826da63a0b
simplewallet: don't confirm missing payment ID when sending to only subaddresses 2018-06-14 22:22:44 +03:00
stoffu
9376a54f3a
wallet2: use correct fee for split txes 2018-06-14 21:56:40 +03:00
jw
74a30ddccd
Merge pull request #56 from wowario/lwma-2
Implement LWMA-2 for HF v9
2018-06-13 20:02:44 -07:00
wowario
c5d51ca56c
add lwma-2 2018-06-14 03:58:11 +03:00
jw
8a01f11515
Merge pull request #55 from wowario/bulletproof_cold_signing
wallet2: fix bulletproof cold signing
2018-06-10 10:23:50 -07:00
jw
2f93341734
Merge pull request #54 from wowario/donate
modify unit name
2018-06-10 10:23:41 -07:00
jw
0e32c2f826
Merge pull request #53 from wowario/get_approximate_blockchain_height
wallet2: adapt get_approximate_blockchain_height
2018-06-10 10:23:31 -07:00
jw
886828483a
Merge pull request #52 from wowario/submodule_cmake
Add submodule init and update to cmake
2018-06-10 10:23:18 -07:00
jw
e30e0918f5
Merge pull request #51 from wowario/upstream
epee: adaptive connection timeout system
2018-06-10 10:23:05 -07:00
wowario
d9365ee564
Update mainnet timestamp 2018-06-09 18:07:48 +03:00
moneromooo-monero
3f1e9615d6
wallet2: fix bulletproof cold signing
Cold signing was always using Borromean range proofs, causing
a larger tx, and an incorrect fee
2018-06-09 15:09:27 +03:00
wowario
b8fadc85b6
modify unit name 2018-06-09 14:58:26 +03:00
wowario
a83cd9e669
wallet2: adapt get_approximate_blockchain_height 2018-06-09 14:30:59 +03:00
wowario
3e2247f5a0
Add submodule init and update to cmake 2018-06-09 14:11:33 +03:00
moneromooo-monero
328b5ebc69
epee: adaptive connection timeout system
a connection's timeout is halved for every extra connection
from the same host.

Also keep track of when we don't need to use a connection
anymore, so we can close it and free the resource for another
connection.
2018-06-08 23:39:24 +03:00
jwinterm
3c4e299b34 Add stoffu fixes to rename 2018-06-04 19:33:16 -07:00
jw
be6320b1a2
Merge pull request #47 from wowario/rename
rename to wownero
2018-06-04 10:04:17 -07:00
jw
a0b5b82bb4
Merge pull request #46 from wowario/checkpoints
update checkpoints.dat
2018-06-04 10:03:56 -07:00
jw
aa29f98f08
Merge pull request #45 from wowario/upstream
Upstream merge
2018-06-04 10:03:43 -07:00
jw
69f2fdd153
Merge pull request #44 from wowario/seed
remove moneroseeds
2018-06-04 10:03:32 -07:00
jw
42dc603b91
Merge pull request #48 from wowario/donate
update donation address
2018-06-04 10:03:13 -07:00
wowario
b2b9da7fbb
update donation address 2018-06-04 19:46:59 +03:00
wowario
e0b4dd913a
rename to wownero 2018-06-04 18:22:57 +03:00
wowario
52e2799f6d
update checkpoints.dat 2018-06-04 17:44:29 +03:00
wowario
7ce579d447
remove moneroseeds 2018-06-04 17:20:30 +03:00