Skip to content

Commit

Permalink
Merge pull request #56 from neutron-org/fix/empty-metadata
Browse files Browse the repository at this point in the history
fix: use neutron-sdk that fixes empty metadata_JSON field #ntrn-346
  • Loading branch information
pr0n00gler authored Jul 5, 2024
2 parents 5c64652 + 8128e3c commit 0406eae
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion contracts/dex/schema/dex_msg.json
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
]
},
{
"description": "Fill-or-Kill limit orders are taker limit orders that either successfully swap 100% of the supplied AmountIn or return an error. If there is insufficient liquidity to complete the trade at or above the supplied TickIndex a Fill-or-Kill order will return an error `codespace: dex, code: 1134` (https://github.com/neutron-org/neutron/blob/main/x/dex/types/errors.go#L107 ErrGoodTilOrderWithoutExpiration).",
"description": "Fill-or-Kill limit orders are taker limit orders that either successfully swap 100% of the supplied AmountIn or return an error. If there is insufficient liquidity to complete the trade at or above the supplied TickIndex a Fill-or-Kill order will return an error `codespace: dex, code: 1134` (<https://github.com/neutron-org/neutron/blob/main/x/dex/types/errors.go#L107> ErrGoodTilOrderWithoutExpiration).",
"type": "string",
"enum": [
"FILL_OR_KILL"
Expand Down
2 changes: 1 addition & 1 deletion contracts/dex/schema/dex_query.json
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@
]
},
{
"description": "Fill-or-Kill limit orders are taker limit orders that either successfully swap 100% of the supplied AmountIn or return an error. If there is insufficient liquidity to complete the trade at or above the supplied TickIndex a Fill-or-Kill order will return an error `codespace: dex, code: 1134` (https://github.com/neutron-org/neutron/blob/main/x/dex/types/errors.go#L107 ErrGoodTilOrderWithoutExpiration).",
"description": "Fill-or-Kill limit orders are taker limit orders that either successfully swap 100% of the supplied AmountIn or return an error. If there is insufficient liquidity to complete the trade at or above the supplied TickIndex a Fill-or-Kill order will return an error `codespace: dex, code: 1134` (<https://github.com/neutron-org/neutron/blob/main/x/dex/types/errors.go#L107> ErrGoodTilOrderWithoutExpiration).",
"type": "string",
"enum": [
"FILL_OR_KILL"
Expand Down
4 changes: 2 additions & 2 deletions contracts/reflect/schema/execute_msg.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"additionalProperties": false
},
{
"description": "Depreacteed Proposal to upgrade IBC client",
"description": "Deprecated. Proposal to upgrade IBC client",
"deprecated": true,
"type": "object",
"required": [
Expand Down Expand Up @@ -1166,7 +1166,7 @@
]
},
{
"description": "Fill-or-Kill limit orders are taker limit orders that either successfully swap 100% of the supplied AmountIn or return an error. If there is insufficient liquidity to complete the trade at or above the supplied TickIndex a Fill-or-Kill order will return an error `codespace: dex, code: 1134` (https://github.com/neutron-org/neutron/blob/main/x/dex/types/errors.go#L107 ErrGoodTilOrderWithoutExpiration).",
"description": "Fill-or-Kill limit orders are taker limit orders that either successfully swap 100% of the supplied AmountIn or return an error. If there is insufficient liquidity to complete the trade at or above the supplied TickIndex a Fill-or-Kill order will return an error `codespace: dex, code: 1134` (<https://github.com/neutron-org/neutron/blob/main/x/dex/types/errors.go#L107> ErrGoodTilOrderWithoutExpiration).",
"type": "string",
"enum": [
"FILL_OR_KILL"
Expand Down

0 comments on commit 0406eae

Please sign in to comment.