wowario
e00a7d1638
remove testnet/stagenet fork heights/blocks
2023-10-01 15:45:08 +03:00
wowario
c69dc334fb
don't request pre-bulletprooof pruned blocks
2023-10-01 15:44:05 +03:00
wowario
89c0a9de4c
change to debug level
2023-10-01 15:43:51 +03:00
wowario
7174ff9bcb
rename ringdb-dir
2023-10-01 15:43:21 +03:00
wowario
0fc75eb44e
mod variant4_random_math
2023-10-01 15:41:50 +03:00
wowario
fe05821c19
support old BP
2023-10-01 15:41:22 +03:00
wowario
daddd7d231
vote by block
2023-10-01 15:40:48 +03:00
wowario
0871203167
tidy up miner msgs
2023-10-01 15:40:30 +03:00
wowario
de2a8c65cf
miner block header signing
2023-10-01 15:40:16 +03:00
wowario
2e18be9977
difficulty is fun
2023-10-01 15:39:53 +03:00
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
6a6f6c1424
adjust approx_blockchain_height
2023-10-01 15:35:52 +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
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
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
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
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
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
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