Releases: burnt-labs/xion
Releases · burnt-labs/xion
Release v4.0.0 (formerly v0.3.7)
Release v3.1.1 (formerly v0.3.6)
🛠️ Upgrades
- Pfm migration
- PR: #176
What's Changed
- Open up cors on the xion testnet docker build by @justinbarry in #140
- remove dependabot by @ash-burnt in #143
- AA Signature by @edjroz in #131
- JWT Integration Test by @ash-burnt in #129
- Fix
xiond export
by @froch in #162 - Point upgrades of cosmos/wasm/ibc dependencies by @ash-burnt in #159
- Trigger GH workflows on tags by @froch in #169
- Fix Docker build by @froch in #170
- Fix wasmvm version and checksums by @froch in #171
- query endpoints for webauthn validation by @ash-burnt in #147
- JWK Module + JWT Verification by @ash-burnt in #158
- ACL by @ash-burnt in #164
- Pfm migration by @edjroz in #176
Full Changelog: v3.1.0...v3.1.1
Release v3.1.0 (formerly v0.3.4)
📦 Uncategorized
- Bump github.com/cosmos/ibc-go/v7 from 7.2.0 to 7.3.0
- PR: #106
- Edjroz/audit/3/patch
- PR: #107
- Fix
xiond version
in containers, and auto release on tags- PR: #122
- Audit 3
- PR: #105
- Proto update for Inflation Query
- PR: #118
- Fixes for aa
- PR: #127
- Fix libwasmvm version
- PR: #130
- Bump actions/checkout from 3 to 4
- PR: #108
- Bump docker/login-action from 2 to 3
- PR: #111
- Bump docker/setup-buildx-action from 2 to 3
- PR: #113
- Bump docker/metadata-action from 4 to 5
- PR: #114
- Bump aws-actions/amazon-ecr-login from 1 to 2
- PR: #123
- Build docker image for local development and push to hub in CI
- PR: #133
- Fix GH docker push action
- PR: #135
- Wasm Updates
- PR: #137
Full Changelog: v3.0.0...v3.1.0
Release v3.0.0 (formerly v0.3.3)
What's Changed
- Feature: global fee ante handle sets gas for fee deduction by @edjroz in #97
- DAPP-573 - Fee Abstraction Module by @ash-burnt in #91
- add upgrade for fee abstraction by @ash-burnt in #101
adding fee abstraction
Full Changelog: v2.0.0...v3.0.0
Release v2.0.0 (formerly v0.3.2)
Notes
Proper store upgrade, ibc-hooks, packet forward middleware
Includes the globalfee module, account abstraction, a number of dependency upgrades and audit adjustments
What's Changed
- remove race condition from sendtest by @ash-burnt in #94
- ibc hooks and packet forward middleware by @ash-burnt in #93
Full Changelog: v1.0.0...v2.0.0
v1.0.0 (previously v0.1.0)
Our first release of Xion, a cosmsos-sdk v0.47.0 based blockchain featuring CosmWasm smart contracts and a custom mint module.
What's Changed
- Bump cosmossdk.io/math from 1.0.0-rc.0 to 1.0.0 by @dependabot in #4
- Bump github.com/cosmos/cosmos-proto from 1.0.0-beta.2 to 1.0.0-beta.3 by @dependabot in #3
- Mint by @bigs in #7
- Mint Tests by @ash-burnt in #10
- Bump github.com/CosmWasm/wasmvm from 1.2.1 to 1.2.2 by @dependabot in #15
- Bump actions/checkout from 2 to 3 by @dependabot in #13
- Bump actions/cache from 2 to 3 by @dependabot in #12
- Bump github.com/cosmos/gogoproto from 1.4.6 to 1.4.7 by @dependabot in #6
- Fix libwasmvm dependency by @bigs in #17
Full Changelog: https://github.com/burnt-labs/xion/commits/v1.0.0
Add migrations for previous release
Merge pull request #92 from burnt-labs/chore/rename-upgrade upgrade name change
GlobalFees, Account Abstraction, Audit
v0.3.0 Merge pull request #87 from burnt-labs/enhancement/migration/global-f…
Barberry
mint and tests
Merge pull request #46 from burnt-labs/ci/add-unit-tests Add CI unit tests