tobtoht
684bfca765
depends: move sodium to packages
2024-02-24 16:25:13 +01:00
luigi1111
9c9cb6e458
Merge pull request #9191
...
3313933
docs: omit i2p port number from ANONYMITY_NETWORKS (selsta)
2024-02-24 10:17:48 -05:00
luigi1111
b12766a652
Merge pull request #9189
...
f7670c9
cryptonote_core: early out on out of bounds scaling parameter (selsta)
2024-02-24 10:16:54 -05:00
luigi1111
7c22754432
Merge pull request #9182
...
538f19b
depends: android_ndk: update to 18b (tobtoht)
2024-02-24 10:15:34 -05:00
luigi1111
7b8fd2d1a0
Merge pull request #9165
...
c334d0e
depends: openssl: update to 3.0.13 (tobtoht)
2024-02-24 10:13:42 -05:00
luigi1111
7ba726c142
Merge pull request #9164
...
b26155b
depends: expat: update to 2.6.0 (tobtoht)
2024-02-24 10:13:19 -05:00
luigi1111
b616c64953
Merge pull request #9163
...
edcc1e4
depends: unbound: update to 1.19.1 (tobtoht)
2024-02-24 10:12:31 -05:00
luigi1111
72d87cd10a
Merge pull request #9160
...
c50ade5
Daemon-specific proxy for the wallet-rpc. (0xFFFC0000)
2024-02-24 10:11:51 -05:00
luigi1111
3078e44847
Merge pull request #9155
...
ed50938
Zero initialize rctSigBase elements (Lee *!* Clagett)
2024-02-24 10:07:54 -05:00
luigi1111
f2493d9139
Merge pull request #9143
...
b1c9a80
Add <cstdint> to aligned test (Lee *!* Clagett)
2024-02-24 10:06:57 -05:00
luigi1111
486ae9f1cf
Merge pull request #9138
...
cd7ccfb
Disable/fix ports with I2P (Lee Clagett)
2024-02-24 10:05:25 -05:00
luigi1111
7904879326
Merge pull request #9137
...
8d25418
daemon: warn user on specifiying ZMQ args with --no-zmq (jeffro256)
2024-02-24 10:04:56 -05:00
luigi1111
9132d4eea0
Merge pull request #9132
...
9cd4757
Cleanup extra memory allocation, and port boost::shared_ptr to std::shared_ptr. (0xFFFC0000)
2024-02-24 10:04:04 -05:00
luigi1111
400b313caf
Merge pull request #9128
...
ba902f9
actions: remove unnecessary packages (tobtoht)
2024-02-24 10:00:27 -05:00
luigi1111
c12ee59ebd
Merge pull request #9125
...
0c545f6
epee/test: remove levin_protocol_handler and core_proxy tests (jeffro256)
2024-02-24 09:59:50 -05:00
luigi1111
49bfb8fd63
Merge pull request #9121
...
afe5167
depends: update config scripts (jeffro256)
2024-02-24 09:58:59 -05:00
luigi1111
2dc918402c
Merge pull request #9006
...
47042ce
wallet2: call on_reorg callback in handle_reorg (j-berman)
2024-02-24 09:57:55 -05:00
luigi1111
92a3b2c97e
Merge pull request #9005
...
0d763a1
depends: move cmake system config to hosts files (tobtoht)
2024-02-24 09:57:09 -05:00
luigi1111
b91c433788
Merge pull request #8940
...
48b7d08
epee binary: container can read from empty seq of any type (jeffro256)
2024-02-24 09:55:58 -05:00
luigi1111
ee104bc9d5
Merge pull request #8861
...
b13c5f6
wallet: feature: transfer amount with fee included (jeffro256)
2024-02-24 09:54:56 -05:00
tobtoht
3d2b6a8ac2
depends: native_cctools: don't embed build date
2024-02-23 18:30:17 +01:00
tobtoht
5fdd67d738
depends: {native_,}protobuf: speedup build
2024-02-23 10:58:11 +01:00
tobtoht
3c16794f1f
build: force Trezor for depends builds
2024-02-23 10:56:37 +01:00
koe
fa47c7b7d6
add blake2b to src/crypto
2024-02-21 19:39:11 -06:00
selsta
33139336a2
docs: omit i2p port number from ANONYMITY_NETWORKS
2024-02-21 01:01:32 +01:00
jeffro256
b13c5f6669
wallet: feature: transfer amount with fee included
...
To transfer ~5 XMR to an address such that your balance drops by exactly 5 XMR, provide a `subtractfeefrom` flag to the `transfer` command. For example:
transfer 76bDHojqFYiFCCYYtzTveJ8oFtmpNp3X1TgV2oKP7rHmZyFK1RvyE4r8vsJzf7SyNohMnbKT9wbcD3XUTgsZLX8LU5JBCfm 5 subtractfeefrom=all
If my walet balance was exactly 30 XMR before this transaction, it will be exactly 25 XMR afterwards and the destination address will receive slightly
less than 5 XMR. You can manually select which destinations fund the transaction fee and which ones do not by providing the destination index.
For example:
transfer 75sr8AAr... 3 74M7W4eg... 4 7AbWqDZ6... 5 subtractfeefrom=0,2
This will drop your balance by exactly 12 XMR including fees and will spread the fee cost proportionally (3:5 ratio) over destinations with addresses
`75sr8AAr...` and `7AbWqDZ6...`, respectively.
Disclaimer: This feature was paid for by @LocalMonero.
2024-02-20 17:08:06 -06:00
selsta
f7670c9387
cryptonote_core: early out on out of bounds scaling parameter
2024-02-21 00:02:27 +01:00
tobtoht
695084ecad
depends: add download commands for freebsd & android sources
2024-02-20 16:36:29 +01:00
Siren
7043238261
Remove instructions for Void Linux, add NixOS
2024-02-20 01:33:21 +02:00
tobtoht
119e3410bb
depends: remove unwind
2024-02-19 22:35:26 +01:00
tobtoht
e499e74b8e
actions: update to v4 actions
2024-02-19 00:01:22 +01:00
0xFFFC0000
c50ade514f
Daemon-specific proxy for the wallet-rpc.
...
1. Daemon-specific proxy is exclusive with global proxy (--proxy).
2. If you set global proxy (--proxy) you cannot set daemon-specific proxy.
3. If you don't set global proxy, you can set proxy (or not set) proxy for
each daemon connection with the proxy field in jsonrpc to the wallet-rpc.
2024-02-18 18:36:52 +00:00
jeffro256
48b7d0895a
epee binary: container can read from empty seq of any type
2024-02-16 15:53:07 -06:00
tobtoht
1bc09fce59
depends: add riscv64 to gitignore
2024-02-13 22:36:20 +01:00
tobtoht
0c9a5c5587
depends: remove ccache
2024-02-13 20:54:02 +01:00
tobtoht
5f1b5c2c4a
depends: eudev: update to 3.2.14
2024-02-13 20:13:45 +01:00
tobtoht
442146a508
depends: libusb: update to 1.0.27
2024-02-13 19:28:42 +01:00
tobtoht
c334d0e5f3
depends: openssl: update to 3.0.13
2024-02-13 18:45:59 +01:00
tobtoht
b26155b8fa
depends: expat: update to 2.6.0
2024-02-13 18:20:19 +01:00
tobtoht
edcc1e4618
depends: unbound: update to 1.19.1
2024-02-13 18:18:23 +01:00
tobtoht
538f19b0b7
depends: android_ndk: update to 18b
2024-02-12 19:31:15 +01:00
jeffro256
8d25418df0
daemon: warn user on specifiying ZMQ args with --no-zmq
...
Resolves https://github.com/monero-project/monero/issues/9127
2024-02-07 00:04:46 -06:00
Lee *!* Clagett
ed50938af4
Zero initialize rctSigBase elements
2024-02-06 12:47:47 -05:00
Lee Clagett
cd7ccfbdab
Disable/fix ports with I2P
2024-01-30 13:40:05 -05:00
Lee *!* Clagett
b1c9a809a0
Add <cstdint> to aligned test
2024-01-29 21:37:22 -05:00
0xFFFC0000
9cd4757c88
Cleanup extra memory allocation, and port boost::shared_ptr to std::shared_ptr.
2024-01-23 11:18:39 +03:30
tobtoht
ba902f9303
actions: remove unnecessary packages
2024-01-19 19:50:03 +01:00
luigi1111
059028a30a
Merge pull request #9126
...
e7629dc
CMake: only set policy CMP0148 to OLD if version >= 3.27 (jeffro256)
2024-01-19 13:45:01 -05:00
jeffro256
e7629dc46f
CMake: only set policy CMP0148 to OLD if version >= 3.27
...
Co-authored-by: 0xFFFC0000 <0xFFFC0000@proton.me>
2024-01-19 11:14:58 -06:00
luigi1111
39a698d22c
Merge pull request #9119
...
9690bfd
gpg_keys: add 0xfffc0000 (0xFFFC0000)
2024-01-18 18:09:22 -05:00