fix ceiling remainder payout + implied auction completion status

This commit is contained in:
2022-09-05 21:18:04 +00:00
parent 6c4ad8c55d
commit cf3b28217b
7 changed files with 61 additions and 105 deletions

View File

@@ -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: