Skip to content

Commit

Permalink
Merge branch 'dev' into add/kdf/active_swaps-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
smk762 committed Nov 25, 2024
2 parents b565d2a + aa4e6e7 commit 2a844c1
Show file tree
Hide file tree
Showing 46 changed files with 6,203 additions and 1,247 deletions.
1,587 changes: 1,295 additions & 292 deletions data-for-gpts/all-content.txt

Large diffs are not rendered by default.

1,390 changes: 1,101 additions & 289 deletions data-for-gpts/komodefi-api/all-api-content.txt

Large diffs are not rendered by default.

685 changes: 607 additions & 78 deletions data-for-gpts/komodefi-api/v20-api-content.txt

Large diffs are not rendered by default.

226 changes: 200 additions & 26 deletions data-for-gpts/komodefi-api/v20-dev-api-content.txt

Large diffs are not rendered by default.

1,587 changes: 1,295 additions & 292 deletions data-for-gpts/komodo-defi-framework-content.txt

Large diffs are not rendered by default.

120 changes: 88 additions & 32 deletions filepathSlugs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2020,6 +2020,7 @@
"tendermint-node",
"v2-1-0-current-release-2",
"v2-2-0-2",
"swap-v2-contracts",
"tokens-request",
"utxo-merge-params"
],
Expand Down Expand Up @@ -2071,12 +2072,14 @@
],
"src/pages/komodo-defi-framework/api/common_structures/nfts/index.mdx": [
"non-fungible-token-structures",
"nft-info-basic",
"nft-info",
"nft-filter",
"nft-transfer",
"nft-transfer-filter",
"nft-metadata",
"withdraw-nft-data"
"withdraw-nft-data",
"nft-provider"
],
"src/pages/komodo-defi-framework/api/common_structures/orders/index.mdx": [
"order-structures",
Expand Down Expand Up @@ -2793,14 +2796,19 @@
"response",
"request-with-get-balances-set-to-false",
"response-2",
"request-including-nft-initialization",
"response-3",
"error-responses",
"error-types",
"platform-is-already-activated-error",
"platform-config-is-not-found-error",
"coin-protocol-parse-error-error",
"unexpected-platform-protocol-error",
"token-config-is-not-found-error",
"token-protocol-parse-error-error",
"unexpected-token-protocol-error"
"unexpected-token-protocol-error",
"invalid-request-error",
"transport-error"
],
"src/pages/komodo-defi-framework/api/v20/enable_slp/index.mdx": [
"enable-slp",
Expand Down Expand Up @@ -2866,14 +2874,6 @@
"stop-eth-fee-estimator",
"response"
],
"src/pages/komodo-defi-framework/api/v20/get_current_mtp/index.mdx": [
"get-current-mtp",
"arguments",
"response",
"examples",
"command",
"response-success"
],
"src/pages/komodo-defi-framework/api/v20/get_enabled_coins/index.mdx": [
"get-enabled-coins",
"parameters",
Expand All @@ -2882,6 +2882,16 @@
"command",
"response-2"
],
"src/pages/komodo-defi-framework/api/v20/get_mnemonic/index.mdx": [
"get-mnemonic",
"arguments",
"response",
"examples",
"for-encrypted-output",
"response-success",
"for-plain-text-output",
"response-success-2"
],
"src/pages/komodo-defi-framework/api/v20/get_public_key/index.mdx": [
"get-public-key",
"arguments",
Expand Down Expand Up @@ -3044,15 +3054,6 @@
"command",
"response-2"
],
"src/pages/komodo-defi-framework/api/v20/peer_connection_healthcheck/index.mdx": [
"peer-connection-healthcheck",
"arguments",
"response",
"examples",
"command",
"response-peer-found",
"response-peer-not-found"
],
"src/pages/komodo-defi-framework/api/v20/recreate_swap_data/index.mdx": [
"recreate-swap-data",
"arguments",
Expand Down Expand Up @@ -3164,6 +3165,36 @@
"response-success",
"response-error-stats-collection-not-running"
],
"src/pages/komodo-defi-framework/api/v20/utils/get_current_mtp/index.mdx": [
"get-current-mtp",
"arguments",
"response",
"examples",
"command",
"response-success"
],
"src/pages/komodo-defi-framework/api/v20/utils/get_token_info/index.mdx": [
"get-token-info",
"arguments",
"response",
"examples",
"get-token-info-on-avalanche",
"response-success",
"error-responses",
"invalid-request-protocol-parent-coin-not-active"
],
"src/pages/komodo-defi-framework/api/v20/utils/index.mdx": [
"v2-utility-methods"
],
"src/pages/komodo-defi-framework/api/v20/utils/peer_connection_healthcheck/index.mdx": [
"peer-connection-healthcheck",
"arguments",
"response",
"examples",
"command",
"response-peer-found",
"response-peer-not-found"
],
"src/pages/komodo-defi-framework/api/v20/withdraw/index.mdx": [
"withdraw",
"arguments",
Expand Down Expand Up @@ -3411,7 +3442,15 @@
"example-to-clear-binance-smart-chain-and-polygon-nft-data",
"example-to-clear-all-nft-data",
"error-responses",
"unsupported-chain-type"
"unsupported-chain-type",
"invalid-request"
],
"src/pages/komodo-defi-framework/api/v20-dev/non_fungible_tokens/enable_nft/index.mdx": [
"enable-nft",
"response",
"error-platform-coin-is-not-yet-activated",
"error-token-already-activated",
"error-token-config-not-found-in-coins-file"
],
"src/pages/komodo-defi-framework/api/v20-dev/non_fungible_tokens/get_nft_list/index.mdx": [
"get-a-list-of-nfts",
Expand Down Expand Up @@ -3439,7 +3478,8 @@
"src/pages/komodo-defi-framework/api/v20-dev/non_fungible_tokens/index.mdx": [
"non-fungible-tokens-nfts",
"nft-information-methods",
"nft-transaction-methods"
"nft-transaction-methods",
"nft-utility-methods"
],
"src/pages/komodo-defi-framework/api/v20-dev/non_fungible_tokens/query_nft_database_tables/index.mdx": [
"query-nft-database-tables",
Expand All @@ -3453,12 +3493,16 @@
"src/pages/komodo-defi-framework/api/v20-dev/non_fungible_tokens/refresh_nft_metadata/index.mdx": [
"refresh-nft-metadata",
"request-parameters",
"example"
"example",
"error-responses"
],
"src/pages/komodo-defi-framework/api/v20-dev/non_fungible_tokens/update_nft/index.mdx": [
"update-nft",
"request-parameters",
"example"
"example",
"error-types",
"token-is-already-activated",
"token-is-already-activated-2"
],
"src/pages/komodo-defi-framework/api/v20-dev/non_fungible_tokens/withdraw_nft/index.mdx": [
"withdraw-nfts",
Expand Down Expand Up @@ -3668,18 +3712,27 @@
],
"src/pages/komodo-defi-framework/changelog/index.mdx": [
"change-log",
"komodo-de-fi-framework-v2-1-0-beta",
"essential-new-features-trading-protocol-upgrade-hd-wallet-event-streaming-and-seeds-management",
"komodo-de-fi-framework-v2-2-0-beta",
"custom-token-support-and-various-optimizations",
"release-notes",
"features",
"nb-backwards-compatibility-breaking-changes",
"new-contributors",
"enhancements",
"nb-backwards-compatibility-breaking-changes",
"removals",
"api-changes",
"bug-fixes",
"komodo-de-fi-framework-v2-0-0-beta",
"network-evolution-and-kmd-burn-enhancing-kmds-role-in-komodos-de-fi-framework",
"komodo-de-fi-framework-v2-1-0-beta",
"essential-new-features-trading-protocol-upgrade-hd-wallet-event-streaming-and-seeds-management",
"release-notes-2",
"features-2",
"nb-backwards-compatibility-breaking-changes-2",
"new-contributors",
"enhancements-2",
"bug-fixes-2",
"komodo-de-fi-framework-v2-0-0-beta",
"network-evolution-and-kmd-burn-enhancing-kmds-role-in-komodos-de-fi-framework",
"release-notes-3",
"nb-backwards-compatibility-breaking-changes-3",
"komodo-de-fi-framework-v1-0-7-beta",
"komodo-de-fi-framework-v1-0-6-beta",
"atomic-dex-v1-0-5-beta",
Expand Down Expand Up @@ -3710,6 +3763,7 @@
"example-not-allowing-weak-password",
"example-using-gas-api",
"example-wss-with-certificates",
"example-with-wallet-name-and-wallet-password",
"example-for-hd-wallets",
"coins-file-configuration",
"optional-environment-variables",
Expand Down Expand Up @@ -3920,9 +3974,11 @@
"nodes",
"query-4",
"respose",
"stats-nodes",
"query-5",
"response-4"
"coin-tables",
"kmd-block-headers-cache",
"kmd-tx-address",
"kmd-tx-cache",
"kmd-tx-history"
],
"src/pages/komodo-defi-framework/tutorials/setup-komodefi-api-aws/index.mdx": [
"how-to-setup-and-use-the-komodo-de-fi-framework-api-on-an-aws-ec-2-instance",
Expand Down
Loading

0 comments on commit 2a844c1

Please sign in to comment.