luigi1111
715ebcb744
Merge pull request #7846
...
2285c66
Protect client from divide by 0 caused by integer truncation (j-berman)
2021-08-20 16:48:14 -04:00
j-berman
2285c66ef1
Protect client from divide by 0 caused by integer truncation
2021-08-19 15:00:59 -07:00
woodser
6ec9fd6c08
support freeze, thaw, and frozen in wallet rpc
2021-08-12 09:13:09 -04:00
luigi1111
64c320130f
Merge pull request #7839
...
925c6b6
provide key images of spent outputs in wallet rpc (woodser)
2021-08-11 22:41:04 -04:00
luigi1111
f00db20a5f
Merge pull request #7792
...
9b84043
fix #7784 - deinit wallet in wallet dtor (Dusan Klinec)
2021-08-11 22:30:53 -04:00
woodser
925c6b60e3
provide key images of spent outputs in wallet rpc
2021-08-07 09:36:45 -04:00
luigi1111
3eb8f1458b
Merge pull request #7791
...
7e3f211
wallet: rephrase error message on invalid device address (Dusan Klinec)
2021-08-02 18:53:40 -04:00
Dusan Klinec
9b840439b9
fix #7784 - deinit wallet in wallet dtor
2021-07-14 15:08:06 +02:00
Dusan Klinec
7e3f211791
wallet: rephrase error message on invalid device address
2021-07-14 15:05:28 +02:00
anon
ceb8e7c508
cmake: fix undefined symbols and multiple definitions
2021-07-13 08:01:23 +02:00
luigi1111
a080c0be9c
Merge pull request #7678
...
dedcd63
wallet_api: import / export output function (tobtoht)
6e22710
expose set_offline to wallet api (benevanoff)
02e9a41
wallet_api: add isDeterministic() (tobtoht)
def5819
wallet_api: add seed_offset param to seed() (tobtoht)
73959c6
wallet_api: store fee for incoming txs in history (Ben Evanoff)
712f362
wallet api: allow wallet to fetch all key images via api (benevanoff)
153d08d
Allow tx note edits via TransactionHistory object in wallet/api (dsc)
2abd7b1
wallet_api: TransactionHistory - fill unconfirmed out payments dests (xiphon)
9a50bef
Extend TransactionInfo with coinbase and description attributes in wallet/api (dsc)
22bb6a6
Allow AddressBook description edits via wallet/api interface (dsc)
2021-05-12 16:55:38 -05:00
Nathan Dorfman
70c5c81670
wallet2: Fix rescan_bc keep_ki option
2021-04-22 16:15:01 -06:00
tobtoht
dedcd6304c
wallet_api: import / export output function
2021-04-22 04:33:11 +02:00
benevanoff
6e22710f0e
expose set_offline to wallet api
2021-04-22 04:33:03 +02:00
tobtoht
02e9a41cbe
wallet_api: add isDeterministic()
2021-04-22 04:32:50 +02:00
tobtoht
def58196da
wallet_api: add seed_offset param to seed()
2021-04-22 04:32:41 +02:00
Ben Evanoff
73959c623c
wallet_api: store fee for incoming txs in history
2021-04-22 04:32:32 +02:00
benevanoff
712f362150
wallet api: allow wallet to fetch all key images via api
2021-04-22 04:32:24 +02:00
dsc
153d08d026
Allow tx note edits via TransactionHistory object in wallet/api
2021-04-22 04:32:14 +02:00
xiphon
2abd7b174b
wallet_api: TransactionHistory - fill unconfirmed out payments dests
2021-04-22 04:32:06 +02:00
dsc
9a50bef3cd
Extend TransactionInfo with coinbase and description attributes in wallet/api
2021-04-22 04:31:44 +02:00
dsc
22bb6a654d
Allow AddressBook description edits via wallet/api interface
2021-04-22 04:31:36 +02:00
moneromooo-monero
4a9ae3eb8b
fix serialization being different on mac
...
On Mac, size_t is a distinct type from uint64_t, and some
types (in wallet cache as well as cold/hot wallet transfer
data) use pairs/containers with size_t as fields. Mac would
save those as full size, while other platforms would save
them as varints. Might apply to other platforms where the
types are distinct.
There's a nasty hack for backward compatibility, which can
go after a couple forks.
2021-03-05 23:41:19 +00:00
moneromooo-monero
5c3e84b6ae
restrict public node checks a little
...
do not include blocked hosts in peer lists or public node lists by default,
warn about no https on clearnet and about untrusted peers likely being spies
2020-12-22 23:39:19 +00:00
selsta
93135907dd
wallet2: set propagation timeout to current max timeout
2020-12-03 02:24:52 +01:00
Crypto City
efca5b8af9
wallet2: check imported multisig curve points are in main subgroup
2020-11-24 16:24:03 +00:00
Riccardo Spagni
81a23c73d2
Merge pull request #6914
...
f9a9d2ee2
wallet2: wait for propagation timeout before marking tx as failed (xiphon)
2020-10-18 17:40:05 +02:00
xiphon
f9a9d2ee28
wallet2: wait for propagation timeout before marking tx as failed
2020-10-18 13:59:54 +00:00
xiphon
39e30d5481
wallet2_api: implement stop() to interrupt refresh() loop once
2020-10-18 11:59:23 +00:00
moneromooo-monero
c407b92e80
wallet2: fix missing m_state field in wallet serialization
2020-10-12 15:35:37 +00:00
moneromooo-monero
9e6187a736
fix a couple bugs found by OSS-fuzz
...
- index out of bounds when importing outputs
- accessing invalid CLSAG data
2020-09-24 15:33:40 +00:00
luigi1111
2b1488ef6f
Merge pull request #6793
...
de9a9fb
update error message 'No unlocked balance in the specified account' (woodser)
2020-09-15 19:56:49 -05:00
TheCharlatan
80e535c95a
wallet2: adapt to deterministic unlock time
2020-09-15 11:40:31 +00:00
luigi1111
9bba1a24ea
Merge pull request #6815
...
ef4325f
wallet2: fix tx sanity check triggering on pre-rct outputs (monermooo-monero)
2020-09-14 11:47:06 -05:00
moneromooo-monero
ef4325fd41
wallet2: fix tx sanity check triggering on pre-rct outputs
2020-09-12 17:51:41 +00:00
Reinaldulin
a3844e257e
Fix typo in command line argument description
2020-09-09 10:18:32 -04:00
luigi1111
fd657c7706
Merge pull request #6798
...
4e44306
enable CLSAG support for Trezor client (ph4r05)
2020-09-07 14:30:41 -05:00
Dusan Klinec
4e4430603f
enable CLSAG support for Trezor client
2020-09-04 01:24:58 +02:00
luigi1111
ee0b02d0db
Merge pull request #6757
...
6a37da8
threadpool: guard against exceptions in jobs, and armour plating (moneromooo-monero)
2020-09-03 12:25:59 -05:00
woodser
de9a9fb340
update error message "No unlocked balance in the specified account"
2020-09-01 17:30:00 -04:00
moneromooo-monero
6a37da837e
threadpool: guard against exceptions in jobs, and armour plating
...
Those would, if uncaught, exit run and leave the waiter to wait
indefinitely for the number of active jobs to reach 0
2020-09-01 14:33:33 +00:00
Sarang Noether
fa06c39d97
Bind signature to full address and signing mode
2020-08-28 19:38:00 -04:00
moneromooo-monero
743608ec16
wallet: allow signing a message with spend or view key
2020-08-28 19:25:17 -04:00
moneromooo-monero
82ee01699c
Integrate CLSAGs into monero
...
They are allowed from v12, and MLSAGs are rejected from v13.
2020-08-27 12:44:04 +00:00
Alexander Blair
0c101f1236
Merge pull request #6767
...
07442a605
Fix build with Boost 1.74 (moneromooo-monero)
2020-08-27 03:07:32 -07:00
Alexander Blair
4fe2858b4d
Merge pull request #6746
...
20f603c6b
Fix broken multisig pubkey sorting (Jason Rhinelander)
2020-08-27 02:58:53 -07:00
Alexander Blair
a06c83db73
Merge pull request #6752
...
85899230d
simplewallet: allow setting tx keys when sending to a subaddress (moneromooo-monero)
e916201f1
wallet2: fix setting tx keys when another is already set (moneromooo-monero)
2020-08-27 02:58:23 -07:00
Alexander Blair
42519b48a7
Merge pull request #6731
...
db5d6e460
wallet2: fix wrong name when checking RPC cost (moneromooo-monero)
2020-08-27 02:55:48 -07:00
Alexander Blair
bad5d8d6f0
Merge pull request #6690
...
7175dcb10
replace most boost serialization with existing monero serialization (moneromooo-monero)
2020-08-27 02:54:30 -07:00
luigi1111
765db1ae7a
Revert "Use domain-separated ChaCha20 for in-memory key encryption"
...
This reverts commit 921dd8dde5
.
2020-08-17 14:08:59 -05:00