Commit Graph

10512 Commits

Author SHA1 Message Date
wowario cdb068cd0b Merge pull request 'upstream' (#402) from wowario/wownero:upstream into master
Reviewed-on: https://git.wownero.com/wownero/wownero/pulls/402
2021-07-12 18:04:52 +00:00
wowario 4bb004d488
remove unbound 2021-07-12 20:51:39 +03:00
wowario 2135d96ce5
remove DNS ips 2021-07-12 20:31:04 +03:00
selsta f2700d8a8c external: remove unbound submodule 2021-07-12 20:27:05 +03:00
wowario 06a8561506
msg on mining key 2021-07-12 20:16:55 +03:00
wowario 5fc33d80b7
change unable to send transaction warning to debug 2021-07-12 20:09:04 +03:00
moneromooo-monero dfeafb77b9 protocol: fix delayed "you are now synchronized..." message 2021-07-12 08:47:56 +03:00
selsta fb21f2748b simplewallet: don't truncate integ. address in export_transfers 2021-07-12 08:46:49 +03:00
selsta 38551fff2d trezor: add #if for ByteSizeLong
Turns out Ubuntu 18.04 ships with an old protobuf version.
2021-07-12 08:46:28 +03:00
tobtoht 78e3ea51d6 wallet_api: getPassword 2021-07-12 08:45:11 +03:00
wowario bad59c1225
bump version 2021-07-12 08:38:28 +03:00
wowario a17acc1dd8
update checkpoints 2021-07-12 08:36:58 +03:00
wowario f50bd0c801 Merge pull request 'Update lza_menace seed node' (#401) from lza_menace-patch-1 into master
Reviewed-on: https://git.wownero.com/wownero/wownero/pulls/401
2021-07-08 00:45:22 +00:00
lza_menace c498f72c0f Update lza_menace seed node
This old AWS IP is gone
2021-07-07 20:55:36 +00:00
wowario a92df99e55 Merge pull request 'change no incoming connections warning to debug' (#399) from wowario/wownero:warn into master
Reviewed-on: https://git.wownero.com/wownero/wownero/pulls/399
2021-07-06 04:55:06 +00:00
wowario 9b66a396a6
change no incoming connections warning to debug 2021-07-06 07:43:54 +03:00
wowario 942e3abe96 Merge pull request 'add tor stuff' (#397) from wowario/wownero:tor into master
Reviewed-on: https://git.wownero.com/wownero/wownero/pulls/397
2021-07-05 08:12:06 +00:00
wowario 047c0a3c23 Merge pull request 'update checkpoints' (#398) from wowario/wownero:checkpoints into master
Reviewed-on: https://git.wownero.com/wownero/wownero/pulls/398
2021-07-05 08:06:22 +00:00
wowario 74fbd76b91
change ports 2021-07-05 11:03:42 +03:00
wowario adf438d0fd
update systemd service file 2021-07-05 11:02:54 +03:00
wowario 783803b5cf
update checkpoints 2021-07-05 09:33:49 +03:00
wowario e5e56aafb7
add tor stuff 2021-07-04 09:22:10 +03:00
wowario ff5182f7f2 Merge pull request 'Wowletify' (#396) from wowletify into master
Reviewed-on: https://git.wownero.com/wownero/wownero/pulls/396
2021-07-04 05:11:56 +00:00
dsc a5b93c8414 remove unused variable 2021-07-04 00:09:29 +02:00
thotbot 0d751b9be7 Skip unneeded blocks in fast refresh 2021-07-04 00:03:51 +02:00
thotbot 76c875f248 subaddressIndex() 2021-07-04 00:03:51 +02:00
thotbot dc1821ab0e Print wallet cache 2021-07-04 00:03:51 +02:00
thotbot e31e8cd9f0 Misc. network related
- Add interface for bytes sent/received
- Allow wallet refresh while daemon is not synchronized
- emit success boolean for refreshed()
- don't call refreshThreadFunc (we don't need it)
- lower rpc timeout from 3m30s (?!) to 10 seconds
2021-07-04 00:03:50 +02:00
thotbot f34e643c18 wallet_api: getPassword 2021-07-03 23:09:00 +02:00
thotbot 39e16ffcf2 Import transaction 2021-07-03 23:05:44 +02:00
thotbot f5917eabe4 Misc. wallet API and wallet2 changes 2021-07-03 23:00:42 +02:00
thotbot 3121980b17 Coins 2021-07-03 22:15:39 +02:00
thotbot cebe0ef944 Offline transaction signing 2021-07-03 22:10:22 +02:00
dsc b6a21de70b estimate_fee requires new bp+ parameter 2021-07-03 21:40:08 +02:00
wowario 623c14e486
tag for gitian builds 2021-06-29 12:58:00 +03:00
wowario beefa5e62e Merge pull request 'Bulletproofs+' (#394) from wowario/wownero:bpp into dev
Reviewed-on: https://git.wownero.com/wownero/wownero/pulls/394
2021-06-27 13:46:52 +00:00
wowario 525cda3691
change to else if 2021-06-27 16:27:57 +03:00
wowario 9eb34340f4
fix macos operator error 2021-06-27 14:34:26 +03:00
wowario 90efe7dee8 set bp+ fork height 2021-06-27 14:31:26 +03:00
wowario a9c03bb005
remove unused variable 2021-06-27 14:01:47 +03:00
moneromooo-monero 04dbdfcd98 store outPk/8 in the tx for speed
It avoids dividing by 8 when deserializing a tx, which is a slow
operation, and multiplies by 8 when verifying and extracing the
amount, which is much faster as well as less frequent
2021-06-27 13:50:12 +03:00
moneromooo-monero 1520d6a271 ringct: port some of vtnerd's review changes from BP+ to BP 2021-06-27 13:50:03 +03:00
moneromooo-monero 8e98e5b58a ringct: a few minor optimizations from review 2021-06-27 13:49:45 +03:00
moneromooo-monero fa3856fedf plug bulletproofs plus into consensus 2021-06-27 13:47:33 +03:00
Sarang Noether 47d7d0751e Updates from security audit 2021-06-27 12:15:05 +03:00
Sarang Noether 75981b8463 Precompute initial transcript hash 2021-06-27 12:14:54 +03:00
Sarang Noether 16c573a507 Bulletproofs+ 2021-06-27 12:14:36 +03:00
wowario 100eebe660
update fork height 2021-06-27 02:42:04 +03:00
wowario 671c51d0b6
update Dockerfile 2021-06-27 02:33:36 +03:00
wowario 8d71405a59 open collective details 2021-06-27 00:45:38 +03:00