Justin Berman
12e7c4188e
Merge pull request #5 from j-berman/restore-msig-encrypted-seed
...
multisig: fix segfault restoring encrypted multisig seed
2022-09-08 00:20:18 +01:00
moneromooo-monero
e29b2e9997
wallet2: ensure imported outputs subaddresses are created
...
reported by j-berman
2022-09-07 06:22:31 +00:00
moneromooo-monero
1d3657afb5
wallet2: better test on whether to allow output import
...
Being offline is not a good enough heuristic, so we keep track
of whether the wallet ever refreshed from a daemon, which is a
lot better, and probably the best we can do without manual user
designation (which would break existing cold wallet setups till
the user designates those wallets)
2022-09-07 06:22:31 +00:00
moneromooo-monero
0cbf5571d3
allow exporting outputs in chunks
...
this will make it easier huge wallets to do so without hitting
random limits (eg, max string size in node).
2022-09-07 06:22:07 +00:00
j-berman
848a0c05b0
Fix segfault restoring encrypted multisig seed
2022-09-06 23:21:25 -06:00
j-berman
625147e577
Fix missing semi-colon in error message
...
Co-authored-by: woodser <woodser@protonmail.com>
2022-09-06 18:37:25 -06:00
j-berman
b03d7091f7
wallet2: fixes for export/import output flow
...
- only allow offline wallets to import outputs
- don't import empty outputs
- export subaddress indexes when exporting outputs
2022-09-06 17:20:23 -06:00
selsta
93db74a91e
rpc: skip bootstrap nodes that are lower than last checkpoint
2022-09-06 22:09:39 +02:00
moneromooo-monero
4b7eb573b2
wallet2: do not assume imported outputs must be non empty
2022-09-06 18:25:48 +00:00
moneromooo-monero
5b98bebad1
wallet2: prevent importing outputs in a hot wallet
2022-09-06 18:25:48 +00:00
moneromooo-monero
0de1571abd
wallet2: fix missing subaddress indices in "light" exported outputs
2022-09-06 18:25:45 +00:00
selsta
09ee78197c
build: prepare v0.18.1.1
2022-09-06 20:22:29 +02:00
j-berman
401f5d967b
Require user ack multisig is experimental to restore
2022-09-06 10:33:33 -06:00
Crypto City
bf53f14fd8
custom items can now have per role bonuses
2022-09-02 20:14:41 +00:00
Crypto City
b3f4f52b61
cc: fix mixup in roadworks discovery bonuses
2022-09-02 20:14:41 +00:00
Crypto City
9a2985b8df
game: add a placeholder encyclopedia screen
2022-09-02 20:14:41 +00:00
tobtoht
3679925331
Windows: fix unicode file path support
2022-09-02 12:28:57 +02:00
j-berman
fc8a5d68f1
multisig: fix #8537 seed restore (suggestions by @UkoeHB)
...
- spend secret key is no longer the sum of multisig key shares;
no need to check that is the case upon restore.
- restoring a multisig wallet from multisig info means that the
wallet must have already completed all setup rounds. Upon restore,
set the number of rounds completed accordingly.
2022-09-01 16:25:28 -07:00
Crypto City
5026ca0c6b
game: change the item views (trade, etc) to a tree
2022-08-31 11:48:49 +00:00
Crypto City
1f636fbf8e
change tax break zone mechanics
...
There can be multiple tax break zones, unlocked at increasing
city levels, but they are fixed once set.
This will prevent mayorial bait and switch abuse.
2022-08-31 11:48:49 +00:00
Crypto City
614ead0d29
cc: fix get_distance from point to point
2022-08-31 11:48:49 +00:00
Crypto City
cb6d960666
game: change "clear" to "clear line" in console for clarity
2022-08-23 06:07:29 +00:00
Crypto City
2461b47061
game: allow saving vistas in the wallet for later use
2022-08-23 06:07:29 +00:00
Crypto City
1764a7db8a
game: add a "current city only" toggle to the buildings screen
2022-08-23 05:20:29 +00:00
Crypto City
40632e09cd
game: make "running out of $resource in $ticks" consider all cities
2022-08-23 05:20:29 +00:00
Crypto City
ba6e8345fe
fix getting flags by location mixing up cities
2022-08-23 05:20:29 +00:00
Crypto City
20b9767847
game: remove some unused code
2022-08-23 05:20:29 +00:00
Crypto City
111acc13b0
blockchain: fix block reward overestimate
...
It's not meant to ever be used, but might as well make sure
2022-08-23 05:20:29 +00:00
Crypto City
1d5f188320
game: fix define attribute screen name/desc not being checked
2022-08-23 05:20:29 +00:00
Crypto City
2895f9a8ed
game: do not use toast notifications for text errors
...
since those are often inherent in typing (ie, trailing space)
and tend to spam toasts unnecessarily
2022-08-23 05:20:29 +00:00
Crypto City
02e6ba170f
functional_tests: add message tests
2022-08-23 05:20:29 +00:00
Crypto City
ecadb7007c
wallet_rpc_server: add cc_send_message RPC
2022-08-23 05:20:29 +00:00
Crypto City
3987259664
common: update unishox2 for invalid input crashes fixes
2022-08-23 05:20:29 +00:00
Crypto City
442abef374
game: allow sweeping message fees to the main address
2022-08-23 05:20:29 +00:00
Crypto City
3fc8a4151e
simplewallet: allow incoming_transfers to see message fees
2022-08-23 05:20:29 +00:00
Crypto City
b0a2e08561
tb: fix debug build with debug hook enabled
2022-08-23 05:20:29 +00:00
Crypto City
a6f1afeae1
wallet_rpc_server: add cc_sweep_message fees RPC
2022-08-23 05:20:29 +00:00
Crypto City
bdbc5b371e
simplewallet: add cc_messages sweep_fee subcommand
...
to sweep any fees in the messages account
2022-08-23 05:20:29 +00:00
Crypto City
1e673b46c2
simplewallet: treat empty string as 0 for inviting account
2022-08-23 05:20:29 +00:00
Crypto City
6140cc9f81
select embedded data locations uniformly across rings
2022-08-23 05:20:29 +00:00
Crypto City
e5b17616fd
blockchain: fix invalid memory read getting fee on empty chain
2022-08-23 05:20:29 +00:00
Crypto City
663ca6318c
fix multisig
2022-08-23 05:20:29 +00:00
Crypto City
0c17ad4687
cc: bodge an apparent false positive from asan
2022-08-23 05:20:29 +00:00
Crypto City
d51fe4c97b
serialization: fix pair/tuple mixup
2022-08-23 05:20:28 +00:00
Crypto City
d34a724e4b
fuzz_tests: add a unishox2 fuzz test
2022-08-23 05:20:28 +00:00
Crypto City
737e934327
game: fix create items layout
2022-08-23 05:20:28 +00:00
Crypto City
84489e01ab
tb: fix city maps showing wrong maps
2022-08-23 05:20:28 +00:00
Crypto City
d754206d0b
blockchain_prune: add recently added tables
2022-08-23 05:20:28 +00:00
Crypto City
7c70d0ef6e
invisible P2P messages
2022-08-23 05:20:28 +00:00
luigi1111
57e57c239b
Merge pull request #8491
...
876c08d
Bump Gitian build instructions to v0.18.1.0 [Release Branch] (Seth For Privacy)
2022-08-22 22:51:26 -05:00