feat: migrate to docusaurus (#13471)

This commit is contained in:
Julien Robert
2022-10-10 14:01:53 +00:00
committed by GitHub
parent 7167371f87
commit a74989ddf4
226 changed files with 30164 additions and 9948 deletions
+2 -3
View File
@@ -1,6 +1,5 @@
---
parent:
order: false
sidebar_position: 1
---
# Specifications
@@ -18,7 +17,7 @@ block.
## Modules specifications
Go the [module directory](../../x/README.md)
Go the [module directory](https://github.com/cosmos/cosmos-sdk/blob/main/x/README.md)
## Tendermint
+5
View File
@@ -0,0 +1,5 @@
{
"label": "Specifications",
"position": 11,
"link": null
}
+1 -1
View File
@@ -18,4 +18,4 @@ While all user facing interfaces to Cosmos software should exposed Bech32 interf
To covert between other binary representation of addresses and keys, it is important to first apply the Amino encoding process before Bech32 encoding.
A complete implementation of the Amino serialization format is unnecessary in most cases. Simply prepending bytes from this [table](https://github.com/tendermint/spec/blob/master/spec/blockchain/encoding.md#public-key-cryptography) to the byte string payload before Bech32 encoding will sufficient for compatible representation.
A complete implementation of the Amino serialization format is unnecessary in most cases. Simply prepending bytes from this [table](https://github.com/tendermint/spec/blob/master/spec/blockchain/05-encoding.md#public-key-cryptography) to the byte string payload before Bech32 encoding will sufficient for compatible representation.
@@ -1,4 +1,4 @@
# TODO
# Reserve Pool
The reserve pool is the pool of collected funds for use by governance taken via the `CommunityTax`.
Currently with the Cosmos SDK, tokens collected by the CommunityTax are accounted for but unspendable.