Commit graph

11172 commits

Author SHA1 Message Date
wowario
37169ebb39
config wallet2 settings 2023-10-01 15:35:23 +03:00
wowario
c92464e27f
set dev fund address 2023-10-01 15:34:46 +03:00
wowario
ae7c139056
add seed nodes 2023-10-01 15:34:23 +03:00
wowario
add841d552
set name of daemon stdout 2023-10-01 15:33:36 +03:00
wowario
31f59338d3
set last v1 block 2023-10-01 15:32:54 +03:00
wowario
c9b8d94e83
set pow variants 2023-10-01 15:32:08 +03:00
wowario
8498370447
set quick height for syncing 2023-10-01 15:31:42 +03:00
wowario
c1ef123bad
send dump log to wowario 2023-10-01 15:30:46 +03:00
wowario
065e89580f
set genesis block timestamp 2023-10-01 15:30:03 +03:00
wowario
5d369a5bf3
set decimal point 2023-10-01 15:29:44 +03:00
wowario
07e3c1a9b8
add forks and checkpoints 2023-10-01 15:25:59 +03:00
wowario
ad27e5892b
wownero skin pack 2023-10-01 15:14:40 +03:00
wowario
10f22a4267
bump RX block version 2023-10-01 14:53:51 +03:00
wowario
3709b2684b
correct length of addresses 2023-10-01 14:53:30 +03:00
wowario
0901cd95c9
move utilities to debug build 2023-10-01 14:53:07 +03:00
wowario
67e03a315a
automatic submodule update 2023-10-01 14:52:54 +03:00
wowario
36edf137e4
Doxygen off 2023-10-01 14:52:22 +03:00
wowario
f36d2f79b8
trezor support off 2023-10-01 14:52:08 +03:00
wowario
d890edf7db
turn off tests 2023-10-01 14:51:33 +03:00
wowario
6e1158eaa4
gitian: copy config file 2023-10-01 14:51:21 +03:00
wowario
d1387cbadc
add RandomWOW 2023-10-01 14:50:34 +03:00
wowario
82a019cd12
show full version 2023-10-01 14:48:45 +03:00
wowario
b83ff851d2
remove moneropulse urls 2023-10-01 14:48:33 +03:00
wowario
95e7407aa1
remove monero tx bug fixes 2023-10-01 14:44:46 +03:00
wowario
5f6703f2c2
bump ring size to 22 2023-10-01 14:44:21 +03:00
wowario
4c6e685174
initialize genesis block 2023-10-01 14:43:05 +03:00
wowario
92ebb323e1
config cryptonote 2023-10-01 14:42:42 +03:00
luigi1111
f9b81a589e
Merge pull request #9001
3f9140e storages: change error log category to serialization (selsta)
It's over 9000!!!
2023-09-30 14:45:43 -04:00
luigi1111
41157dbc82
Merge pull request #8999
205c804 wallet: store watch-only wallet correctly when change_password() is called (jeff)
2023-09-30 14:44:32 -04:00
selsta
3f9140e754 storages: change error log category to serialization 2023-09-22 19:09:27 +02:00
jeff
205c80427b
wallet: store watch-only wallet correctly when change_password() is called
The Monero GUI code was calling `Monero::wallet::setPassword()` on every open/close for some reason,
and the old `store_to()` code called `store_keys()` with `watch_only=false`, even for watch-only wallets.
This caused a bug where the watch-only keys file got saved with with the JSON field `watch_only` set to 0,
and after saving a watch-only wallet once, a user could never open it back up against because `load()` errored out.
This never got brought up before this because you would have to change the file location of the watch-only
wallet to see this bug, and I guess that didn't happen often, but calling the new `store_to()` function with the
new `force_rewrite` parameter set to `true` triggers key restoring and the bug appeared.
2023-09-22 09:20:56 -05:00
luigi1111
533bbc3208
Merge pull request #8988
64ed938 build: prepare v0.18.3.0 (selsta)
2023-09-14 22:21:06 -05:00
luigi1111
6e7bd68b18
Merge pull request #8977
7dbb14b functional_tests: fix multisig tests noutputs assertion (jeffro256)
2023-09-14 22:20:38 -05:00
luigi1111
031d318ca2
Merge pull request #8941
356e687 wallet_rpc_server: chunk refresh to keep responding to RPC while refreshing (moneromooo-monero) 633e1b7 wallet_rpc_server: add --no-initial-sync flag for quicker network binding (moneromooo-monero)
2023-09-14 22:19:27 -05:00
luigi1111
61e664a258
Merge pull request #8938
ba98269 wallet2: fix store_to() and change_password() (jeffro256)
2023-09-14 22:18:22 -05:00
selsta
64ed9385a2
build: prepare v0.18.3.0 2023-09-10 18:30:34 +02:00
jeffro256
ba98269ca5
wallet2: fix store_to() and change_password()
Resolves #8932 and:
2. Not storing cache when new path is different from old in `store_to()` and
3. Detecting same path when new path contains entire string of old path in `store_to()` and
4. Changing your password / decrypting your keys (in this method or others) and providing a bad original password and getting no error and
5. Changing your password and storing to a new file
2023-08-23 11:52:31 -05:00
jeffro256
7dbb14b02a
functional_tests: fix multisig tests noutputs assertion
The changes to the multisig tests in #8914 and #8904 affected each other, this PR cleans up the code and fixes that issue.
2023-08-19 22:21:36 -05:00
moneromooo-monero
356e6877dc
wallet_rpc_server: chunk refresh to keep responding to RPC while refreshing 2023-08-17 15:35:00 +00:00
moneromooo-monero
633e1b7359
wallet_rpc_server: add --no-initial-sync flag for quicker network binding 2023-08-17 15:34:57 +00:00
luigi1111
eac1b86bb2
Merge pull request #8957
b51f4a9 scan_tx: fix custom comparator for == case; fixes #8951 (j-berman)
2023-08-17 10:26:52 -05:00
luigi1111
3bebcc4a7d
Merge pull request #8953
ed05ac6 wallet2: when checking frozen multisig tx set, don't assume order (jeffro256)
2023-08-17 10:25:27 -05:00
luigi1111
9d5c5b5634
Merge pull request #8942
78348bc wallet-rpc: restore from multisig seed (jeffro256)
2023-08-17 10:24:16 -05:00
luigi1111
894adef295
Merge pull request #8891
842478c core_rpc_server: return ID of submitted block (jeffro256)
2023-08-17 10:18:12 -05:00
luigi1111
6c7640eb74
Merge pull request #8800
f137a35 Enforce restricted # pool txs served via RPC + optimize chunked reqs [release-v0.18] (j-berman)
23f782b wallet2, RPC: Optimize RPC calls for periodic refresh from 3 down to 1 call [release-v0.18] (rbrunner7)
2023-08-17 10:09:28 -05:00
jeffro256
78348bcddd
wallet-rpc: restore from multisig seed 2023-08-10 10:13:07 -05:00
j-berman
b51f4a9244 scan_tx: fix custom comparator for == case; fixes #8951
Co-authored-by: woodser <woodser@protonmail.com>
2023-07-19 07:45:33 -07:00
jeffro256
ed05ac6872
wallet2: when checking frozen multisig tx set, don't assume order 2023-07-17 22:53:55 -05:00
j-berman
f137a35984 Enforce restricted # pool txs served via RPC + optimize chunked reqs [release-v0.18]
- `/getblocks.bin` respects the `RESTRICTED_TX_COUNT` (=100) when
returning pool txs via a restricted RPC daemon.
- A restricted RPC daemon includes a max of `RESTRICTED_TX_COUNT` txs
in the `added_pool_txs` field, and returns any remaining pool hashes
in the `remaining_added_pool_txids` field. The client then requests
the remaining txs via `/gettransactions` in chunks.
- `/gettransactions` no longer does expensive no-ops for ALL pool txs
if the client requests a subset of pool txs. Instead it searches for
the txs the client explicitly requests.
- Reset `m_pool_info_query_time` when a user:
  (1) rescans the chain (so the wallet re-requests the whole pool)
  (2) changes the daemon their wallets points to (a new daemon would
      have a different view of the pool)
- `/getblocks.bin` respects the `req.prune` field when returning
pool txs.
- Pool extension fields in response to `/getblocks.bin` are optional
with default 0'd values.
2023-07-09 08:38:18 +02:00
rbrunner7
23f782b211 wallet2, RPC: Optimize RPC calls for periodic refresh from 3 down to 1 call [release-v0.18] 2023-07-09 08:30:53 +02:00