mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-12-26 00:05:18 +00:00
remove vuepress comments from spec
This commit is contained in:
parent
c239932297
commit
08d6bc2284
@ -1,7 +1,3 @@
|
|||||||
<!--
|
|
||||||
order: 1
|
|
||||||
-->
|
|
||||||
|
|
||||||
# Concepts
|
# Concepts
|
||||||
|
|
||||||
Auctions are broken down into three distinct types, which correspond to three specific functionalities within the CDP system.
|
Auctions are broken down into three distinct types, which correspond to three specific functionalities within the CDP system.
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
<!--
|
|
||||||
order: 2
|
|
||||||
-->
|
|
||||||
|
|
||||||
# State
|
# State
|
||||||
|
|
||||||
## Parameters and genesis state
|
## Parameters and genesis state
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
<!--
|
|
||||||
order: 3
|
|
||||||
-->
|
|
||||||
|
|
||||||
# Messages
|
# Messages
|
||||||
|
|
||||||
## Bidding
|
## Bidding
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
<!--
|
|
||||||
order: 4
|
|
||||||
-->
|
|
||||||
|
|
||||||
# Events
|
# Events
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
<!--
|
|
||||||
order: 5
|
|
||||||
-->
|
|
||||||
|
|
||||||
# Parameters
|
# Parameters
|
||||||
|
|
||||||
The auction module contains the following parameters:
|
The auction module contains the following parameters:
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
<!--
|
# End Block
|
||||||
order: 6
|
|
||||||
-->
|
|
||||||
|
|
||||||
At the beginning of each block, auctions that have reached `EndTime` are closed. The logic to close auctions is as follows:
|
At the end of each block, auctions that have reached `EndTime` are closed. The logic to close auctions is as follows:
|
||||||
|
|
||||||
```go
|
```go
|
||||||
var expiredAuctions []uint64
|
var expiredAuctions []uint64
|
@ -1,10 +1,3 @@
|
|||||||
<!--
|
|
||||||
order: 0
|
|
||||||
title: Auction Overview
|
|
||||||
parent:
|
|
||||||
title: "auction"
|
|
||||||
-->
|
|
||||||
|
|
||||||
# `auction`
|
# `auction`
|
||||||
|
|
||||||
<!-- TOC -->
|
<!-- TOC -->
|
||||||
|
Loading…
Reference in New Issue
Block a user