-
Notifications
You must be signed in to change notification settings - Fork 276
fix: allow preinstall in case account has a balance #1940
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| module github.com/crypto-org-chain/cronos | ||
|
|
||
| go 1.23.12 | ||
| go 1.25.0 | ||
|
|
||
| require ( | ||
| cosmossdk.io/api v0.9.2 | ||
|
|
@@ -39,10 +39,10 @@ require ( | |
| github.com/spf13/pflag v1.0.10 | ||
| github.com/spf13/viper v1.21.0 | ||
| github.com/stretchr/testify v1.11.1 | ||
| golang.org/x/crypto v0.41.0 | ||
| golang.org/x/crypto v0.44.0 | ||
| google.golang.org/genproto/googleapis/api v0.0.0-20250707201910-8d1bb00bc6a7 | ||
| google.golang.org/grpc v1.75.1 | ||
| google.golang.org/protobuf v1.36.10 | ||
| google.golang.org/protobuf v1.36.11 | ||
| gopkg.in/yaml.v2 v2.4.0 | ||
| ) | ||
|
|
||
|
|
@@ -260,12 +260,12 @@ require ( | |
| go.yaml.in/yaml/v3 v3.0.4 // indirect | ||
| golang.org/x/arch v0.17.0 // indirect | ||
| golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect | ||
| golang.org/x/net v0.43.0 // indirect | ||
| golang.org/x/net v0.47.0 // indirect | ||
| golang.org/x/oauth2 v0.30.0 // indirect | ||
| golang.org/x/sync v0.16.0 // indirect | ||
| golang.org/x/sys v0.35.0 // indirect | ||
| golang.org/x/term v0.34.0 // indirect | ||
| golang.org/x/text v0.28.0 // indirect | ||
| golang.org/x/sync v0.19.0 // indirect | ||
| golang.org/x/sys v0.38.0 // indirect | ||
| golang.org/x/term v0.37.0 // indirect | ||
| golang.org/x/text v0.32.0 // indirect | ||
| golang.org/x/time v0.10.0 // indirect | ||
| google.golang.org/api v0.222.0 // indirect | ||
| google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect | ||
|
|
@@ -303,7 +303,7 @@ replace ( | |
| // release/v1.15 | ||
| github.com/ethereum/go-ethereum => github.com/crypto-org-chain/go-ethereum v1.10.20-0.20250815065500-a4fbafcae0dd | ||
| // develop | ||
| github.com/evmos/ethermint => github.com/crypto-org-chain/ethermint v0.22.1-0.20251208051817-9f5d1db3246d | ||
| github.com/evmos/ethermint => github.com/thomas-nguy/ethermint v0.4.2-0.20251216120354-91058302724d | ||
|
||
| // Fix upstream GHSA-h395-qcrw-5vmq and GHSA-3vp4-m3rf-835h vulnerabilities. | ||
| // TODO Remove it: https://github.com/cosmos/cosmos-sdk/issues/10409 | ||
| github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.9.0 | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: crypto-org-chain/cronos
Length of output: 2584
Consider upgrading
golang.org/x/cryptoto v0.45.0 or later.The current version v0.44.0 contains security vulnerabilities (CVE-2025-58181, CVE-2025-47914) that are fixed in v0.45.0 and later. The
google.golang.org/protobufv1.36.11 update is a stable patch release with no breaking changes.🤖 Prompt for AI Agents