SecretNetwork icon indicating copy to clipboard operation
SecretNetwork copied to clipboard

π•Š The Secret Network

Results 180 SecretNetwork issues
Sort by recently updated
recently updated
newest added

- [x] In `ContractInstance`/`start_engine()`, check whether the wasm is v0.10 or v1 ([using this export](https://github.com/CosmWasm/cosmwasm/blob/v0.16/packages/vm/README.md#compatibility)) and store it in `ContractInstance`, then (after the crypto stuff) according to the cosmwasm version,...

testing this: `For A,B=(user,init,exec): For C,D=(v1,v0.10): For E=(zero,one,multiple): For F=(have all coins,doesn't have at least one,have none): Send E funds from A to B, where A is C and B...

uses go 1.19 for github ci this is the original reason for #1066

Ioutil has been deprecated for quite some time, and we should not use it.

Go 1.19 contains some cryptographic tweaks and it seems to be a good idea to be early adopters. https://tip.golang.org/doc/go1.19 Changes: * golangci-lint with reasonable exclusions to avoid rewriting scrt *...

* adds /.vscode to the list of ignored files & paths * improves default vscode settings