aboutsummaryrefslogtreecommitdiff
path: root/utils/fish (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-04-06net: bring consistency between IPv4 port and IPv6 portBertrand Jacquin1-2/+2
* --p2p-bind-port-ipv4 is replaced with --p2p-bind-ipv4-port * --p2p-bind-port-ipv6 is replaced with --p2p-bind-ipv6-port
2024-04-06net: define IPv4 object explicitlyBertrand Jacquin2-8/+8
Modify all IPv4 variables, function arguments name and daemon arguments to IPv4 specific naming to raise consistency with IPv6. This change is done in order to make source code more legible before addressing #8818. * --p2p-bind-ip is replaced with --p2p-bind-ipv4-address * --p2p-bind-port is replaced with --p2p-bind-port-ipv4 * --rpc-bind-ip is replaced with --rpc-bind-ipv4-address * --rpc-restricted-bind-ip is replaced with --rpc-restricted-bind-ipv4-address Bug: https://github.com/monero-project/monero/issues/8818
2023-06-27Merge pull request #8855luigi11111-1/+0
bb83eb1 daemon: remove --fluffy-blocks (tobtoht)
2023-05-12daemon: remove --fluffy-blockstobtoht1-1/+0
2023-05-10daemon: remove os-versiontobtoht1-1/+0
2022-09-12wallet2: check wallet compatibility with daemon's hard fork versionj-berman2-1/+2
2022-06-30utils: add fish shell completionsLeo Nerone4-0/+241
Fish shell completions for monerod, monero-wallet-cli, and monero-wallet-rpc.