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

fix: bump go requirements to 1.17 to allow wasmvm to build #208

Merged
merged 1 commit into from
Mar 22, 2022

Conversation

daeMOn63
Copy link
Contributor

@daeMOn63 daeMOn63 commented Mar 17, 2022

From bumping wasmd version (from 8de5a5b), we now pull wasmvm v1.0.0-beta7 which I cannot get to build with go < 1.17. Given the requirements they list (see https://github.com/CosmWasm/wasmvm/tree/v1.0.0-beta7#supported-platforms), I guess we'd have to bump our min go requirements too.

@daeMOn63 daeMOn63 merged commit 1bde317 into integration/dorado Mar 22, 2022
@daeMOn63 daeMOn63 deleted the fix_wasm_0.24_build branch March 22, 2022 14:09
daeMOn63 added a commit that referenced this pull request Mar 23, 2022
* feat: upgrade fetchd to dorado version

Dependencies:

- bump cosmos-sdk to v0.45.1
- bump tendermint to v0.34.16
- bump wasmd to v0.23.0
- integrate ibc-go v2.0.3

Modules:

- update app and commands to integrate new feegrant and authz modules
- remove airdrop module

Commands:

- removed capricorn migration commands (stake-reconciliation-migrate and
  capricorn-migrate)

Remaining changes are only compatibility fixes with the new cosmos-sdk
version

* fix: missing ptr dereference in initAppConfig

* Update networks.md with dorado -rc1

* docs: add gas prices for testnet networks

* chores: bump ibc-go version (#205)

* fix: add back reconciliation command

* fix: bump wasmd to v0.24

bring back support to 20bytes long contract address (see: CosmWasm/wasmd#758)

* chores: wakeup CI

* fix: bump go requirements to 1.17 to allow wasmvm to build (#208)

* Dorado migration (#204)

* fix: bump go requirements to 1.17 to allow wasmvm to build

* feat: add dorado-migrate command

* chores: fmt

* feat: add initial nanonomx supply to dorado-migrate command

* docs: remove redundant info

* chores: switch cosmos-sdk to proper tagged version

* docs: update software versions

Co-authored-by: Ian Harris <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants