xiphon
cc70e33283
rpc: skip non-synced bootstrap daemons in --no-sync mode too
2020-11-26 09:36:05 +03:00
xiphon
0783e940e9
rpc: on_send_raw_tx - add missing CHECK_CORE_READY
2020-11-26 09:35:38 +03:00
Lee Clagett
ce3c13b46f
Change Dandelion++ fluff probability to 20%, and embargo timeout to 39s
...
A 20% fluff probability increases the precision of a spy connected to
every node by 10% on average, compared to a network using 0% fluff
probability. The current value (10% fluff) should increase precision by
~5% compared to baseline.
This decreases the expected stem length from 10 to 5. The embargo
timeout was therefore lowered to 39s; the fifth node in a stem is
expected to have a 90% chance of being the first to timeout, which is
the same probability we currently have with an expected stem length of
10 nodes.
2020-11-26 09:35:17 +03:00
Lee Clagett
ff1373149a
Fix timeout checks for forwarded and Dandelion++ stem txes
2020-11-26 09:34:49 +03:00
Howard Chu
41f5f36e16
Better log message for unusable anon networks
2020-11-26 09:34:06 +03:00
jwinterm
21fa2b944b
Merge pull request 'upstream' ( #350 ) from wowario/wownero:up into master
...
Reviewed-on: https://git.wownero.com/wownero/wownero/pulls/350
2020-11-07 23:02:36 +00:00
xiphon
711f8c9d34
epee: readline_buffer - fix thread safety, fix sync() after stop()
2020-11-08 00:50:39 +03:00
moneromooo-monero
4228f785c0
p2p: fix accessing non existent element of map
2020-11-07 10:38:45 +03:00
moneromooo-monero
9e86c1c90d
p2p: fix endianness when checking IPv6 addresses mapping to IPv4
2020-11-05 20:23:52 +03:00
moneromooo-monero
c40d8f5672
p2p: make this work with boost <= 1.65 (pffff)
2020-11-05 06:01:12 +03:00
moneromooo
0f998b9b55
p2p: rewrite boost's make_address_v4 to cater for < 1.66
2020-11-05 05:57:13 +03:00
moneromooo-monero
38f0472a6e
p2p: use /16 filtering on IPv4-within-IPv6 addresses
...
IPv6 addresses include a range that can map IPv4 addresses,
which allowed those mapped addresses to bypass filtering.
This filter should be replaced by AS filtering at some point.
2020-11-05 05:56:48 +03:00
xiphon
9774fc7868
rpc: on_send_raw_tx (bootstrap) - send to bootstrap daemon and P2P
2020-11-05 05:56:19 +03:00
moneromooo
c14276fb7c
p2p: remove banned peers from the white list
2020-11-05 05:55:52 +03:00
moneromooo
755c308c23
p2p: give all hosts the same chance of being picked for connecting
...
even if some run more than one node
2020-11-05 05:55:15 +03:00
selsta
4053e2ae14
functional_tests: inrease mining timeout
2020-11-05 05:41:55 +03:00
Lee Clagett
df5779790c
Switch to Dandelion++ fluff mode if no out connections for stem mode
2020-11-05 05:38:33 +03:00
moneromooo-monero
aae4bf32aa
protocol: reject empty incoming block messages
2020-11-05 05:37:56 +03:00
Lee Clagett
d37785db0c
Fix tx flush callback queueing
2020-11-05 05:37:26 +03:00
selsta
2a38ee251a
net_node: add --ban-list option
2020-11-05 05:36:13 +03:00
jwinterm
e49e6ae142
Merge pull request 'Fix CLI and unrestricted RPC relay_tx with stempool' ( #347 ) from wowario/wownero:relay_tx into master
...
Reviewed-on: https://git.wownero.com/wownero/wownero/pulls/347
2020-10-30 03:15:03 +00:00
jwinterm
5731efa127
Merge pull request 'cryptonote_core: Fix missing override warnings' ( #343 ) from wowario/wownero:warnings into master
...
Reviewed-on: https://git.wownero.com/wownero/wownero/pulls/343
2020-10-30 03:14:36 +00:00
Lee Clagett
26a64f99d3
Fix CLI and unrestricted RPC relay_tx with stempool
2020-10-29 07:29:00 +03:00
Nathan Dorfman
e47fbe1476
cryptonote_core: Fix missing override warnings
2020-10-28 16:31:38 +03:00
wowario
4cc5e174d9
Update 'README.md'
2020-10-22 14:14:13 +00:00
jwinterm
7bdf566225
Merge pull request 'update version and README' ( #339 ) from wowario/wownero:version into master
...
Reviewed-on: https://git.wownero.com/wownero/wownero/pulls/339
2020-10-19 18:13:45 +00:00
jwinterm
6b80ac2ae7
Merge pull request 'update checkpoints' ( #338 ) from wowario/wownero:checkpoints into master
...
Reviewed-on: https://git.wownero.com/wownero/wownero/pulls/338
2020-10-19 18:13:23 +00:00
jwinterm
4d15c0aa13
Merge pull request 'increase fake outs' ( #337 ) from wowario/wownero:fake-outs into master
...
Reviewed-on: https://git.wownero.com/wownero/wownero/pulls/337
2020-10-19 18:12:58 +00:00
jwinterm
8345e5b7bc
Merge pull request 'upstream' ( #336 ) from wowario/wownero:upstream into master
...
Reviewed-on: https://git.wownero.com/wownero/wownero/pulls/336
2020-10-19 18:12:35 +00:00
wowario
12d81b4af1
update version and README
2020-10-19 20:38:20 +03:00
wowario
e2260ab8ab
update checkpoints
2020-10-19 20:12:13 +03:00
wowario
e28f22ba2f
increase fake outs
2020-10-19 19:15:52 +03:00
iamamyth
80a21da5ba
functional_tests: rewrite mining code, clearer timeout info
2020-10-19 11:32:06 +03:00
moneromooo-monero
94b5378a3b
fuzz_tests: fix build error in signature fuzz test
2020-10-19 11:31:35 +03:00
moneromooo-monero
cfc8640492
bump default number of connections from 8 to 12
2020-10-19 11:27:03 +03:00
xiphon
69e41b9d4e
wallet2: wait for propagation timeout before marking tx as failed
2020-10-19 11:26:40 +03:00
Howard Chu
bcc824cac3
Allow setting start block on export
...
And make import honor the starting block# recorded in a bootstrap file
2020-10-19 11:26:05 +03:00
xiphon
46b4016134
wallet2_api: implement stop() to interrupt refresh() loop once
2020-10-19 11:25:40 +03:00
dsc
8b73fabd2a
Allow AddressBook description edits via wallet/api interface
2020-10-14 12:12:44 +03:00
TheCharlatan
b6dee49900
Depends: Bump qt to 5.15.1
2020-10-14 12:12:21 +03:00
xiphon
1bf5b86967
build: ARM - disable stack trace due to segfault in libunwind
2020-10-14 12:08:29 +03:00
Alexis Enston
dc0ac9c252
fix next_seed_height regression in getblocktemplate rpc
2020-10-14 12:06:28 +03:00
xiphon
2051c5f078
core_rpc_server: on_get_blocks - forward bootstrap daemon error
2020-10-14 12:05:46 +03:00
Howard Chu
51169a6c2d
Force CMAKE_SKIP_RPATH=ON
...
Fix empty RPATH token issue. Only affects Linux and FreeBSD.
2020-10-14 12:05:06 +03:00
xiphon
b8396218a3
Dandelion++: skip desynced peers in stem phase
2020-10-14 12:04:33 +03:00
moneromooo-monero
17c5e8f949
wallet2: fix missing m_state field in wallet serialization
2020-10-14 12:04:04 +03:00
xiphon
3e8bf154eb
cmake: Version - use CMAKE_CURRENT_LIST_DIR
2020-10-14 12:03:13 +03:00
Howard Chu
498436c9b4
Fix lgamma/signgam dependency
...
This is a new indirect dependency due to the use of poisson_distribution,
introduced in PR#6354 commit 67ade8005
2020-10-14 12:01:44 +03:00
wowario
9a58ac48d2
update checkpoints.dat
2020-09-30 17:01:14 +03:00
wowario
90b7699717
bump version to v0.9.0.2
2020-09-30 16:36:03 +03:00