Commit Graph

11182 Commits

Author SHA1 Message Date
wowario
67f16d765c shorten timestamp check window 2023-10-01 15:39:42 +03:00
wowario
d81ef76d7c limit future blk time to 10 min 2023-10-01 15:39:13 +03:00
wowario
39809d46c6 bump unlock time to 288 blks 2023-10-01 15:39:02 +03:00
wowario
8243f192ab broadcast donation sub-address 2023-10-01 15:38:45 +03:00
wowario
bb391f0d00 revert Preserve commitment format inside transactions #8277 2023-10-01 15:38:19 +03:00
wowario
052e775d24 add systemd file 2023-10-01 15:37:26 +03:00
wowario
2adf97e0d3 update gitian 2023-10-01 15:37:07 +03:00
wowario
b3ce01e702 update Dockerfile 2023-10-01 15:36:34 +03:00
wowario
6a6f6c1424 adjust approx_blockchain_height 2023-10-01 15:35:52 +03:00
wowario
9b2d897043 add wowario gpg key 2023-10-01 15:35:35 +03:00
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