Skip to content
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

bump sdk 47, permissionless cosmwasm #842

Merged
merged 95 commits into from
Nov 3, 2023
Merged

bump sdk 47, permissionless cosmwasm #842

merged 95 commits into from
Nov 3, 2023

Conversation

cgsingh33
Copy link
Contributor

No description provided.

}

// GenAndDeliverTx generates a transactions and delivers it.
func GenAndDeliverTx(txCtx simulation.OperationInput, fees sdk.Coins, gas uint64) (simtypes.OperationMsg, []simtypes.FutureOperation, error) {
account := txCtx.AccountKeeper.GetAccount(txCtx.Context, txCtx.SimAccount.Address)
tx, err := helpers.GenTx(
tx, err := simtestutil.GenSignedMockTx(
rand.New(rand.NewSource(time.Now().UnixNano())),

Check warning

Code scanning / CodeQL

Calling the system time Warning

Calling the system time may be a possible source of non-determinism
func (s *KeeperTestHelper) Setup() {
t := s.T()
s.App = Setup(t, true)
s.Ctx = s.App.BaseApp.NewContext(false, tmtypes.Header{Height: 1, ChainID: "testing", Time: time.Now().UTC()})

Check warning

Code scanning / CodeQL

Calling the system time Warning test

Calling the system time may be a possible source of non-determinism
@cgsingh33 cgsingh33 changed the title exposed wasm binding for price, permissionless cosmwasm bump sdk 47, permissionless cosmwasm Nov 2, 2023
@dheerajkd30 dheerajkd30 merged commit c7c2715 into development Nov 3, 2023
9 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants