Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wip] Update/binary kdf #364

Merged
merged 12 commits into from
Jan 30, 2025
42 changes: 21 additions & 21 deletions data-for-gpts/all-content.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52113,11 +52113,11 @@ The request was failed due to a Komodo DeFi Framework API internal error.
}
```
export const title = "Komodo DeFi Framework Method: Add Node to Version Stat";
export const description = "The add_node_to_version_stat method adds a Node's name, IP address and PeerID to a local database to track which version of MM2 it is running.";
export const description = "The add_node_to_version_stat method adds a Node's name, IP address and PeerID to a local database to track which version of [KDF](https://github.com/KomodoPlatform/komodo-defi-framework) it is running.";

# add\_node\_to\_version\_stat

The `add_node_to_version_stat` method adds a Node's name, IP address and PeerID to a local database to track which version of MM2 it is running. The name parameter is an arbitrary identifying string, such as "seed\_alpha" or "dragonhound\_DEV". The address parameter is the node's IP address or domain names. The Peer ID can be found in the MM2 log file after a connection has been initiated, and looks like the below:
The `add_node_to_version_stat` method adds a Node's name, IP address and PeerID to a local database to track which version of [KDF](https://github.com/KomodoPlatform/komodo-defi-framework) it is running. The name parameter is an arbitrary identifying string, such as "seed\_alpha" or "dragonhound\_DEV". The address parameter is the node's IP address or domain names. The Peer ID can be found in the MM2 log file after a connection has been initiated, and looks like the below:

`07 09:33:58, atomicdex_behaviour:610] INFO Local peer id: PeerId("12D3KooWReXsTVCKGAna1tzrD1jaUttTSs17ULFuvvzoGD9bqmmA")
`
Expand Down Expand Up @@ -52799,11 +52799,11 @@ The `peer_connection_healthcheck` method checks if a peer is connected to the KD
}
```
export const title = "Komodo DeFi Framework Method: Remove Node from Version Stat";
export const description = "The remove_node_from_version_stat method removes a Node from the local database that tracks which version of MM2 it is running.";
export const description = "The remove_node_from_version_stat method removes a Node from the local database that tracks which version of [KDF](https://github.com/KomodoPlatform/komodo-defi-framework) it is running.";

# remove\_node\_from\_version\_stat

The `remove_node_from_version_stat` method removes a Node (by name) from the local database which tracks which version of MM2 it is running. The name parameter is an arbitrary identifying string, such as "seed\_alpha" or "dragonhound\_DEV".
The `remove_node_from_version_stat` method removes a Node (by name) from the local database which tracks which version of [KDF](https://github.com/KomodoPlatform/komodo-defi-framework) it is running. The name parameter is an arbitrary identifying string, such as "seed\_alpha" or "dragonhound\_DEV".

## Arguments

Expand Down Expand Up @@ -58813,7 +58813,7 @@ Then you can proceed to [download the coins configuration file](/komodo-defi-fra

##### Building from Source (Option 2)

If you decide to build from source, please follow the [Build Komodo DeFi Framework API from source guide](/komodo-defi-framework/tutorials/how-to-compile-mm2-from-source/)
If you decide to build from source, please follow the [Build Komodo DeFi Framework API from source guide](/komodo-defi-framework/tutorials/how-to-compile-kdf-from-source/)

#### Step 2: Download the Coins Configuration File

Expand Down Expand Up @@ -60752,22 +60752,22 @@ When you log in again, the default coins should be enabled and visible. To activ
export const title = "Send Commands to an MM2 Instance Being Run by Komodo Wallet Desktop Using Postman";
export const description = "This guide describes how to send commands to an MM2 instance being run by Komodo Wallet Desktop using Postman";

import sendCommandsToMM2Instance1 from "@/public/images/docs/desktop/send-commands-to-mm2-instance-01.png";
import sendCommandsToMM2Instance2 from "@/public/images/docs/desktop/send-commands-to-mm2-instance-02.png";
import sendCommandsToMM2Instance3 from "@/public/images/docs/desktop/send-commands-to-mm2-instance-03.png";
import sendCommandsToMM2Instance4 from "@/public/images/docs/desktop/send-commands-to-mm2-instance-04.png";
import sendCommandsToMM2Instance5 from "@/public/images/docs/desktop/send-commands-to-mm2-instance-05.png";
import sendCommandsToMM2Instance6 from "@/public/images/docs/desktop/send-commands-to-mm2-instance-06.png";
import sendCommandsToMM2Instance7 from "@/public/images/docs/desktop/send-commands-to-mm2-instance-07.png";
import sendCommandsToMM2Instance8 from "@/public/images/docs/desktop/send-commands-to-mm2-instance-08.png";
import sendCommandsToMM2Instance9 from "@/public/images/docs/desktop/send-commands-to-mm2-instance-09.png";
import sendCommandsToMM2Instance10 from "@/public/images/docs/desktop/send-commands-to-mm2-instance-10.png";
import sendCommandsToMM2Instance11 from "@/public/images/docs/desktop/send-commands-to-mm2-instance-11.png";
import sendCommandsToMM2Instance12 from "@/public/images/docs/desktop/send-commands-to-mm2-instance-12.png";
import sendCommandsToMM2Instance13 from "@/public/images/docs/desktop/send-commands-to-mm2-instance-13.png";
import sendCommandsToMM2Instance14 from "@/public/images/docs/desktop/send-commands-to-mm2-instance-14.png";
import sendCommandsToMM2Instance15 from "@/public/images/docs/desktop/send-commands-to-mm2-instance-15.png";
import sendCommandsToMM2Instance16 from "@/public/images/docs/desktop/send-commands-to-mm2-instance-16.png";
import sendCommandsToKDFInstance1 from "@/public/images/docs/desktop/send-commands-to-kdf-instance-01.png";
import sendCommandsToKDFInstance2 from "@/public/images/docs/desktop/send-commands-to-kdf-instance-02.png";
import sendCommandsToKDFInstance3 from "@/public/images/docs/desktop/send-commands-to-kdf-instance-03.png";
import sendCommandsToKDFInstance4 from "@/public/images/docs/desktop/send-commands-to-kdf-instance-04.png";
import sendCommandsToKDFInstance5 from "@/public/images/docs/desktop/send-commands-to-kdf-instance-05.png";
import sendCommandsToKDFInstance6 from "@/public/images/docs/desktop/send-commands-to-kdf-instance-06.png";
import sendCommandsToKDFInstance7 from "@/public/images/docs/desktop/send-commands-to-kdf-instance-07.png";
import sendCommandsToKDFInstance8 from "@/public/images/docs/desktop/send-commands-to-kdf-instance-08.png";
import sendCommandsToKDFInstance9 from "@/public/images/docs/desktop/send-commands-to-kdf-instance-09.png";
import sendCommandsToKDFInstance10 from "@/public/images/docs/desktop/send-commands-to-kdf-instance-10.png";
import sendCommandsToKDFInstance11 from "@/public/images/docs/desktop/send-commands-to-kdf-instance-11.png";
import sendCommandsToKDFInstance12 from "@/public/images/docs/desktop/send-commands-to-kdf-instance-12.png";
import sendCommandsToKDFInstance13 from "@/public/images/docs/desktop/send-commands-to-kdf-instance-13.png";
import sendCommandsToKDFInstance14 from "@/public/images/docs/desktop/send-commands-to-kdf-instance-14.png";
import sendCommandsToKDFInstance15 from "@/public/images/docs/desktop/send-commands-to-kdf-instance-15.png";
import sendCommandsToKDFInstance16 from "@/public/images/docs/desktop/send-commands-to-kdf-instance-16.png";

# Send Commands to an MM2 Instance Being Run by Komodo Wallet Desktop Using Postman

Expand Down
8 changes: 4 additions & 4 deletions data-for-gpts/komodefi-api/all-api-content.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21037,11 +21037,11 @@ The request was failed due to a Komodo DeFi Framework API internal error.
}
```
export const title = "Komodo DeFi Framework Method: Add Node to Version Stat";
export const description = "The add_node_to_version_stat method adds a Node's name, IP address and PeerID to a local database to track which version of MM2 it is running.";
export const description = "The add_node_to_version_stat method adds a Node's name, IP address and PeerID to a local database to track which version of [KDF](https://github.com/KomodoPlatform/komodo-defi-framework) it is running.";

# add\_node\_to\_version\_stat

The `add_node_to_version_stat` method adds a Node's name, IP address and PeerID to a local database to track which version of MM2 it is running. The name parameter is an arbitrary identifying string, such as "seed\_alpha" or "dragonhound\_DEV". The address parameter is the node's IP address or domain names. The Peer ID can be found in the MM2 log file after a connection has been initiated, and looks like the below:
The `add_node_to_version_stat` method adds a Node's name, IP address and PeerID to a local database to track which version of [KDF](https://github.com/KomodoPlatform/komodo-defi-framework) it is running. The name parameter is an arbitrary identifying string, such as "seed\_alpha" or "dragonhound\_DEV". The address parameter is the node's IP address or domain names. The Peer ID can be found in the MM2 log file after a connection has been initiated, and looks like the below:

`07 09:33:58, atomicdex_behaviour:610] INFO Local peer id: PeerId("12D3KooWReXsTVCKGAna1tzrD1jaUttTSs17ULFuvvzoGD9bqmmA")
`
Expand Down Expand Up @@ -21723,11 +21723,11 @@ The `peer_connection_healthcheck` method checks if a peer is connected to the KD
}
```
export const title = "Komodo DeFi Framework Method: Remove Node from Version Stat";
export const description = "The remove_node_from_version_stat method removes a Node from the local database that tracks which version of MM2 it is running.";
export const description = "The remove_node_from_version_stat method removes a Node from the local database that tracks which version of [KDF](https://github.com/KomodoPlatform/komodo-defi-framework) it is running.";

# remove\_node\_from\_version\_stat

The `remove_node_from_version_stat` method removes a Node (by name) from the local database which tracks which version of MM2 it is running. The name parameter is an arbitrary identifying string, such as "seed\_alpha" or "dragonhound\_DEV".
The `remove_node_from_version_stat` method removes a Node (by name) from the local database which tracks which version of [KDF](https://github.com/KomodoPlatform/komodo-defi-framework) it is running. The name parameter is an arbitrary identifying string, such as "seed\_alpha" or "dragonhound\_DEV".

## Arguments

Expand Down
8 changes: 4 additions & 4 deletions data-for-gpts/komodefi-api/v20-api-content.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9769,11 +9769,11 @@ The request was failed due to a Komodo DeFi Framework API internal error.
}
```
export const title = "Komodo DeFi Framework Method: Add Node to Version Stat";
export const description = "The add_node_to_version_stat method adds a Node's name, IP address and PeerID to a local database to track which version of MM2 it is running.";
export const description = "The add_node_to_version_stat method adds a Node's name, IP address and PeerID to a local database to track which version of [KDF](https://github.com/KomodoPlatform/komodo-defi-framework) it is running.";

# add\_node\_to\_version\_stat

The `add_node_to_version_stat` method adds a Node's name, IP address and PeerID to a local database to track which version of MM2 it is running. The name parameter is an arbitrary identifying string, such as "seed\_alpha" or "dragonhound\_DEV". The address parameter is the node's IP address or domain names. The Peer ID can be found in the MM2 log file after a connection has been initiated, and looks like the below:
The `add_node_to_version_stat` method adds a Node's name, IP address and PeerID to a local database to track which version of [KDF](https://github.com/KomodoPlatform/komodo-defi-framework) it is running. The name parameter is an arbitrary identifying string, such as "seed\_alpha" or "dragonhound\_DEV". The address parameter is the node's IP address or domain names. The Peer ID can be found in the MM2 log file after a connection has been initiated, and looks like the below:

`07 09:33:58, atomicdex_behaviour:610] INFO Local peer id: PeerId("12D3KooWReXsTVCKGAna1tzrD1jaUttTSs17ULFuvvzoGD9bqmmA")
`
Expand Down Expand Up @@ -10455,11 +10455,11 @@ The `peer_connection_healthcheck` method checks if a peer is connected to the KD
}
```
export const title = "Komodo DeFi Framework Method: Remove Node from Version Stat";
export const description = "The remove_node_from_version_stat method removes a Node from the local database that tracks which version of MM2 it is running.";
export const description = "The remove_node_from_version_stat method removes a Node from the local database that tracks which version of [KDF](https://github.com/KomodoPlatform/komodo-defi-framework) it is running.";

# remove\_node\_from\_version\_stat

The `remove_node_from_version_stat` method removes a Node (by name) from the local database which tracks which version of MM2 it is running. The name parameter is an arbitrary identifying string, such as "seed\_alpha" or "dragonhound\_DEV".
The `remove_node_from_version_stat` method removes a Node (by name) from the local database which tracks which version of [KDF](https://github.com/KomodoPlatform/komodo-defi-framework) it is running. The name parameter is an arbitrary identifying string, such as "seed\_alpha" or "dragonhound\_DEV".

## Arguments

Expand Down
10 changes: 5 additions & 5 deletions data-for-gpts/komodo-defi-framework-content.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21037,11 +21037,11 @@ The request was failed due to a Komodo DeFi Framework API internal error.
}
```
export const title = "Komodo DeFi Framework Method: Add Node to Version Stat";
export const description = "The add_node_to_version_stat method adds a Node's name, IP address and PeerID to a local database to track which version of MM2 it is running.";
export const description = "The add_node_to_version_stat method adds a Node's name, IP address and PeerID to a local database to track which version of [KDF](https://github.com/KomodoPlatform/komodo-defi-framework) it is running.";

# add\_node\_to\_version\_stat

The `add_node_to_version_stat` method adds a Node's name, IP address and PeerID to a local database to track which version of MM2 it is running. The name parameter is an arbitrary identifying string, such as "seed\_alpha" or "dragonhound\_DEV". The address parameter is the node's IP address or domain names. The Peer ID can be found in the MM2 log file after a connection has been initiated, and looks like the below:
The `add_node_to_version_stat` method adds a Node's name, IP address and PeerID to a local database to track which version of [KDF](https://github.com/KomodoPlatform/komodo-defi-framework) it is running. The name parameter is an arbitrary identifying string, such as "seed\_alpha" or "dragonhound\_DEV". The address parameter is the node's IP address or domain names. The Peer ID can be found in the MM2 log file after a connection has been initiated, and looks like the below:

`07 09:33:58, atomicdex_behaviour:610] INFO Local peer id: PeerId("12D3KooWReXsTVCKGAna1tzrD1jaUttTSs17ULFuvvzoGD9bqmmA")
`
Expand Down Expand Up @@ -21723,11 +21723,11 @@ The `peer_connection_healthcheck` method checks if a peer is connected to the KD
}
```
export const title = "Komodo DeFi Framework Method: Remove Node from Version Stat";
export const description = "The remove_node_from_version_stat method removes a Node from the local database that tracks which version of MM2 it is running.";
export const description = "The remove_node_from_version_stat method removes a Node from the local database that tracks which version of [KDF](https://github.com/KomodoPlatform/komodo-defi-framework) it is running.";

# remove\_node\_from\_version\_stat

The `remove_node_from_version_stat` method removes a Node (by name) from the local database which tracks which version of MM2 it is running. The name parameter is an arbitrary identifying string, such as "seed\_alpha" or "dragonhound\_DEV".
The `remove_node_from_version_stat` method removes a Node (by name) from the local database which tracks which version of [KDF](https://github.com/KomodoPlatform/komodo-defi-framework) it is running. The name parameter is an arbitrary identifying string, such as "seed\_alpha" or "dragonhound\_DEV".

## Arguments

Expand Down Expand Up @@ -27737,7 +27737,7 @@ Then you can proceed to [download the coins configuration file](/komodo-defi-fra

##### Building from Source (Option 2)

If you decide to build from source, please follow the [Build Komodo DeFi Framework API from source guide](/komodo-defi-framework/tutorials/how-to-compile-mm2-from-source/)
If you decide to build from source, please follow the [Build Komodo DeFi Framework API from source guide](/komodo-defi-framework/tutorials/how-to-compile-kdf-from-source/)

#### Step 2: Download the Coins Configuration File

Expand Down
9 changes: 6 additions & 3 deletions filepathSlugs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3981,7 +3981,7 @@
"command-13",
"response-10"
],
"src/pages/komodo-defi-framework/tutorials/how-to-compile-mm2-from-source/index.mdx": [
"src/pages/komodo-defi-framework/tutorials/how-to-compile-kdf-from-source/index.mdx": [
"how-to-compile-komodo-de-fi-framework-api-from-source",
"installing-dependencies",
"step-1-os-packages",
Expand Down Expand Up @@ -4049,6 +4049,9 @@
"nodes",
"query-4",
"respose",
"stats-nodes",
"query-5",
"response-4",
"coin-tables",
"kmd-block-headers-cache",
"kmd-tx-address",
Expand Down Expand Up @@ -4093,8 +4096,8 @@
"src/pages/komodo-wallet/desktop/reset-configuration-to-default/index.mdx": [
"resetting-komodo-wallet-configuration-to-default"
],
"src/pages/komodo-wallet/desktop/send-commands-to-mm2-instance/index.mdx": [
"send-commands-to-an-mm-2-instance-being-run-by-komodo-wallet-desktop-using-postman"
"src/pages/komodo-wallet/desktop/send-commands-to-kdf-instance/index.mdx": [
"send-commands-to-a-kdf-instance-being-run-by-komodo-wallet-desktop-using-postman"
],
"src/pages/komodo-wallet/desktop/simple-view-trading/index.mdx": [
"simple-view-trading-on-komodo-wallet-desktop"
Expand Down
14 changes: 7 additions & 7 deletions preview-images/previewImgTimeStamps.json
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@
"optImgPath": "public/preview-images/pre-komodo-defi-framework-api-v20-start_simple_market_maker_bot-1609456080.jpg",
"optImgHash": 1609456080
},
"/komodo-defi-framework/api/v20/start_version_stat_collection": {
"/komodo-defi-framework/api/v20/utils/start_version_stat_collection": {
"origImgPath": "./preview-images-original/pre-komodo-defi-framework-api-v20-start_version_stat_collection.jpg",
"dateModified": "2024-03-12T16:57:58.000Z",
"optImgPath": "public/preview-images/pre-komodo-defi-framework-api-v20-start_version_stat_collection-1901016822.jpg",
Expand Down Expand Up @@ -1331,10 +1331,10 @@
"optImgPath": "public/preview-images/pre-komodo-defi-framework-tutorials-how-to-become-a-liquidity-provider-3437911842.jpg",
"optImgHash": 3437911842
},
"/komodo-defi-framework/tutorials/how-to-compile-mm2-from-source": {
"origImgPath": "./preview-images-original/pre-komodo-defi-framework-tutorials-how-to-compile-mm2-from-source.jpg",
"/komodo-defi-framework/tutorials/how-to-compile-kdf-from-source": {
"origImgPath": "./preview-images-original/pre-komodo-defi-framework-tutorials-how-to-compile-kdf-from-source.jpg",
"dateModified": "2024-03-08T15:53:57.000Z",
"optImgPath": "public/preview-images/pre-komodo-defi-framework-tutorials-how-to-compile-mm2-from-source-3233383454.jpg",
"optImgPath": "public/preview-images/pre-komodo-defi-framework-tutorials-how-to-compile-kdf-from-source-3233383454.jpg",
"optImgHash": 3233383454
},
"/komodo-defi-framework/tutorials": {
Expand Down Expand Up @@ -1925,10 +1925,10 @@
"optImgPath": "public/preview-images/pre-komodo-wallet-desktop-reset-configuration-to-default-824190692.jpg",
"optImgHash": 824190692
},
"/komodo-wallet/desktop/send-commands-to-mm2-instance": {
"origImgPath": "./preview-images-original/pre-komodo-wallet-desktop-send-commands-to-mm2-instance.jpg",
"/komodo-wallet/desktop/send-commands-to-kdf-instance": {
"origImgPath": "./preview-images-original/pre-komodo-wallet-desktop-send-commands-to-kdf-instance.jpg",
"dateModified": "2024-04-17T21:24:08.000Z",
"optImgPath": "public/preview-images/pre-komodo-wallet-desktop-send-commands-to-mm2-instance-2093959094.jpg",
"optImgPath": "public/preview-images/pre-komodo-wallet-desktop-send-commands-to-kdf-instance-2093959094.jpg",
"optImgHash": 2093959094
},
"/komodo-wallet/desktop/simple-view-trading": {
Expand Down
Loading