cslashm
43cadb23b6
Add timelock verification on device
2020-05-04 10:14:35 +03:00
Lee Clagett
9fb542e89c
Use byte_slice for sending zmq messages - removes data copy within zmq
2020-05-04 10:13:38 +03:00
Sumo Gr
39e2802b9a
txpool.cpp: rename var to fix for old g++ version (xenial default)
2020-05-04 10:13:12 +03:00
Lee Clagett
2f8fff39bf
Always reject duplicate key-images from second txid
2020-05-04 10:12:11 +03:00
Lee Clagett
839a9e3707
Allow unrestricted rpc calls to get full txpool info
2020-05-04 10:11:52 +03:00
xiphon
a0b1b89534
wallet_api: checkUpdate - optional version and buildtag params
2020-05-04 10:10:37 +03:00
moneromooo-monero
0df692a814
daemon: fix print_net_stats RPC calls
2020-05-04 10:08:49 +03:00
woodser
3278e86ed8
Allow wallet2.h to run in WebAssembly
...
- Add abstract_http_client.h which http_client.h extends.
- Replace simple_http_client with abstract_http_client in wallet2,
message_store, message_transporter, and node_rpc_proxy.
- Import and export wallet data in wallet2.
- Use #if defined __EMSCRIPTEN__ directives to skip incompatible code.
2020-05-04 10:07:52 +03:00
rbrunner7
5fcc5da9f7
Daemon: Print estimates for time until fully synced
2020-05-04 10:07:26 +03:00
jw
acab673a6e
Revert "allow sync over tor"
2020-04-22 17:03:37 -07:00
jw
ed16ffcb4e
Merge pull request #245 from fuwa0529/tor
...
allow sync over tor
2020-04-22 16:32:42 -07:00
fuwa
d3184d030d
allow sync over tor
2020-04-23 06:35:50 +08:00
qvqc
7747151e98
update current seed nodes
2020-04-22 17:10:35 -04:00
jw
b39feaad30
Merge pull request #240 from fuwa0529/dev-v0.8
...
duplicate v0.8 ASCII art in wallet-rpc
2020-04-18 10:18:23 -07:00
fuwa
c74ff98e78
duplicate v0.8 ASCII art in wallet-rpc
2020-04-19 00:26:59 +08:00
Lee Clagett
94f4af6cc4
Adding Dandelion++ support to public networks:
...
- New flag in NOTIFY_NEW_TRANSACTION to indicate stem mode
- Stem loops detected in tx_pool.cpp
- Embargo timeout for a blackhole attack during stem phase
2020-04-18 11:24:38 +03:00
Lee Clagett
d4c7ae4554
Correct key image check in tx_pool
2020-04-18 11:24:04 +03:00
moneromooo-monero
a33c86d875
blockchain_db: faster fetching of consecutive txes
...
Useful for wallet refresh or node sync
2020-04-18 11:23:01 +03:00
moneromooo-monero
b33dfc2ee4
simplewallet: fix smart mining not starting after first setup
...
Also avoid rewriting the wallet if the setting is already was we need
2020-04-18 11:22:32 +03:00
moneromooo-monero
1bbb2cbd63
simplewallet: new "address one-off <major> <minor>" command
2020-04-18 11:22:02 +03:00
fuwa
f516f8ce23
remove unbound
2020-04-12 19:35:55 +08:00
wowario
40d7bec2a7
update approx_blockchain_height
2020-04-06 14:26:05 +03:00
wowario
4fae945114
bender
2020-04-06 14:06:42 +03:00
wowario
c9a8f4f01c
update checkpoints.dat
2020-04-06 13:10:35 +03:00
wowario
69663861e0
add v0.8 ASCII art
2020-04-06 09:47:39 +03:00
wowario
6a9515697e
build: prepare v0.7.1.0 update
...
Signed-off-by: wowario <wowario@protonmail.com>
2020-04-06 09:09:32 +03:00
wowario
5ebb10cb5b
remove ded code
2020-04-06 09:09:32 +03:00
wowario
9d1e2828d4
absurdity day hard fork
2020-04-06 09:09:31 +03:00
wowario
2bcaa4ec02
update checkpoints.dat
2020-04-06 09:09:31 +03:00
wowario
17d4fb378e
fix hash2rct in get_exponent
2020-04-06 09:09:31 +03:00
fuwa
b78a40f7a4
fix cn-pow variant
2020-04-06 09:09:31 +03:00
wowario
cf607654b6
add RandomWOW submodule
2020-04-06 09:09:31 +03:00
fuwa
f764cf0626
remove zeromq completely
2020-04-06 09:09:30 +03:00
fuwa
338771fe21
hotfix "no ring" error
2020-04-06 09:09:30 +03:00
fuwa
22d3dc9a45
fix old bulletproof conditional branches
2020-04-06 09:09:30 +03:00
fuwa
140daa4783
wallet2: fix hf rules for small BP
2020-04-06 09:09:30 +03:00
wowario
e5e2ca539f
sanity check: comment out #4691
2020-04-06 09:09:29 +03:00
wowario
1730faf01a
sanity check: change to false #5434
2020-04-06 09:09:29 +03:00
fuwa
aff20484c3
allow system libminiupnp, revert #6b8539
2020-04-06 09:09:29 +03:00
wowario
6b1d4e67bc
Cryptonight variant 4 aka cn/wow
2020-04-06 09:09:29 +03:00
wowario
e89be7b80c
support old BP
2020-04-06 09:09:29 +03:00
wowario
652bd57080
initial commit
2020-04-06 09:09:17 +03:00
luigi1111
bbceb31044
Merge pull request #6395
...
ad13a4b
Fixing static_asserts in ZMQ JSON (vtnerd)
2020-04-04 13:17:54 -05:00
luigi1111
d102a72027
Merge pull request #6384
...
ec01077
db_lmdb: fix race crash using a stale cursor (moneromooo-monero)
2020-04-04 13:14:19 -05:00
luigi1111
d1f3d3376d
Merge pull request #6381
...
e719760
Fix receive order leakage with tx fluffing (vtnerd)
2020-04-04 13:12:31 -05:00
luigi1111
975825a1fd
Merge pull request #6375
...
ebf3c10
Added logging for dropped local txes with no i2p/tor connections (vtnerd)
2020-04-04 13:11:30 -05:00
luigi1111
97af9649c9
Merge pull request #6372
...
7b9017f
p2p: plug tor to clearnet association vector (Aaron Hook)
2020-04-04 13:09:55 -05:00
luigi1111
59ab769210
Merge pull request #6364
...
6e1cb5a
device: Ledger - fix wide char hidapi error string conversion (xiphon)
2020-04-04 13:02:18 -05:00
luigi1111
5757d99208
Merge pull request #6361
...
68a6507
Fixed bug in ZMQ JSON-RPC method field (vtnerd)
2020-04-04 13:01:15 -05:00
luigi1111
0150a480fd
Merge pull request #6357
...
42a7a4d
daemon: auto public nodes - cache and prioritize most stable nodes (xiphon)
2020-04-04 12:59:23 -05:00