-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: delegate native logics to Finschia/cosmos-sdk (#1205)
* Update go.mod * Update simapp/go.mod * Update Makefile build * Remove x/nft * Remove x/authz * Remove x/group * Remove x/params * Remove x/circuit * Remove x/feegrant * Remove x/evidence * Remove x/slashing * Remove x/mint * Remove x/upgrade * Remove x/genutil * Remove x/gov * Remove x/distribution * Remove x/crisis * Remove x/simulation * Remove x/consensus * Remove x/auth * Remove x/tx * Update proto/buf.yaml * Remove proto/amino * Remove proto/cosmos * Remove proto/tendermint * Copy proto/lbm * Update proto/lbm * Update proto gen * Bump github.com/cosmos/cosmos-sdk from v0.50.1 to v0.50.2 * Remove tools * Remove math * Remove log * Remove collections * Remove core * Remove debinject * Remove errors * Remove orm * Remove store * Remove client * Remove codec * Remove runtime * Remove types * Remove server * Remove crypto * Remove version * Remove telemetry * Remove baseapp * Remove x/staking * Remove x/bank * Remove testutil * Update simapp imports * Fix proto gen * Update lint config * Use Finschia/cometbft * Update CODEOWNERS * Remove tests for a while * Update go.work.example * Lint * Update build workflow * Lint proto * Update protocgen * Update proto-swagger-gen * Remove token proto * Update swagger renames * Run proto-swagger-gen * Update pr labeler * Update test workflow * Fix localnet-start * Update config * Fix simapp test * Update pr labeler * Remove token from api * Copy CHANGELOG.md * Update CHANGELOG.md * Disable Docker pushes * Remove unused workflows * Comment out workflows not ready to use * Minimal updates on dependabot config * Remove docs
- Loading branch information
Showing
3,115 changed files
with
99,821 additions
and
1,283,012 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,74 +1,15 @@ | ||
"C:x/auth": | ||
- x/auth/**/* | ||
"C:x/authz": | ||
- x/authz/**/* | ||
"C:x/bank": | ||
- x/bank/**/* | ||
"C:x/crisis": | ||
- x/crisis/**/* | ||
"C:x/distribution": | ||
- x/distribution/**/* | ||
"C:x/evidence": | ||
- x/evidence/**/* | ||
"C:x/feegrant": | ||
- x/feegrant/**/* | ||
"C:x/genutil": | ||
- x/genutil/**/* | ||
"C:x/gov": | ||
- x/gov/**/* | ||
"C:x/group": | ||
- x/group/**/* | ||
"C:x/mint": | ||
- x/mint/**/* | ||
"C:x/nft": | ||
- x/nft/**/* | ||
"C:x/params": | ||
- x/params/**/* | ||
"C:Simulations": | ||
- x/simulation/**/* | ||
- x/*/simulation/**/* | ||
"C:x/slashing": | ||
- x/slashing/**/* | ||
"C:x/staking": | ||
- x/staking/**/* | ||
"C:x/upgrade": | ||
- x/upgrade/**/* | ||
"C:x/consensus": | ||
- x/consensus/**/* | ||
"C:x/circuit": | ||
- x/circuit/**/* | ||
"C:x/tx": | ||
- x/tx/**/* | ||
"C:collections": | ||
- collections/**/* | ||
"C:Cosmovisor": | ||
- tools/cosmovisor/**/* | ||
"C:Confix": | ||
- tools/confix/**/* | ||
"C:Hubl": | ||
- tools/hubl/**/* | ||
"C:Keys": | ||
- client/keys/**/* | ||
"Type: Build": | ||
"A: build": | ||
- Makefile | ||
- Dockerfile | ||
- docker-compose.yml | ||
- scripts/* | ||
"Type: CI": | ||
"A: CI": | ||
- .github/**/*.yml | ||
- buf.yaml | ||
- .mergify.yml | ||
- .golangci.yml | ||
"C:CLI": | ||
- client/**/* | ||
- x/*/client/**/* | ||
"Type: ADR": | ||
- docs/architecture/**/* | ||
"C:container": | ||
- container/**/* | ||
"C:Store": | ||
- store/**/* | ||
"C:orm": | ||
- orm/**/* | ||
"C:log": | ||
- log/* | ||
# "C:CLI": | ||
# - client/**/* | ||
# - x/*/client/**/* | ||
# "Type: ADR": | ||
# - docs/architecture/**/* |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.