Skip to content

Commit

Permalink
Merge branch 'main' into pebbledb-default
Browse files Browse the repository at this point in the history
  • Loading branch information
freeelancer authored Nov 4, 2024
2 parents f59c13a + e2a4061 commit c990622
Show file tree
Hide file tree
Showing 17 changed files with 40,673 additions and 30,104 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,9 @@ jobs:
- name: install
run: make install
- name: validate genesis
run: mantrachaind genesis validate-genesis networks/dukong/genesis.json
run: |
for dir in networks/*/; do
if [ -f "$dir/genesis.json" ]; then
mantrachaind genesis validate-genesis "$dir/genesis.json"
fi
done
2 changes: 1 addition & 1 deletion .github/workflows/check-broken-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Link Checker
id: lychee
uses: lycheeverse/[email protected].0
uses: lycheeverse/[email protected].2
with:
args: --exclude-loopback --verbose --no-progress './**/*.md' './**/*.html'
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/visualize_genesis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
branches:
- main
paths:
- 'networks/dukong/genesis.json'
- 'networks/mantra-dukong-1/genesis.json'
- 'networks/mantra-1/genesis.json'
- 'networks/visualize_genesis.py'
- 'networks/template.tex'
- '.github/workflows/generate_pdf.yml'
Expand Down Expand Up @@ -48,4 +49,3 @@ jobs:
with:
name: Genesis Report
path: networks/report.pdf

373 changes: 373 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

10 changes: 9 additions & 1 deletion client/docs/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
"title": "DuKong - gRPC Gateway docs",
"title": "MANTRA - gRPC Gateway docs",
"description": "A REST interface for state queries, legacy transactions",
"version": "1.0.0"
},
Expand All @@ -17,6 +17,14 @@
{
"url": "./tmp-swagger-gen/connect/oracle/v2/query.swagger.json"
},
{
"url": "./tmp-swagger-gen/cosmwasm/wasm/v1/query.swagger.json",
"operationIds": {
"rename": {
"Params": "WasmParams"
}
}
},
{
"url": "./tmp-swagger-gen/ratelimit/v1/query.swagger.json",
"operationIds": {
Expand Down
2,464 changes: 1,296 additions & 1,168 deletions client/docs/static/openapi/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit c990622

Please sign in to comment.