mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-05 05:14:26 -08:00
fix ceiling remainder payout + implied auction completion status
This commit is contained in:
20
docs/static/openapi.yml
vendored
20
docs/static/openapi.yml
vendored
@@ -20165,8 +20165,6 @@ paths:
|
||||
leaseEnd:
|
||||
type: string
|
||||
format: uint64
|
||||
closed:
|
||||
type: boolean
|
||||
remaining:
|
||||
type: string
|
||||
pagination:
|
||||
@@ -20261,16 +20259,6 @@ paths:
|
||||
in: query
|
||||
required: false
|
||||
type: boolean
|
||||
- name: pagination.reverse
|
||||
description: >-
|
||||
reverse is set to true if results are to be returned in the
|
||||
descending order.
|
||||
|
||||
|
||||
Since: cosmos-sdk 0.43
|
||||
in: query
|
||||
required: false
|
||||
type: boolean
|
||||
tags:
|
||||
- Query
|
||||
'/cosmos-test/cosmostest/auction/{index}':
|
||||
@@ -20314,8 +20302,6 @@ paths:
|
||||
leaseEnd:
|
||||
type: string
|
||||
format: uint64
|
||||
closed:
|
||||
type: boolean
|
||||
remaining:
|
||||
type: string
|
||||
default:
|
||||
@@ -47510,8 +47496,6 @@ definitions:
|
||||
leaseEnd:
|
||||
type: string
|
||||
format: uint64
|
||||
closed:
|
||||
type: boolean
|
||||
remaining:
|
||||
type: string
|
||||
cosmostest.cosmostest.Bid:
|
||||
@@ -47573,8 +47557,6 @@ definitions:
|
||||
leaseEnd:
|
||||
type: string
|
||||
format: uint64
|
||||
closed:
|
||||
type: boolean
|
||||
remaining:
|
||||
type: string
|
||||
pagination:
|
||||
@@ -47648,8 +47630,6 @@ definitions:
|
||||
leaseEnd:
|
||||
type: string
|
||||
format: uint64
|
||||
closed:
|
||||
type: boolean
|
||||
remaining:
|
||||
type: string
|
||||
cosmostest.cosmostest.QueryGetNextAuctionResponse:
|
||||
|
||||
Reference in New Issue
Block a user