Pulsar-2 testnet successfully upgraded to Shockwave Delta

The pulsar-2 testnet was successfully upgraded earlier today to Shockwave Delta! :tada:

  • Binaries (including secretcli) can be found here: Release v1.4.1-beta.2 · scrtlabs/SecretNetwork · GitHub
  • LocalSecret: docker run -it --rm -p 9091:9091 -p 26657:26657 -p 1317:1317 -p 5000:5000 --name localsecret ghcr.io/scrtlabs/localsecret:v1.4.1-beta.2
  • If you’re using secretjs@beta, please update to secretjs@alpha
  • If you’re using secretjs@0.17.5, please update to secretjs@0.17.6
  • If you’re using @stakeordie/griptape.js, please update to @stakeordie/griptape.js@alpha

Nodes info can be found here: GitHub - scrtlabs/api-registry: A registry of API endpoints for mainnet and testnet

Any and all feedback is welcome!

6 Likes

The pulsar-2 testnet was successfully upgraded to deploy a small Shockwave Delta bug fix! :tada:

  • Binaries (including secretcli) can be found here: Release v1.4.1-beta.3 · scrtlabs/SecretNetwork · GitHub
  • LocalSecret: docker run -it --rm -p 9091:9091 -p 26657:26657 -p 1317:1317 -p 5000:5000 --name localsecret ghcr.io/scrtlabs/localsecret:v1.4.1-beta.3
  • If you’re using secretjs@beta, please update to secretjs@alpha
  • If you’re using secretjs@0.17.6 or lower, please update to secretjs@0.17.7
  • If you’re using @stakeordie/griptape.js, please update to @stakeordie/griptape.js@alpha

The tx output data field is now protobuf encoded. You can decode it like this: secret.js/test.ts at 6e3c4530748aa736520889dc1dd1e64ee4aa8284 · scrtlabs/secret.js · GitHub Where MsgExecuteContractReaponse & MsgInstantiateContractResponse can be imported from "secretjs/dist/protobuf_stuff/secret/compute/v1beta1/msg"

Nodes info can be found here: GitHub - scrtlabs/api-registry: A registry of API endpoints for mainnet and testnet

Details about the bug fix can be found here: Release v1.4.0-beta.6 · scrtlabs/SecretNetwork · GitHub
Thanks to the Shade Protocol team for finding & reporting it!

Any and all feedback is welcome!

4 Likes