Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions crates/af-faucet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.18.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-faucet-v0.18.0...af-faucet-v0.18.1)

### ⚙️ Miscellaneous Tasks

- Updated the following local packages: af-sui-pkg-sdk, sui-framework-sdk - ([0000000](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/0000000))


## [0.18.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-faucet-v0.17.0...af-faucet-v0.18.0)

### ⛰️ Features
Expand Down
6 changes: 3 additions & 3 deletions crates/af-faucet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
description = "Move types for `AftermathFaucet` used in development"
name = "af-faucet"
version = "0.18.0"
version = "0.18.1"

authors.workspace = true
categories.workspace = true
Expand All @@ -27,6 +27,6 @@ workspace = true
# Public dependencies; a SemVer-breaking bump in one of these must come with a SemVer-breaking bump
# to this crate
# https://rust-lang.github.io/rfcs/3516-public-private-dependencies.html
af-sui-pkg-sdk = { version = "0.15.0", public = true, path = "../af-sui-pkg-sdk" }
sui-framework-sdk = { version = "0.17.0", public = true, path = "../sui-framework-sdk" }
af-sui-pkg-sdk = { version = "0.15.1", public = true, path = "../af-sui-pkg-sdk" }
sui-framework-sdk = { version = "0.17.1", public = true, path = "../sui-framework-sdk" }
sui-sdk-types = { version = "0.3", public = true }
7 changes: 7 additions & 0 deletions crates/af-iperps/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.46.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-iperps-v0.46.0...af-iperps-v0.46.1)

### ⚙️ Miscellaneous Tasks

- Updated the following local packages: af-move-type, af-sui-pkg-sdk, move-stdlib-sdk, sui-framework-sdk - ([0000000](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/0000000))


## [0.46.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-iperps-v0.45.0...af-iperps-v0.46.0)

### ⛰️ Features
Expand Down
10 changes: 5 additions & 5 deletions crates/af-iperps/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
description = "Move types for the `Perpetuals` package"
name = "af-iperps"
version = "0.46.0"
version = "0.46.1"

authors.workspace = true
categories.workspace = true
Expand Down Expand Up @@ -40,19 +40,19 @@ stop-orders = ["dep:fastcrypto"]
# Public dependencies; a SemVer-breaking bump in one of these must come with a SemVer-breaking bump
# to this crate
# https://rust-lang.github.io/rfcs/3516-public-private-dependencies.html
af-sui-pkg-sdk = { version = "0.15.0", public = true, path = "../af-sui-pkg-sdk" }
af-sui-pkg-sdk = { version = "0.15.1", public = true, path = "../af-sui-pkg-sdk" }
af-utilities = { version = "0.15.0", public = true, path = "../af-utilities" }
num_enum = { version = "0.7", public = true }
strum = { version = "0.28", public = true, features = ["derive"] }
sui-framework-sdk = { version = "0.17.0", public = true, path = "../sui-framework-sdk" }
sui-framework-sdk = { version = "0.17.1", public = true, path = "../sui-framework-sdk" }
sui-gql-client = { version = "0.26", public = true, default-features = false, optional = true, path = "../sui-gql-client" }
sui-sdk-types = { version = "0.3", public = true }

# TODO: remove this after using Rust's `Option` (see TODO in `lib.rs`)
move-stdlib-sdk = { version = "0.16.0", public = true, path = "../move-stdlib-sdk" }
move-stdlib-sdk = { version = "0.16.1", public = true, path = "../move-stdlib-sdk" }


af-move-type = { version = "0.18.0", path = "../af-move-type" }
af-move-type = { version = "0.18.1", path = "../af-move-type" }
af-sui-types = { version = "0.18.0", path = "../af-sui-types" }

clap = { version = "4", features = ["derive"] }
Expand Down
7 changes: 7 additions & 0 deletions crates/af-move-type/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.18.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-move-type-v0.18.0...af-move-type-v0.18.1)

### ⛰️ Features

- *(af-move-type)* Add AnyT - ([95dd0d4](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/95dd0d40b0be4e942a51591a5950c757c6650e5f))


## [0.18.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-move-type-v0.17.0...af-move-type-v0.18.0)

### ⛰️ Features
Expand Down
2 changes: 1 addition & 1 deletion crates/af-move-type/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
description = "Standard for representing Move types (`MoveType`) off-chain and their type tags."
name = "af-move-type"
version = "0.18.0"
version = "0.18.1"

authors.workspace = true
categories.workspace = true
Expand Down
7 changes: 7 additions & 0 deletions crates/af-pyth-wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.28.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-pyth-wrapper-v0.28.0...af-pyth-wrapper-v0.28.1)

### ⚙️ Miscellaneous Tasks

- Updated the following local packages: af-move-type, sui-framework-sdk - ([0000000](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/0000000))


## [0.28.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-pyth-wrapper-v0.27.0...af-pyth-wrapper-v0.28.0)

### ⛰️ Features
Expand Down
6 changes: 3 additions & 3 deletions crates/af-pyth-wrapper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
description = "Move types for Aftermath's `PythWrapper` package that extends `AfOracle`"
name = "af-pyth-wrapper"
version = "0.28.0"
version = "0.28.1"

authors.workspace = true
categories.workspace = true
Expand Down Expand Up @@ -43,9 +43,9 @@ af-sui-pkg-sdk = { version = "0.15", public = true, path = "../af-sui-pkg-sdk" }
sui-gql-client = { version = "0.26", public = true, optional = true, default-features = false, path = "../sui-gql-client" }
sui-sdk-types = { version = "0.3", public = true }

sui-framework-sdk = { version = "0.17.0", path = "../sui-framework-sdk" }
sui-framework-sdk = { version = "0.17.1", path = "../sui-framework-sdk" }

af-move-type = { version = "0.18.0", optional = true, path = "../af-move-type" }
af-move-type = { version = "0.18.1", optional = true, path = "../af-move-type" }
af-sui-types = { version = "0.18.0", optional = true, path = "../af-sui-types" }
extension-traits = { version = "2", optional = true }
thiserror = { version = "2", optional = true }
Expand Down
7 changes: 7 additions & 0 deletions crates/af-sui-pkg-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.15.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-sui-pkg-sdk-v0.15.0...af-sui-pkg-sdk-v0.15.1)

### ⚙️ Miscellaneous Tasks

- Updated the following local packages: af-move-type - ([0000000](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/0000000))


## [0.15.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-sui-pkg-sdk-v0.14.0...af-sui-pkg-sdk-v0.15.0)

### ⛰️ Features
Expand Down
4 changes: 2 additions & 2 deletions crates/af-sui-pkg-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
autotests = false
description = "Macro for generating `MoveStruct`s from Move source code"
name = "af-sui-pkg-sdk"
version = "0.15.0"
version = "0.15.1"

authors.workspace = true
categories.workspace = true
Expand All @@ -28,7 +28,7 @@ workspace = true
# Public dependencies; a SemVer-breaking bump in one of these must come with a SemVer-breaking bump
# to this crate
# https://rust-lang.github.io/rfcs/3516-public-private-dependencies.html
af-move-type = { version = "0.18.0", public = true, path = "../af-move-type" }
af-move-type = { version = "0.18.1", public = true, path = "../af-move-type" }
af-sui-types = { version = "0.18.0", public = true, features = ["u256"], path = "../af-sui-types" }
tabled = { version = "0.20", public = true }
# Because of `tabled`
Expand Down
7 changes: 7 additions & 0 deletions crates/af-switchboard-wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.35](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-switchboard-wrapper-v0.0.34...af-switchboard-wrapper-v0.0.35)

### ⚙️ Miscellaneous Tasks

- Updated the following local packages: af-move-type, af-sui-pkg-sdk, sui-framework-sdk - ([0000000](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/0000000))


## [0.0.34](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-switchboard-wrapper-v0.0.33...af-switchboard-wrapper-v0.0.34)

### ⛰️ Features
Expand Down
8 changes: 4 additions & 4 deletions crates/af-switchboard-wrapper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
description = "Move types for Aftermath's `SwitchboardWrapper` package that extends `AfOracle`"
name = "af-switchboard-wrapper"
version = "0.0.34"
version = "0.0.35"

authors.workspace = true
categories.workspace = true
Expand Down Expand Up @@ -39,14 +39,14 @@ ptb = ["dep:af-ptbuilder", "dep:extension-traits"]
# to this crate
# https://rust-lang.github.io/rfcs/3516-public-private-dependencies.html
af-ptbuilder = { version = "13.0.0", public = true, optional = true, path = "../af-ptbuilder" }
af-sui-pkg-sdk = { version = "0.15.0", public = true, path = "../af-sui-pkg-sdk" }
sui-framework-sdk = { version = "0.17.0", public = true, path = "../sui-framework-sdk" }
af-sui-pkg-sdk = { version = "0.15.1", public = true, path = "../af-sui-pkg-sdk" }
sui-framework-sdk = { version = "0.17.1", public = true, path = "../sui-framework-sdk" }
sui-gql-client = { version = "0.26", public = true, default-features = false, optional = true, path = "../sui-gql-client" }
sui-sdk-types = { version = "0.3", public = true }

extension-traits = { version = "2", optional = true }
thiserror = { version = "2", optional = true }
trait-variant = { version = "0.1", optional = true }

af-move-type = { version = "0.18.0", optional = true, path = "../af-move-type" }
af-move-type = { version = "0.18.1", optional = true, path = "../af-move-type" }
af-sui-types = { version = "0.18.0", optional = true, path = "../af-sui-types" }
7 changes: 7 additions & 0 deletions crates/move-stdlib-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.16.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/move-stdlib-sdk-v0.16.0...move-stdlib-sdk-v0.16.1)

### ⚙️ Miscellaneous Tasks

- Updated the following local packages: af-sui-pkg-sdk - ([0000000](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/0000000))


## [0.16.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/move-stdlib-sdk-v0.15.0...move-stdlib-sdk-v0.16.0)

### ⛰️ Features
Expand Down
4 changes: 2 additions & 2 deletions crates/move-stdlib-sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
description = "Move types for Sui's `MoveStdLib` package at address 0x1"
name = "move-stdlib-sdk"
version = "0.16.0"
version = "0.16.1"

authors.workspace = true
categories.workspace = true
Expand All @@ -27,7 +27,7 @@ workspace = true
# Public dependencies; a SemVer-breaking bump in one of these must come with a SemVer-breaking bump
# to this crate
# https://rust-lang.github.io/rfcs/3516-public-private-dependencies.html
af-sui-pkg-sdk = { version = "0.15.0", public = true, path = "../af-sui-pkg-sdk" }
af-sui-pkg-sdk = { version = "0.15.1", public = true, path = "../af-sui-pkg-sdk" }
sui-sdk-types = { version = "0.3", public = true }

thiserror = "2"
7 changes: 7 additions & 0 deletions crates/sui-framework-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.17.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-framework-sdk-v0.17.0...sui-framework-sdk-v0.17.1)

### ⚙️ Miscellaneous Tasks

- Updated the following local packages: af-move-type, af-sui-pkg-sdk, move-stdlib-sdk - ([0000000](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/0000000))


## [0.17.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-framework-sdk-v0.16.0...sui-framework-sdk-v0.17.0)

### ⛰️ Features
Expand Down
8 changes: 4 additions & 4 deletions crates/sui-framework-sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
description = "Move types for the Sui package at address 0x2"
name = "sui-framework-sdk"
version = "0.17.0"
version = "0.17.1"

authors.workspace = true
categories.workspace = true
Expand All @@ -27,10 +27,10 @@ workspace = true
# Public dependencies; a SemVer-breaking bump in one of these must come with a SemVer-breaking bump
# to this crate
# https://rust-lang.github.io/rfcs/3516-public-private-dependencies.html
af-move-type = { version = "0.18.0", public = true, path = "../af-move-type" }
af-sui-pkg-sdk = { version = "0.15.0", public = true, path = "../af-sui-pkg-sdk" }
af-move-type = { version = "0.18.1", public = true, path = "../af-move-type" }
af-sui-pkg-sdk = { version = "0.15.1", public = true, path = "../af-sui-pkg-sdk" }
af-sui-types = { version = "0.18.0", public = true, path = "../af-sui-types" }
move-stdlib-sdk = { version = "0.16.0", public = true, path = "../move-stdlib-sdk" }
move-stdlib-sdk = { version = "0.16.1", public = true, path = "../move-stdlib-sdk" }
sui-sdk-types = { version = "0.3", public = true }

derive_more = { version = "2", features = ["from"] }
Expand Down
7 changes: 7 additions & 0 deletions crates/sui-gql-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.26.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-gql-client-v0.26.0...sui-gql-client-v0.26.1)

### ⚙️ Miscellaneous Tasks

- Updated the following local packages: af-move-type - ([0000000](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/0000000))


## [0.26.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/sui-gql-client-v0.25.1...sui-gql-client-v0.26.0)

### ⛰️ Features
Expand Down
4 changes: 2 additions & 2 deletions crates/sui-gql-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
description = "Sui GraphQL RPC client by Aftermath using `cynic`"
name = "sui-gql-client"
version = "0.26.0"
version = "0.26.1"

authors.workspace = true
categories.workspace = true
Expand Down Expand Up @@ -30,7 +30,7 @@ workspace = true
# https://rust-lang.github.io/rfcs/3516-public-private-dependencies.html
# FIXME: this is in dire need of refactoring; see
# https://github.com/AftermathFinance/aftermath-sdk-rust/issues/181
af-move-type = { version = "0.18.0", public = true, path = "../af-move-type" }
af-move-type = { version = "0.18.1", public = true, path = "../af-move-type" }
af-sui-types = { version = "0.18.0", public = true, path = "../af-sui-types", features = ["hash"] }
bimap = { version = "0.6", public = true }
cynic = { version = "3", public = true, features = ["http-reqwest"] }
Expand Down
7 changes: 7 additions & 0 deletions crates/switchboard-sui-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.26](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/switchboard-sui-sdk-v0.0.25...switchboard-sui-sdk-v0.0.26)

### ⚙️ Miscellaneous Tasks

- Updated the following local packages: af-move-type, af-sui-pkg-sdk, move-stdlib-sdk, sui-framework-sdk - ([0000000](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/0000000))


## [0.0.25](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/switchboard-sui-sdk-v0.0.24...switchboard-sui-sdk-v0.0.25)

### ⛰️ Features
Expand Down
10 changes: 5 additions & 5 deletions crates/switchboard-sui-sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
description = "SDK for Switchboard's Sui package; maintained by Aftermath"
name = "switchboard-sui-sdk"
version = "0.0.25"
version = "0.0.26"

authors.workspace = true
categories.workspace = true
Expand Down Expand Up @@ -31,12 +31,12 @@ ptb = ["bytes/serde", "dep:af-ptbuilder", "dep:bytes", "dep:extension-traits"]
# to this crate
# https://rust-lang.github.io/rfcs/3516-public-private-dependencies.html
af-ptbuilder = { version = "13.0.0", public = true, optional = true, path = "../af-ptbuilder" }
af-sui-pkg-sdk = { version = "0.15.0", public = true, path = "../af-sui-pkg-sdk" }
move-stdlib-sdk = { version = "0.16.0", public = true, path = "../move-stdlib-sdk" }
sui-framework-sdk = { version = "0.17.0", public = true, path = "../sui-framework-sdk" }
af-sui-pkg-sdk = { version = "0.15.1", public = true, path = "../af-sui-pkg-sdk" }
move-stdlib-sdk = { version = "0.16.1", public = true, path = "../move-stdlib-sdk" }
sui-framework-sdk = { version = "0.17.1", public = true, path = "../sui-framework-sdk" }
sui-sdk-types = { version = "0.3", public = true }

af-move-type = { version = "0.18.0", path = "../af-move-type" }
af-move-type = { version = "0.18.1", path = "../af-move-type" }
af-sui-types = { version = "0.18.0", path = "../af-sui-types" }

bcs = "0.1"
Expand Down
7 changes: 7 additions & 0 deletions crates/wormhole-sui-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.17.1](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/wormhole-sui-sdk-v0.17.0...wormhole-sui-sdk-v0.17.1)

### ⚙️ Miscellaneous Tasks

- Updated the following local packages: af-sui-pkg-sdk, sui-framework-sdk - ([0000000](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/0000000))


## [0.17.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/wormhole-sui-sdk-v0.16.0...wormhole-sui-sdk-v0.17.0)

### ⛰️ Features
Expand Down
6 changes: 3 additions & 3 deletions crates/wormhole-sui-sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
description = "Move types for the Wormhole package"
name = "wormhole-sui-sdk"
version = "0.17.0"
version = "0.17.1"

authors.workspace = true
categories.workspace = true
Expand All @@ -27,6 +27,6 @@ workspace = true
# Public dependencies; a SemVer-breaking bump in one of these must come with a SemVer-breaking bump
# to this crate
# https://rust-lang.github.io/rfcs/3516-public-private-dependencies.html
af-sui-pkg-sdk = { version = "0.15.0", public = true, path = "../af-sui-pkg-sdk" }
sui-framework-sdk = { version = "0.17.0", public = true, path = "../sui-framework-sdk" }
af-sui-pkg-sdk = { version = "0.15.1", public = true, path = "../af-sui-pkg-sdk" }
sui-framework-sdk = { version = "0.17.1", public = true, path = "../sui-framework-sdk" }
sui-sdk-types = { version = "0.3", public = true }
Loading