moneromooo-monero
b59ef9a359
cryptonote_protocol: do not request pruned borromean sig txes
...
We don't have a function to calculate their weight from a pruned
version (yet).
2020-05-09 11:40:31 +03:00
Lee Clagett
e1bba18cc5
Fixes for ZMQ JSON-RPC endpoint names for raw tx
2020-05-09 11:40:06 +03:00
moneromooo-monero
a018e01370
wallet2: fix subaddress expansion when receiving monero
2020-05-09 11:39:42 +03:00
moneromooo-monero
014bc83b5e
message_store: don't print an error when there is no mms file
...
It confuses people
2020-05-09 11:39:15 +03:00
xiphon
a0048e2a49
rpc: fix 'use_bootstrap_daemon_if_necessary' return value
2020-05-09 11:38:49 +03:00
xiphon
30ed4a23bf
wallet2: check_connection return false on get_version status != OK
2020-05-09 11:38:25 +03:00
Lee Clagett
0e59f26064
Used legacy category to match insert_key_images behavior
2020-05-09 11:38:05 +03:00
moneromooo-monero
0c201ab438
cryptonote: fix reuse of non default tx data when relaying
...
An automatic tx variable is initialized properly on the first
run through the loop, but not the second. Moving the variable
inside the loop ensures the ctor is called again to init it.
2020-05-09 11:37:19 +03:00
xiphon
4cb99f9365
cryptonote_core: skip dns checkpoints on startup if not enforced
2020-05-09 11:36:53 +03:00
moneromooo-monero
c26c40472d
simplewallet: report timestamp based expected unlock time on balance
2020-05-09 11:36:23 +03:00
moneromooo-monero
9ac662cb14
use memwipe on secret k/alpha values
...
Reported by UkoeHB_ and sarang
2020-05-09 11:35:47 +03:00
Lee Clagett
0b8e49a0aa
Add byte_stream for zero-copy serialization, and add support in ZMQ-JSON.
2020-05-09 11:35:23 +03:00
jw
f879d48df7
Merge pull request #250 from wowario/upstream
...
Upstream
2020-05-04 08:27:07 -07:00
Sarang Noether
ecc2c3b707
Bulletproofs: verification speedup
2020-05-04 17:45:02 +03:00
xiphon
2b8bab2132
bootstrap_daemon: fix missing virtual destructor and lambda capture (clang warning)
2020-05-04 17:45:02 +03:00
moneromooo-monero
4aad596a95
simplewallet: add sweep_account command
...
Expects an account number, then the usual sweep_all options
Useful to move monero that was accidentally sent to a subaddress
with a very large account index.
2020-05-04 17:45:02 +03:00
Dusan Klinec
ebe75aaa5f
trezor: adapt to new passphrase mechanism
...
- choice where to enter passphrase is now made on the host
- use wipeable string in the comm stack
- wipe passphrase memory
- protocol optimizations, prepare for new firmware version
- minor fixes and improvements
- tests fixes, HF12 support
2020-05-04 17:45:01 +03:00
Sumo Gr
f5765455c5
simplewallet : missing function block separator
2020-05-04 17:45:01 +03:00
sumogr
9fde7e7253
simplewallet: fix strings (show_transfers & export_transfers)
2020-05-04 10:14:57 +03:00
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
fuwa
8f17e8c0af
Revert "remove unbound"
...
This reverts commit d9e982cba569c72a17801857addd4fb9ad929449.
2020-05-02 16:47:02 +08: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
luigi1111
6a6eedd842
Merge pull request #6353
...
6810150
daemon: if no banned IPs print something (sumogr)
2020-04-04 12:56:36 -05:00
luigi1111
cfc0f4a7fa
Merge pull request #6351
...
81c5943
Remove temporary std::string creation in some hex->bin calls (vtnerd)
5fcc23a
Move hex->bin conversion to monero copyright files and with less includes (vtnerd)
3387f0e
Reduce template bloat in hex->bin for ZMQ json (vtnerd)
2020-04-04 12:55:02 -05:00
luigi1111
44547006bf
Merge pull request #6347
...
fcb06f7
cryptonote_core: skip block notify on blockchain switching rollback (xiphon)
2020-04-04 12:52:46 -05:00
luigi1111
ad5200e440
Merge pull request #6342
...
82da832
rpc: Add check for too old timestamps in payment signatures. (glv2)
2020-04-04 12:49:02 -05:00
luigi1111
c4f75fe898
Merge pull request #6339
...
c61abf8
remove empty statements (shopglobal)
2020-04-04 12:47:31 -05:00
luigi1111
081d49c59f
Merge pull request #6338
...
80d5320
Hash domain separation (SarangNoether)
2020-04-04 12:44:45 -05:00
luigi1111
6011064693
Merge pull request #6334
...
cc18926
wallet2_api: wallet recovery - seed offset passphrase support (xiphon)
2020-04-04 12:41:32 -05:00
luigi1111
0bb7191fd6
Merge pull request #6328
...
9bde70e
core: mention time being off in hash rate changes message (moneromooo-monero)
2020-04-04 12:40:18 -05:00
luigi1111
85efaeb7bf
Merge pull request #6322
...
29b7cd1
device_ledger: include status code name in error message (xiphon)
2020-04-04 12:39:21 -05:00
luigi1111
ab802b4b80
Merge pull request #6321
...
1a6e7bd
wallet2: mention --daemon-ssl-allow-any-cert in --proxy error msg (xiphon)
2020-04-04 12:37:26 -05:00
luigi1111
4398facb2e
Merge pull request #6286
...
6d6af70
cryptonote_basic: drop unused verification_context::m_not_rct field (xiphon)
2020-04-04 12:33:32 -05:00
Sarang Noether
80d5320fff
Hash domain separation
2020-04-01 08:31:00 -04:00
xiphon
6d6af701ec
cryptonote_basic: drop unused verification_context::m_not_rct field
2020-03-31 21:58:25 +00:00
moneromooo-monero
21fe6a289b
p2p: fix frequent weak_ptr exception on connection
...
When a handshake fails, it can fail due to timeout or destroyed
connection, in which case the connection will be, or already is,
closed, and we don't want to do it twice.
Additionally, when closing a connection directly from the top
level code, ensure the connection is gone from the m_connects
list so it won't be used again.
AFAICT this is now clean in netstat, /proc/PID/fd and print_cn.
This fixes a noisy (but harmless) exception.
2020-03-31 20:29:41 +00:00
luigi1111
6c7d928f19
Merge pull request #6336
...
760ecf2
console_handler: do not let exception past the dor (moneromooo-monero)
09c8111
threadpool: lock mutex in create (moneromooo-monero)
e377977
tx_pool: catch theoretical error in get_block_reward (moneromooo-monero)
2020-03-31 15:14:12 -05:00
luigi1111
94f44d4ee3
Merge pull request #6325
...
3627e53
rpc: fix print_pool_sh not finding local txes (moneromooo-monero)
2020-03-31 15:13:51 -05:00
luigi1111
f9de65b546
Merge pull request #6304
...
2e9d1e6
wallet2: fix store-tx-info loading (moneromooo-monero)
2020-03-31 15:13:19 -05:00
luigi1111
d0065f3063
Merge pull request #6302
...
dab604e
wallet2_api: implement estimateTransactionFee (xiphon)
2020-03-31 15:12:48 -05:00
luigi1111
8a829e2cc4
Merge pull request #6301
...
9989cb0
simplewallet: warn about correlations if print-ring-members is not set (moneromooo-monero)
2020-03-31 13:37:19 -05:00
luigi1111
0253f86fde
Merge pull request #6298
...
fe92fa1
[randomx] Add missing randomx_vm_set_cache() (cohcho)
2020-03-31 13:36:21 -05:00
luigi1111
ccc3726d86
Merge pull request #6260
...
320bc84
rpc: add --rpc-payment-allow-free-loopback (moneromooo-monero)
2020-03-31 13:35:16 -05:00
luigi1111
096e2135dd
Merge pull request #6214
...
054b4c7
protocol: request txpool contents when synced (moneromooo-monero)
2020-03-31 13:32:55 -05:00
moneromooo-monero
9989cb087e
simplewallet: warn about correlations if print-ring-members is not set
...
The warning about spending more than one output with similar creation
time was skipped if print-ring-members was not set, and it defaults to
false, which means most people probably aren't getting this warning if
they spend correlated outputs.
Reported by SeventhAlpaca.
2020-03-28 11:46:06 +00:00
Alexander Blair
72262b348a
Merge pull request #6299
...
9c1f970b
wallet2: remember daemon address overrides when loading a new wallet (moneromooo-monero)
2020-03-27 12:33:15 -07:00
Alexander Blair
5780594202
Merge pull request #6296
...
50e59cfa
wallet2: reject zero keys in json input (moneromooo-monero)
2020-03-27 12:31:59 -07:00
Alexander Blair
3ed5e7ce9f
Merge pull request #6295
...
bcae95a2
p2p: do not add recently failed addresses to the peerlist (moneromooo-monero)
2020-03-27 12:30:06 -07:00
Alexander Blair
8cb005b39c
Merge pull request #6289
...
ffe7165e
wallet: reroll fake outs selection on local tx_sanity_check failure (xiphon)
2020-03-27 12:28:29 -07:00
Alexander Blair
5ba6eef272
Merge pull request #6288
...
0349347e
ringdb: use a different iv for key and data in rings table (moneromooo-monero)
7b882087
simplewallet: reword mixin in user message in terms of ring size (moneromooo-monero)
f507a43a
wallet2: do not remove known rings when a tx fails (moneromooo-monero)
2020-03-27 12:23:59 -07:00
Alexander Blair
7d4a93fab3
Merge pull request #6285
...
d0641b42
net: fix incorrect less operator for top/i2p addresses (Aaron Hook)
2020-03-27 12:23:00 -07:00
Alexander Blair
aa982a51da
Merge pull request #6284
...
02224e71
Fix check_fee() discrepancy. (UkoeHB)
2020-03-27 12:21:26 -07:00