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

Add tendermint activation to postman collection #318

Merged
merged 20 commits into from
Nov 17, 2024
Merged
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
b1d62f8
add tendermint activation to postman collection
smk762 Sep 6, 2024
0900f28
Add note and examples of tendermint activation breaking change
smk762 Sep 11, 2024
aa224eb
linting
smk762 Sep 11, 2024
b758181
rm duplicated common structure object
smk762 Sep 11, 2024
7a5a302
add note about `gui_auth` -> `komodo_auth`
smk762 Sep 11, 2024
843b8f2
linting
smk762 Sep 11, 2024
5820224
add missing `rpc_urls` param, duplicate EmvNode -> TendermintNode to …
smk762 Sep 13, 2024
2f139e9
[Bot] File and author data updated, validated and updated internal li…
smk762 Sep 13, 2024
1ca7a9d
Merge pull request #332 from KomodoPlatform/lint-fix-patches/postman/…
gcharang Sep 24, 2024
96a77d7
Merge branch 'dev' into postman/tendermint
smk762 Oct 30, 2024
fbc6a19
`gui_auth` -> `komodo_auth`
smk762 Oct 30, 2024
760d438
update postman collection `rpc_urls` -> `nodes`
smk762 Oct 30, 2024
5ff14c6
[Bot] File and author data updated, validated and updated internal li…
smk762 Oct 30, 2024
ee261a5
Merge pull request #363 from KomodoPlatform/lint-fix-patches/postman/…
gcharang Oct 31, 2024
837d9c0
Merge branch 'dev' into postman/tendermint
smk762 Nov 1, 2024
5a0dd73
proxy, not auth
smk762 Nov 1, 2024
7a1b9e3
update postman
smk762 Nov 1, 2024
fe3192d
update description with link to repo
smk762 Nov 9, 2024
51a98c2
[Bot] File and author data updated, validated and updated internal li…
smk762 Nov 9, 2024
fabd3c5
Merge pull request #370 from KomodoPlatform/lint-fix-patches/postman/…
gcharang Nov 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions filepathSlugs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2015,6 +2015,11 @@
"coin-protocol",
"coin-protocol-data",
"evm-node",
"v2-1-0-current-release",
"v2-2-0",
"tendermint-node",
"v2-1-0-current-release-2",
"v2-2-0-2",
"tokens-request",
"utxo-merge-params"
],
Expand Down Expand Up @@ -2801,10 +2806,12 @@
"request-parameters",
"response-parameters",
"examples",
"request-default-optional-values",
"request-using-rpc-urls-parameter-kdf-version-2-2-0",
"response",
"request-with-get-balances-set-to-false",
"response-2",
"request-using-nodes-parameter-kdf-version-2-2-0",
"response-3",
"error-types",
"platform-config-is-not-found-error",
"platform-is-already-activated-error",
Expand Down Expand Up @@ -2891,7 +2898,6 @@
"example-without-balances",
"balance-info",
"derivation-method",
"evm-node",
"coin-protocol",
"coin-protocol-data",
"confirmation-targets",
Expand Down
Loading
Loading