From eea121d333826089f055e9ef0472e50c2b84beba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 22 May 2024 07:18:49 +0000 Subject: [PATCH] Version Packages (preview) --- .changeset/pre.json | 8 +++ packages/accounts/CHANGELOG.md | 14 ++++++ packages/accounts/package.json | 2 +- packages/addresses/CHANGELOG.md | 12 +++++ packages/addresses/package.json | 2 +- packages/assertions/CHANGELOG.md | 9 ++++ packages/assertions/package.json | 2 +- packages/codecs-core/CHANGELOG.md | 9 ++++ packages/codecs-core/package.json | 2 +- packages/codecs-data-structures/CHANGELOG.md | 45 +++++++++++++++++ packages/codecs-data-structures/package.json | 2 +- packages/codecs-numbers/CHANGELOG.md | 10 ++++ packages/codecs-numbers/package.json | 2 +- packages/codecs-strings/CHANGELOG.md | 13 +++++ packages/codecs-strings/package.json | 2 +- packages/codecs/CHANGELOG.md | 47 ++++++++++++++++++ packages/codecs/package.json | 2 +- packages/compat/CHANGELOG.md | 12 +++++ packages/compat/package.json | 2 +- packages/errors/CHANGELOG.md | 6 +++ packages/errors/package.json | 2 +- packages/fast-stable-stringify/CHANGELOG.md | 6 +++ packages/fast-stable-stringify/package.json | 2 +- packages/functional/CHANGELOG.md | 6 +++ packages/functional/package.json | 2 +- packages/instructions/CHANGELOG.md | 9 ++++ packages/instructions/package.json | 2 +- packages/keys/CHANGELOG.md | 14 ++++++ packages/keys/package.json | 2 +- packages/library/CHANGELOG.md | 29 +++++++++++ packages/library/package.json | 2 +- packages/options/CHANGELOG.md | 49 +++++++++++++++++++ packages/options/package.json | 2 +- packages/programs/CHANGELOG.md | 10 ++++ packages/programs/package.json | 2 +- packages/rpc-api/CHANGELOG.md | 19 +++++++ packages/rpc-api/package.json | 2 +- packages/rpc-graphql/CHANGELOG.md | 10 ++++ packages/rpc-graphql/package.json | 2 +- packages/rpc-parsed-types/CHANGELOG.md | 6 +++ packages/rpc-parsed-types/package.json | 2 +- packages/rpc-spec-types/CHANGELOG.md | 6 +++ packages/rpc-spec-types/package.json | 2 +- packages/rpc-spec/CHANGELOG.md | 10 ++++ packages/rpc-spec/package.json | 2 +- packages/rpc-subscriptions-api/CHANGELOG.md | 15 ++++++ packages/rpc-subscriptions-api/package.json | 2 +- packages/rpc-subscriptions-spec/CHANGELOG.md | 10 ++++ packages/rpc-subscriptions-spec/package.json | 2 +- .../CHANGELOG.md | 10 ++++ .../package.json | 2 +- packages/rpc-subscriptions/CHANGELOG.md | 16 ++++++ packages/rpc-subscriptions/package.json | 2 +- packages/rpc-transformers/CHANGELOG.md | 12 +++++ packages/rpc-transformers/package.json | 2 +- packages/rpc-transport-http/CHANGELOG.md | 10 ++++ packages/rpc-transport-http/package.json | 2 +- packages/rpc-types/CHANGELOG.md | 13 +++++ packages/rpc-types/package.json | 2 +- packages/rpc/CHANGELOG.md | 16 ++++++ packages/rpc/package.json | 2 +- packages/signers/CHANGELOG.md | 16 ++++++ packages/signers/package.json | 2 +- packages/sysvars/CHANGELOG.md | 12 +++++ packages/sysvars/package.json | 2 +- .../transaction-confirmation/CHANGELOG.md | 17 +++++++ .../transaction-confirmation/package.json | 2 +- packages/transaction-messages/CHANGELOG.md | 18 +++++++ packages/transaction-messages/package.json | 2 +- packages/transactions/CHANGELOG.md | 19 +++++++ packages/transactions/package.json | 2 +- .../webcrypto-ed25519-polyfill/CHANGELOG.md | 6 +++ .../webcrypto-ed25519-polyfill/package.json | 2 +- 73 files changed, 585 insertions(+), 36 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 482f3dc2b4b3..3316b25c3aa6 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -52,13 +52,16 @@ "breezy-items-reflect", "calm-crabs-tease", "chatty-flies-end", + "chilly-seas-act", "famous-buttons-switch", "gorgeous-gorillas-sniff", "green-experts-hang", "heavy-students-relax", + "honest-cheetahs-care", "honest-rivers-deny", "late-mangos-doubt", "late-planets-breathe", + "lazy-phones-fail", "little-berries-applaud", "loud-otters-pull", "lovely-mice-promise", @@ -69,15 +72,20 @@ "odd-beds-punch", "poor-dogs-crash", "pretty-rocks-argue", + "purple-forks-rest", "shiny-birds-pay", "short-toes-perform", "silly-months-happen", "sixty-dodos-smile", + "stale-turtles-hang", "strong-pandas-marry", "tender-turtles-bake", "thick-masks-lie", + "thick-radios-appear", "thick-radios-search", + "tidy-wolves-share", "tricky-fishes-pull", + "two-cougars-try", "violet-brooms-report", "wild-lobsters-kick" ] diff --git a/packages/accounts/CHANGELOG.md b/packages/accounts/CHANGELOG.md index 7aa3b87cc632..942c9360bbc6 100644 --- a/packages/accounts/CHANGELOG.md +++ b/packages/accounts/CHANGELOG.md @@ -1,5 +1,19 @@ # @solana/accounts +## 2.0.0-preview.4 + +### Patch Changes + +- [#2606](https://github.com/solana-labs/solana-web3.js/pull/2606) [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use commonjs package type + +- Updated dependencies [[`3bf31e7`](https://github.com/solana-labs/solana-web3.js/commit/3bf31e7b7918cb60cd9f5f4476909d81257cdfd7), [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b)]: + - @solana/codecs-strings@2.0.0-preview.4 + - @solana/codecs-core@2.0.0-preview.4 + - @solana/addresses@2.0.0-preview.4 + - @solana/rpc-types@2.0.0-preview.4 + - @solana/rpc-spec@2.0.0-preview.4 + - @solana/errors@2.0.0-preview.4 + ## 2.0.0-preview.3 ### Patch Changes diff --git a/packages/accounts/package.json b/packages/accounts/package.json index f34489c892b2..b0533aa89092 100644 --- a/packages/accounts/package.json +++ b/packages/accounts/package.json @@ -1,6 +1,6 @@ { "name": "@solana/accounts", - "version": "2.0.0-preview.3", + "version": "2.0.0-preview.4", "description": "Helpers for representing, fetching and decoding Solana accounts", "exports": { "browser": { diff --git a/packages/addresses/CHANGELOG.md b/packages/addresses/CHANGELOG.md index 0deb3b5a949b..f16add8b193c 100644 --- a/packages/addresses/CHANGELOG.md +++ b/packages/addresses/CHANGELOG.md @@ -1,5 +1,17 @@ # @solana/addresses +## 2.0.0-preview.4 + +### Patch Changes + +- [#2606](https://github.com/solana-labs/solana-web3.js/pull/2606) [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use commonjs package type + +- Updated dependencies [[`3bf31e7`](https://github.com/solana-labs/solana-web3.js/commit/3bf31e7b7918cb60cd9f5f4476909d81257cdfd7), [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b)]: + - @solana/codecs-strings@2.0.0-preview.4 + - @solana/codecs-core@2.0.0-preview.4 + - @solana/assertions@2.0.0-preview.4 + - @solana/errors@2.0.0-preview.4 + ## 2.0.0-preview.3 ### Patch Changes diff --git a/packages/addresses/package.json b/packages/addresses/package.json index 334c303aaaaa..527e5ceace16 100644 --- a/packages/addresses/package.json +++ b/packages/addresses/package.json @@ -1,6 +1,6 @@ { "name": "@solana/addresses", - "version": "2.0.0-preview.3", + "version": "2.0.0-preview.4", "description": "Helpers for generating account addresses", "exports": { "browser": { diff --git a/packages/assertions/CHANGELOG.md b/packages/assertions/CHANGELOG.md index e885eeae7043..88b18e2820b9 100644 --- a/packages/assertions/CHANGELOG.md +++ b/packages/assertions/CHANGELOG.md @@ -1,5 +1,14 @@ # @solana/assertions +## 2.0.0-preview.4 + +### Patch Changes + +- [#2606](https://github.com/solana-labs/solana-web3.js/pull/2606) [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use commonjs package type + +- Updated dependencies [[`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b)]: + - @solana/errors@2.0.0-preview.4 + ## 2.0.0-preview.3 ### Patch Changes diff --git a/packages/assertions/package.json b/packages/assertions/package.json index cdfc14c54572..c4fa1651ab80 100644 --- a/packages/assertions/package.json +++ b/packages/assertions/package.json @@ -1,6 +1,6 @@ { "name": "@solana/assertions", - "version": "2.0.0-preview.3", + "version": "2.0.0-preview.4", "description": "Helpers for asserting that a JavaScript environment supports certain features necessary for the operation of the Solana JavaScript SDK", "exports": { "browser": { diff --git a/packages/codecs-core/CHANGELOG.md b/packages/codecs-core/CHANGELOG.md index 1079b3586ef8..351b8759dc86 100644 --- a/packages/codecs-core/CHANGELOG.md +++ b/packages/codecs-core/CHANGELOG.md @@ -1,5 +1,14 @@ # @solana/codecs-core +## 2.0.0-preview.4 + +### Patch Changes + +- [#2606](https://github.com/solana-labs/solana-web3.js/pull/2606) [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use commonjs package type + +- Updated dependencies [[`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b)]: + - @solana/errors@2.0.0-preview.4 + ## 2.0.0-preview.3 ### Patch Changes diff --git a/packages/codecs-core/package.json b/packages/codecs-core/package.json index b5f761609706..ccb1b73aa4fd 100644 --- a/packages/codecs-core/package.json +++ b/packages/codecs-core/package.json @@ -1,6 +1,6 @@ { "name": "@solana/codecs-core", - "version": "2.0.0-preview.3", + "version": "2.0.0-preview.4", "description": "Core types and helpers for encoding and decoding byte arrays on Solana", "exports": { "browser": { diff --git a/packages/codecs-data-structures/CHANGELOG.md b/packages/codecs-data-structures/CHANGELOG.md index 9dcf748a44ec..301aeb99ff7d 100644 --- a/packages/codecs-data-structures/CHANGELOG.md +++ b/packages/codecs-data-structures/CHANGELOG.md @@ -1,5 +1,50 @@ # @solana/codecs-data-structures +## 2.0.0-preview.4 + +### Patch Changes + +- [#2715](https://github.com/solana-labs/solana-web3.js/pull/2715) [`26dae19`](https://github.com/solana-labs/solana-web3.js/commit/26dae190c2ec835fbdaa7b7d66ca33d6ba0727b8) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Consolidated `getNullableCodec` and `getOptionCodec` with their `Zeroable` counterparts and added more configurations + + Namely, the `prefix` option can now be set to `null` and the `fixed` option was replaced with the `noneValue` option which can be set to `"zeroes"` for `Zeroable` codecs or a custom byte array for custom representations of none values. This means the `getZeroableNullableCodec` and `getZeroableOptionCodec` functions were removed in favor of the new options. + + ```ts + // Before. + getZeroableNullableCodec(getU16Codec()); + + // After. + getNullableCodec(getU16Codec(), { noneValue: "zeroes", prefix: null }); + ``` + + Additionally, it is now possible to create nullable codecs that have no `prefix` nor `noneValue`. In this case, the existence of the nullable item is indicated by the presence of any remaining bytes left to decode. + + ```ts + const codec = getNullableCodec(getU16Codec(), { prefix: null }); + codec.encode(42); // 0x2a00 + codec.encode(null); // Encodes nothing. + codec.decode(new Uint8Array([42, 0])); // 42 + codec.decode(new Uint8Array([])); // null + ``` + + Also note that it is now possible for custom `noneValue` byte arrays to be of any length — previously, it had to match the fixed-size of the nullable item. + + Here is a recap of all supported scenarios, using a `u16` codec as an example: + + | `encode(42)` / `encode(null)` | No `noneValue` (default) | `noneValue: "zeroes"` | Custom `noneValue` (`0xff`) | + | ----------------------------- | ------------------------ | --------------------------- | --------------------------- | + | `u8` prefix (default) | `0x012a00` / `0x00` | `0x012a00` / `0x000000` | `0x012a00` / `0x00ff` | + | Custom `prefix` (`u16`) | `0x01002a00` / `0x0000` | `0x01002a00` / `0x00000000` | `0x01002a00` / `0x0000ff` | + | No `prefix` | `0x2a00` / `0x` | `0x2a00` / `0x0000` | `0x2a00` / `0xff` | + + Reciprocal changes were made with `getOptionCodec`. + +- [#2606](https://github.com/solana-labs/solana-web3.js/pull/2606) [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use commonjs package type + +- Updated dependencies [[`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b)]: + - @solana/codecs-numbers@2.0.0-preview.4 + - @solana/codecs-core@2.0.0-preview.4 + - @solana/errors@2.0.0-preview.4 + ## 2.0.0-preview.3 ### Patch Changes diff --git a/packages/codecs-data-structures/package.json b/packages/codecs-data-structures/package.json index 9e52b52eea88..da35165f64a3 100644 --- a/packages/codecs-data-structures/package.json +++ b/packages/codecs-data-structures/package.json @@ -1,6 +1,6 @@ { "name": "@solana/codecs-data-structures", - "version": "2.0.0-preview.3", + "version": "2.0.0-preview.4", "description": "Codecs for various data structures", "exports": { "browser": { diff --git a/packages/codecs-numbers/CHANGELOG.md b/packages/codecs-numbers/CHANGELOG.md index a99475998f99..d1ab9964067c 100644 --- a/packages/codecs-numbers/CHANGELOG.md +++ b/packages/codecs-numbers/CHANGELOG.md @@ -1,5 +1,15 @@ # @solana/codecs-numbers +## 2.0.0-preview.4 + +### Patch Changes + +- [#2606](https://github.com/solana-labs/solana-web3.js/pull/2606) [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use commonjs package type + +- Updated dependencies [[`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b)]: + - @solana/codecs-core@2.0.0-preview.4 + - @solana/errors@2.0.0-preview.4 + ## 2.0.0-preview.3 ### Patch Changes diff --git a/packages/codecs-numbers/package.json b/packages/codecs-numbers/package.json index ec1dc00cb9a4..86576b3735e1 100644 --- a/packages/codecs-numbers/package.json +++ b/packages/codecs-numbers/package.json @@ -1,6 +1,6 @@ { "name": "@solana/codecs-numbers", - "version": "2.0.0-preview.3", + "version": "2.0.0-preview.4", "description": "Codecs for numbers of different sizes and endianness", "exports": { "browser": { diff --git a/packages/codecs-strings/CHANGELOG.md b/packages/codecs-strings/CHANGELOG.md index 8e800844accc..4af5cffe321b 100644 --- a/packages/codecs-strings/CHANGELOG.md +++ b/packages/codecs-strings/CHANGELOG.md @@ -1,5 +1,18 @@ # @solana/codecs-strings +## 2.0.0-preview.4 + +### Patch Changes + +- [`3bf31e7`](https://github.com/solana-labs/solana-web3.js/commit/3bf31e7b7918cb60cd9f5f4476909d81257cdfd7) Thanks [@steveluscher](https://github.com/steveluscher)! - Converting a base16 string to a byte buffer is now between 2-3x faster (Thanks @tibi77!) + +- [#2606](https://github.com/solana-labs/solana-web3.js/pull/2606) [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use commonjs package type + +- Updated dependencies [[`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b)]: + - @solana/codecs-numbers@2.0.0-preview.4 + - @solana/codecs-core@2.0.0-preview.4 + - @solana/errors@2.0.0-preview.4 + ## 2.0.0-preview.3 ### Patch Changes diff --git a/packages/codecs-strings/package.json b/packages/codecs-strings/package.json index 50c10e015240..3609eefccfdb 100644 --- a/packages/codecs-strings/package.json +++ b/packages/codecs-strings/package.json @@ -1,6 +1,6 @@ { "name": "@solana/codecs-strings", - "version": "2.0.0-preview.3", + "version": "2.0.0-preview.4", "description": "Codecs for strings of different sizes and encodings", "exports": { "browser": { diff --git a/packages/codecs/CHANGELOG.md b/packages/codecs/CHANGELOG.md index 85cf8258beb4..78da32b8e3ba 100644 --- a/packages/codecs/CHANGELOG.md +++ b/packages/codecs/CHANGELOG.md @@ -1,5 +1,52 @@ # @solana/codecs +## 2.0.0-preview.4 + +### Patch Changes + +- [#2715](https://github.com/solana-labs/solana-web3.js/pull/2715) [`26dae19`](https://github.com/solana-labs/solana-web3.js/commit/26dae190c2ec835fbdaa7b7d66ca33d6ba0727b8) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Consolidated `getNullableCodec` and `getOptionCodec` with their `Zeroable` counterparts and added more configurations + + Namely, the `prefix` option can now be set to `null` and the `fixed` option was replaced with the `noneValue` option which can be set to `"zeroes"` for `Zeroable` codecs or a custom byte array for custom representations of none values. This means the `getZeroableNullableCodec` and `getZeroableOptionCodec` functions were removed in favor of the new options. + + ```ts + // Before. + getZeroableNullableCodec(getU16Codec()); + + // After. + getNullableCodec(getU16Codec(), { noneValue: "zeroes", prefix: null }); + ``` + + Additionally, it is now possible to create nullable codecs that have no `prefix` nor `noneValue`. In this case, the existence of the nullable item is indicated by the presence of any remaining bytes left to decode. + + ```ts + const codec = getNullableCodec(getU16Codec(), { prefix: null }); + codec.encode(42); // 0x2a00 + codec.encode(null); // Encodes nothing. + codec.decode(new Uint8Array([42, 0])); // 42 + codec.decode(new Uint8Array([])); // null + ``` + + Also note that it is now possible for custom `noneValue` byte arrays to be of any length — previously, it had to match the fixed-size of the nullable item. + + Here is a recap of all supported scenarios, using a `u16` codec as an example: + + | `encode(42)` / `encode(null)` | No `noneValue` (default) | `noneValue: "zeroes"` | Custom `noneValue` (`0xff`) | + | ----------------------------- | ------------------------ | --------------------------- | --------------------------- | + | `u8` prefix (default) | `0x012a00` / `0x00` | `0x012a00` / `0x000000` | `0x012a00` / `0x00ff` | + | Custom `prefix` (`u16`) | `0x01002a00` / `0x0000` | `0x01002a00` / `0x00000000` | `0x01002a00` / `0x0000ff` | + | No `prefix` | `0x2a00` / `0x` | `0x2a00` / `0x0000` | `0x2a00` / `0xff` | + + Reciprocal changes were made with `getOptionCodec`. + +- [#2606](https://github.com/solana-labs/solana-web3.js/pull/2606) [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use commonjs package type + +- Updated dependencies [[`3bf31e7`](https://github.com/solana-labs/solana-web3.js/commit/3bf31e7b7918cb60cd9f5f4476909d81257cdfd7), [`26dae19`](https://github.com/solana-labs/solana-web3.js/commit/26dae190c2ec835fbdaa7b7d66ca33d6ba0727b8), [`a29bfee`](https://github.com/solana-labs/solana-web3.js/commit/a29bfeeb2119d99906a31fb1e5103d8ebf783ceb), [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b)]: + - @solana/codecs-strings@2.0.0-preview.4 + - @solana/codecs-data-structures@2.0.0-preview.4 + - @solana/options@2.0.0-preview.4 + - @solana/codecs-numbers@2.0.0-preview.4 + - @solana/codecs-core@2.0.0-preview.4 + ## 2.0.0-preview.3 ### Patch Changes diff --git a/packages/codecs/package.json b/packages/codecs/package.json index ba9a69ad836e..d9e278095b48 100644 --- a/packages/codecs/package.json +++ b/packages/codecs/package.json @@ -1,6 +1,6 @@ { "name": "@solana/codecs", - "version": "2.0.0-preview.3", + "version": "2.0.0-preview.4", "description": "A library for encoding and decoding any data structure", "exports": { "browser": { diff --git a/packages/compat/CHANGELOG.md b/packages/compat/CHANGELOG.md index def804c88e6b..b3ac5e276947 100644 --- a/packages/compat/CHANGELOG.md +++ b/packages/compat/CHANGELOG.md @@ -1,5 +1,17 @@ # @solana/compat +## 2.0.0-preview.4 + +### Patch Changes + +- [#2606](https://github.com/solana-labs/solana-web3.js/pull/2606) [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use commonjs package type + +- Updated dependencies [[`cb49bfa`](https://github.com/solana-labs/solana-web3.js/commit/cb49bfa28f412376a41e758eeda59e7e90983147), [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b)]: + - @solana/keys@2.0.0-preview.4 + - @solana/transactions@2.0.0-preview.4 + - @solana/addresses@2.0.0-preview.4 + - @solana/errors@2.0.0-preview.4 + ## 2.0.0-preview.3 ### Patch Changes diff --git a/packages/compat/package.json b/packages/compat/package.json index 136926537ae4..0c61fa4acee5 100644 --- a/packages/compat/package.json +++ b/packages/compat/package.json @@ -1,6 +1,6 @@ { "name": "@solana/compat", - "version": "2.0.0-preview.3", + "version": "2.0.0-preview.4", "description": "Helpers for converting from legacy web3js classes", "exports": { "browser": { diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index f9137f11222f..cc3597ea0e6c 100644 --- a/packages/errors/CHANGELOG.md +++ b/packages/errors/CHANGELOG.md @@ -1,5 +1,11 @@ # @solana/errors +## 2.0.0-preview.4 + +### Patch Changes + +- [#2606](https://github.com/solana-labs/solana-web3.js/pull/2606) [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use commonjs package type + ## 2.0.0-preview.3 ### Patch Changes diff --git a/packages/errors/package.json b/packages/errors/package.json index 1997bc83499d..72f556eec85c 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -1,6 +1,6 @@ { "name": "@solana/errors", - "version": "2.0.0-preview.3", + "version": "2.0.0-preview.4", "description": "Throw, identify, and decode Solana JavaScript errors", "exports": { "browser": { diff --git a/packages/fast-stable-stringify/CHANGELOG.md b/packages/fast-stable-stringify/CHANGELOG.md index 3cfaa023ef98..f34392c62654 100644 --- a/packages/fast-stable-stringify/CHANGELOG.md +++ b/packages/fast-stable-stringify/CHANGELOG.md @@ -1,5 +1,11 @@ # @solana/fast-stable-stringify +## 2.0.0-preview.4 + +### Patch Changes + +- [#2606](https://github.com/solana-labs/solana-web3.js/pull/2606) [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use commonjs package type + ## 2.0.0-preview.3 ### Patch Changes diff --git a/packages/fast-stable-stringify/package.json b/packages/fast-stable-stringify/package.json index 122351576f91..15489c3e6147 100644 --- a/packages/fast-stable-stringify/package.json +++ b/packages/fast-stable-stringify/package.json @@ -1,6 +1,6 @@ { "name": "@solana/fast-stable-stringify", - "version": "2.0.0-preview.3", + "version": "2.0.0-preview.4", "description": "Deterministic stringification for when performance and bundle size matters", "exports": { "browser": { diff --git a/packages/functional/CHANGELOG.md b/packages/functional/CHANGELOG.md index ee54a8276ad7..cde0c682bcb2 100644 --- a/packages/functional/CHANGELOG.md +++ b/packages/functional/CHANGELOG.md @@ -1,5 +1,11 @@ # @solana/functional +## 2.0.0-preview.4 + +### Patch Changes + +- [#2606](https://github.com/solana-labs/solana-web3.js/pull/2606) [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use commonjs package type + ## 2.0.0-preview.3 ## 2.0.0-preview.2 diff --git a/packages/functional/package.json b/packages/functional/package.json index 6a1476139cd5..7ab6667477ca 100644 --- a/packages/functional/package.json +++ b/packages/functional/package.json @@ -1,6 +1,6 @@ { "name": "@solana/functional", - "version": "2.0.0-preview.3", + "version": "2.0.0-preview.4", "description": "Functional JavaScript helpers", "exports": { "browser": { diff --git a/packages/instructions/CHANGELOG.md b/packages/instructions/CHANGELOG.md index 43255b44f7fb..f57549f5a260 100644 --- a/packages/instructions/CHANGELOG.md +++ b/packages/instructions/CHANGELOG.md @@ -1,5 +1,14 @@ # @solana/instructions +## 2.0.0-preview.4 + +### Patch Changes + +- [#2606](https://github.com/solana-labs/solana-web3.js/pull/2606) [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use commonjs package type + +- Updated dependencies [[`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b)]: + - @solana/errors@2.0.0-preview.4 + ## 2.0.0-preview.3 ### Patch Changes diff --git a/packages/instructions/package.json b/packages/instructions/package.json index 17cd099622c0..bd85b4c4c848 100644 --- a/packages/instructions/package.json +++ b/packages/instructions/package.json @@ -1,6 +1,6 @@ { "name": "@solana/instructions", - "version": "2.0.0-preview.3", + "version": "2.0.0-preview.4", "description": "Helpers for creating transaction instructions", "exports": { "browser": { diff --git a/packages/keys/CHANGELOG.md b/packages/keys/CHANGELOG.md index acb0d7badbc0..2fcf152a5a2c 100644 --- a/packages/keys/CHANGELOG.md +++ b/packages/keys/CHANGELOG.md @@ -1,5 +1,19 @@ # @solana/keys +## 2.0.0-preview.4 + +### Patch Changes + +- [#2707](https://github.com/solana-labs/solana-web3.js/pull/2707) [`cb49bfa`](https://github.com/solana-labs/solana-web3.js/commit/cb49bfa28f412376a41e758eeda59e7e90983147) Thanks [@mcintyre94](https://github.com/mcintyre94)! - Allow creating keypairs and keys from ReadonlyUint8Array + +- [#2606](https://github.com/solana-labs/solana-web3.js/pull/2606) [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use commonjs package type + +- Updated dependencies [[`3bf31e7`](https://github.com/solana-labs/solana-web3.js/commit/3bf31e7b7918cb60cd9f5f4476909d81257cdfd7), [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b)]: + - @solana/codecs-strings@2.0.0-preview.4 + - @solana/codecs-core@2.0.0-preview.4 + - @solana/assertions@2.0.0-preview.4 + - @solana/errors@2.0.0-preview.4 + ## 2.0.0-preview.3 ### Patch Changes diff --git a/packages/keys/package.json b/packages/keys/package.json index 7fc5201548f7..7bc261d97025 100644 --- a/packages/keys/package.json +++ b/packages/keys/package.json @@ -1,6 +1,6 @@ { "name": "@solana/keys", - "version": "2.0.0-preview.3", + "version": "2.0.0-preview.4", "description": "Helpers for generating and transforming key material", "exports": { "browser": { diff --git a/packages/library/CHANGELOG.md b/packages/library/CHANGELOG.md index 672acb9b1f91..29df8d2c366c 100644 --- a/packages/library/CHANGELOG.md +++ b/packages/library/CHANGELOG.md @@ -1,5 +1,34 @@ # @solana/web3.js-experimental +## 2.0.0-preview.4 + +### Patch Changes + +- [#2728](https://github.com/solana-labs/solana-web3.js/pull/2728) [`f1e9ac2`](https://github.com/solana-labs/solana-web3.js/commit/f1e9ac2af579e4fbfb5550cbdbd971a87a4e4432) Thanks [@joncinque](https://github.com/joncinque)! - Simulate with the maximum quantity of compute units (1.4M) instead of `u32::MAX` + +- [#2606](https://github.com/solana-labs/solana-web3.js/pull/2606) [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use commonjs package type + +- [#2703](https://github.com/solana-labs/solana-web3.js/pull/2703) [`0908628`](https://github.com/solana-labs/solana-web3.js/commit/09086289a230aa1b780c1035408b48243ab960f2) Thanks [@steveluscher](https://github.com/steveluscher)! - Created a utility function to estimate the compute unit consumption of a transaction message + +- Updated dependencies [[`26dae19`](https://github.com/solana-labs/solana-web3.js/commit/26dae190c2ec835fbdaa7b7d66ca33d6ba0727b8), [`cb49bfa`](https://github.com/solana-labs/solana-web3.js/commit/cb49bfa28f412376a41e758eeda59e7e90983147), [`3d90241`](https://github.com/solana-labs/solana-web3.js/commit/3d902419c1b232fa7145757b9c95976de69790c7), [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b)]: + - @solana/codecs@2.0.0-preview.4 + - @solana/signers@2.0.0-preview.4 + - @solana/keys@2.0.0-preview.4 + - @solana/transaction-messages@2.0.0-preview.4 + - @solana/transaction-confirmation@2.0.0-preview.4 + - @solana/rpc-subscriptions@2.0.0-preview.4 + - @solana/rpc-parsed-types@2.0.0-preview.4 + - @solana/instructions@2.0.0-preview.4 + - @solana/transactions@2.0.0-preview.4 + - @solana/functional@2.0.0-preview.4 + - @solana/addresses@2.0.0-preview.4 + - @solana/rpc-types@2.0.0-preview.4 + - @solana/accounts@2.0.0-preview.4 + - @solana/programs@2.0.0-preview.4 + - @solana/sysvars@2.0.0-preview.4 + - @solana/errors@2.0.0-preview.4 + - @solana/rpc@2.0.0-preview.4 + ## 2.0.0-preview.3 ### Patch Changes diff --git a/packages/library/package.json b/packages/library/package.json index be1ef9282177..b2cada528e32 100644 --- a/packages/library/package.json +++ b/packages/library/package.json @@ -1,6 +1,6 @@ { "name": "@solana/web3.js-experimental", - "version": "2.0.0-preview.3", + "version": "2.0.0-preview.4", "description": "Solana Javascript API", "exports": { "browser": { diff --git a/packages/options/CHANGELOG.md b/packages/options/CHANGELOG.md index 23d9b33260ba..210441475474 100644 --- a/packages/options/CHANGELOG.md +++ b/packages/options/CHANGELOG.md @@ -1,5 +1,54 @@ # @solana/options +## 2.0.0-preview.4 + +### Patch Changes + +- [#2715](https://github.com/solana-labs/solana-web3.js/pull/2715) [`26dae19`](https://github.com/solana-labs/solana-web3.js/commit/26dae190c2ec835fbdaa7b7d66ca33d6ba0727b8) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Consolidated `getNullableCodec` and `getOptionCodec` with their `Zeroable` counterparts and added more configurations + + Namely, the `prefix` option can now be set to `null` and the `fixed` option was replaced with the `noneValue` option which can be set to `"zeroes"` for `Zeroable` codecs or a custom byte array for custom representations of none values. This means the `getZeroableNullableCodec` and `getZeroableOptionCodec` functions were removed in favor of the new options. + + ```ts + // Before. + getZeroableNullableCodec(getU16Codec()); + + // After. + getNullableCodec(getU16Codec(), { noneValue: "zeroes", prefix: null }); + ``` + + Additionally, it is now possible to create nullable codecs that have no `prefix` nor `noneValue`. In this case, the existence of the nullable item is indicated by the presence of any remaining bytes left to decode. + + ```ts + const codec = getNullableCodec(getU16Codec(), { prefix: null }); + codec.encode(42); // 0x2a00 + codec.encode(null); // Encodes nothing. + codec.decode(new Uint8Array([42, 0])); // 42 + codec.decode(new Uint8Array([])); // null + ``` + + Also note that it is now possible for custom `noneValue` byte arrays to be of any length — previously, it had to match the fixed-size of the nullable item. + + Here is a recap of all supported scenarios, using a `u16` codec as an example: + + | `encode(42)` / `encode(null)` | No `noneValue` (default) | `noneValue: "zeroes"` | Custom `noneValue` (`0xff`) | + | ----------------------------- | ------------------------ | --------------------------- | --------------------------- | + | `u8` prefix (default) | `0x012a00` / `0x00` | `0x012a00` / `0x000000` | `0x012a00` / `0x00ff` | + | Custom `prefix` (`u16`) | `0x01002a00` / `0x0000` | `0x01002a00` / `0x00000000` | `0x01002a00` / `0x0000ff` | + | No `prefix` | `0x2a00` / `0x` | `0x2a00` / `0x0000` | `0x2a00` / `0xff` | + + Reciprocal changes were made with `getOptionCodec`. + +- [#2573](https://github.com/solana-labs/solana-web3.js/pull/2573) [`a29bfee`](https://github.com/solana-labs/solana-web3.js/commit/a29bfeeb2119d99906a31fb1e5103d8ebf783ceb) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix missing export of Zeroable Option codecs + +- [#2606](https://github.com/solana-labs/solana-web3.js/pull/2606) [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use commonjs package type + +- Updated dependencies [[`3bf31e7`](https://github.com/solana-labs/solana-web3.js/commit/3bf31e7b7918cb60cd9f5f4476909d81257cdfd7), [`26dae19`](https://github.com/solana-labs/solana-web3.js/commit/26dae190c2ec835fbdaa7b7d66ca33d6ba0727b8), [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b)]: + - @solana/codecs-strings@2.0.0-preview.4 + - @solana/codecs-data-structures@2.0.0-preview.4 + - @solana/codecs-numbers@2.0.0-preview.4 + - @solana/codecs-core@2.0.0-preview.4 + - @solana/errors@2.0.0-preview.4 + ## 2.0.0-preview.3 ### Patch Changes diff --git a/packages/options/package.json b/packages/options/package.json index f9c6e57109f4..4c0bf28e3b40 100644 --- a/packages/options/package.json +++ b/packages/options/package.json @@ -1,6 +1,6 @@ { "name": "@solana/options", - "version": "2.0.0-preview.3", + "version": "2.0.0-preview.4", "description": "Managing and serializing Rust-like Option types in JavaScript", "exports": { "browser": { diff --git a/packages/programs/CHANGELOG.md b/packages/programs/CHANGELOG.md index 3980312bdebd..4530875705bd 100644 --- a/packages/programs/CHANGELOG.md +++ b/packages/programs/CHANGELOG.md @@ -1,5 +1,15 @@ # @solana/programs +## 2.0.0-preview.4 + +### Patch Changes + +- [#2606](https://github.com/solana-labs/solana-web3.js/pull/2606) [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use commonjs package type + +- Updated dependencies [[`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b)]: + - @solana/addresses@2.0.0-preview.4 + - @solana/errors@2.0.0-preview.4 + ## 2.0.0-preview.3 ### Patch Changes diff --git a/packages/programs/package.json b/packages/programs/package.json index 5c38532b41ea..2915b8f1030b 100644 --- a/packages/programs/package.json +++ b/packages/programs/package.json @@ -1,6 +1,6 @@ { "name": "@solana/programs", - "version": "2.0.0-preview.3", + "version": "2.0.0-preview.4", "description": "Helpers for defining programs and resolving program errors", "exports": { "browser": { diff --git a/packages/rpc-api/CHANGELOG.md b/packages/rpc-api/CHANGELOG.md index ae577c3be7dc..b491ec8cbfab 100644 --- a/packages/rpc-api/CHANGELOG.md +++ b/packages/rpc-api/CHANGELOG.md @@ -1,5 +1,24 @@ # @solana/rpc-api +## 2.0.0-preview.4 + +### Patch Changes + +- [#2606](https://github.com/solana-labs/solana-web3.js/pull/2606) [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use commonjs package type + +- Updated dependencies [[`3bf31e7`](https://github.com/solana-labs/solana-web3.js/commit/3bf31e7b7918cb60cd9f5f4476909d81257cdfd7), [`cb49bfa`](https://github.com/solana-labs/solana-web3.js/commit/cb49bfa28f412376a41e758eeda59e7e90983147), [`3d90241`](https://github.com/solana-labs/solana-web3.js/commit/3d902419c1b232fa7145757b9c95976de69790c7), [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b)]: + - @solana/codecs-strings@2.0.0-preview.4 + - @solana/keys@2.0.0-preview.4 + - @solana/transaction-messages@2.0.0-preview.4 + - @solana/rpc-parsed-types@2.0.0-preview.4 + - @solana/rpc-transformers@2.0.0-preview.4 + - @solana/transactions@2.0.0-preview.4 + - @solana/codecs-core@2.0.0-preview.4 + - @solana/addresses@2.0.0-preview.4 + - @solana/rpc-types@2.0.0-preview.4 + - @solana/rpc-spec@2.0.0-preview.4 + - @solana/errors@2.0.0-preview.4 + ## 2.0.0-preview.3 ### Patch Changes diff --git a/packages/rpc-api/package.json b/packages/rpc-api/package.json index a0926e91c401..094058cf7467 100644 --- a/packages/rpc-api/package.json +++ b/packages/rpc-api/package.json @@ -1,6 +1,6 @@ { "name": "@solana/rpc-api", - "version": "2.0.0-preview.3", + "version": "2.0.0-preview.4", "description": "Defines all default Solana RPC methods as types", "exports": { "browser": { diff --git a/packages/rpc-graphql/CHANGELOG.md b/packages/rpc-graphql/CHANGELOG.md index 8392c1b60d49..cd78335083b5 100644 --- a/packages/rpc-graphql/CHANGELOG.md +++ b/packages/rpc-graphql/CHANGELOG.md @@ -1,5 +1,15 @@ # @solana/rpc-graphql +## 2.0.0-preview.4 + +### Patch Changes + +- [#2606](https://github.com/solana-labs/solana-web3.js/pull/2606) [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use commonjs package type + +- Updated dependencies [[`3bf31e7`](https://github.com/solana-labs/solana-web3.js/commit/3bf31e7b7918cb60cd9f5f4476909d81257cdfd7), [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b)]: + - @solana/codecs-strings@2.0.0-preview.4 + - @solana/fast-stable-stringify@2.0.0-preview.4 + ## 2.0.0-preview.3 ### Patch Changes diff --git a/packages/rpc-graphql/package.json b/packages/rpc-graphql/package.json index 3f45e4dc1902..b571c3699677 100644 --- a/packages/rpc-graphql/package.json +++ b/packages/rpc-graphql/package.json @@ -1,6 +1,6 @@ { "name": "@solana/rpc-graphql", - "version": "2.0.0-preview.3", + "version": "2.0.0-preview.4", "description": "A library for resolving GraphQl query calls to the Solana JSON RPC API", "exports": { "browser": { diff --git a/packages/rpc-parsed-types/CHANGELOG.md b/packages/rpc-parsed-types/CHANGELOG.md index 10f5a2c04e17..f22ddb0f7199 100644 --- a/packages/rpc-parsed-types/CHANGELOG.md +++ b/packages/rpc-parsed-types/CHANGELOG.md @@ -1,5 +1,11 @@ # @solana/rpc-parsed-types +## 2.0.0-preview.4 + +### Patch Changes + +- [#2606](https://github.com/solana-labs/solana-web3.js/pull/2606) [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use commonjs package type + ## 2.0.0-preview.3 ## 2.0.0-preview.2 diff --git a/packages/rpc-parsed-types/package.json b/packages/rpc-parsed-types/package.json index ed8b70dc7a90..79f2ec72899b 100644 --- a/packages/rpc-parsed-types/package.json +++ b/packages/rpc-parsed-types/package.json @@ -1,6 +1,6 @@ { "name": "@solana/rpc-parsed-types", - "version": "2.0.0-preview.3", + "version": "2.0.0-preview.4", "description": "Type definitions for parsed types used in the Solana RPC", "exports": { "browser": { diff --git a/packages/rpc-spec-types/CHANGELOG.md b/packages/rpc-spec-types/CHANGELOG.md index 2a66c8b9a2c8..7f3447597291 100644 --- a/packages/rpc-spec-types/CHANGELOG.md +++ b/packages/rpc-spec-types/CHANGELOG.md @@ -1,5 +1,11 @@ # @solana/rpc-spec-types +## 2.0.0-preview.4 + +### Patch Changes + +- [#2606](https://github.com/solana-labs/solana-web3.js/pull/2606) [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use commonjs package type + ## 2.0.0-preview.3 ## 2.0.0-preview.2 diff --git a/packages/rpc-spec-types/package.json b/packages/rpc-spec-types/package.json index 931ebb58be08..44a8a6033a6e 100644 --- a/packages/rpc-spec-types/package.json +++ b/packages/rpc-spec-types/package.json @@ -1,6 +1,6 @@ { "name": "@solana/rpc-spec-types", - "version": "2.0.0-preview.3", + "version": "2.0.0-preview.4", "description": "Shared generic JSON RPC specifications", "exports": { "browser": { diff --git a/packages/rpc-spec/CHANGELOG.md b/packages/rpc-spec/CHANGELOG.md index 959f69dee14b..1571e96485a5 100644 --- a/packages/rpc-spec/CHANGELOG.md +++ b/packages/rpc-spec/CHANGELOG.md @@ -1,5 +1,15 @@ # @solana/rpc-spec +## 2.0.0-preview.4 + +### Patch Changes + +- [#2606](https://github.com/solana-labs/solana-web3.js/pull/2606) [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use commonjs package type + +- Updated dependencies [[`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b)]: + - @solana/rpc-spec-types@2.0.0-preview.4 + - @solana/errors@2.0.0-preview.4 + ## 2.0.0-preview.3 ### Patch Changes diff --git a/packages/rpc-spec/package.json b/packages/rpc-spec/package.json index 8b3c408edf8f..bb32653eba3b 100644 --- a/packages/rpc-spec/package.json +++ b/packages/rpc-spec/package.json @@ -1,6 +1,6 @@ { "name": "@solana/rpc-spec", - "version": "2.0.0-preview.3", + "version": "2.0.0-preview.4", "description": "A generic implementation of JSON RPCs using proxies", "exports": { "browser": { diff --git a/packages/rpc-subscriptions-api/CHANGELOG.md b/packages/rpc-subscriptions-api/CHANGELOG.md index 53eeecfd51e7..c42e6c09f0fb 100644 --- a/packages/rpc-subscriptions-api/CHANGELOG.md +++ b/packages/rpc-subscriptions-api/CHANGELOG.md @@ -1,5 +1,20 @@ # @solana/rpc-subscriptions-api +## 2.0.0-preview.4 + +### Patch Changes + +- [#2606](https://github.com/solana-labs/solana-web3.js/pull/2606) [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use commonjs package type + +- Updated dependencies [[`cb49bfa`](https://github.com/solana-labs/solana-web3.js/commit/cb49bfa28f412376a41e758eeda59e7e90983147), [`3d90241`](https://github.com/solana-labs/solana-web3.js/commit/3d902419c1b232fa7145757b9c95976de69790c7), [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b)]: + - @solana/keys@2.0.0-preview.4 + - @solana/transaction-messages@2.0.0-preview.4 + - @solana/rpc-subscriptions-spec@2.0.0-preview.4 + - @solana/rpc-transformers@2.0.0-preview.4 + - @solana/transactions@2.0.0-preview.4 + - @solana/addresses@2.0.0-preview.4 + - @solana/rpc-types@2.0.0-preview.4 + ## 2.0.0-preview.3 ### Patch Changes diff --git a/packages/rpc-subscriptions-api/package.json b/packages/rpc-subscriptions-api/package.json index b21bc994554b..f4a92061ad20 100644 --- a/packages/rpc-subscriptions-api/package.json +++ b/packages/rpc-subscriptions-api/package.json @@ -1,6 +1,6 @@ { "name": "@solana/rpc-subscriptions-api", - "version": "2.0.0-preview.3", + "version": "2.0.0-preview.4", "description": "Defines all default Solana RPC subscriptions as types", "exports": { "browser": { diff --git a/packages/rpc-subscriptions-spec/CHANGELOG.md b/packages/rpc-subscriptions-spec/CHANGELOG.md index e1dc628d4e29..24c464af47d7 100644 --- a/packages/rpc-subscriptions-spec/CHANGELOG.md +++ b/packages/rpc-subscriptions-spec/CHANGELOG.md @@ -1,5 +1,15 @@ # @solana/rpc-subscriptions-spec +## 2.0.0-preview.4 + +### Patch Changes + +- [#2606](https://github.com/solana-labs/solana-web3.js/pull/2606) [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use commonjs package type + +- Updated dependencies [[`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b)]: + - @solana/rpc-spec-types@2.0.0-preview.4 + - @solana/errors@2.0.0-preview.4 + ## 2.0.0-preview.3 ### Patch Changes diff --git a/packages/rpc-subscriptions-spec/package.json b/packages/rpc-subscriptions-spec/package.json index 9eaecfff8dd0..c7a5b4dafa42 100644 --- a/packages/rpc-subscriptions-spec/package.json +++ b/packages/rpc-subscriptions-spec/package.json @@ -1,6 +1,6 @@ { "name": "@solana/rpc-subscriptions-spec", - "version": "2.0.0-preview.3", + "version": "2.0.0-preview.4", "description": "A generic implementation of JSON RPC Subscriptions using proxies", "exports": { "browser": { diff --git a/packages/rpc-subscriptions-transport-websocket/CHANGELOG.md b/packages/rpc-subscriptions-transport-websocket/CHANGELOG.md index 124adf77e944..544c0efd54ae 100644 --- a/packages/rpc-subscriptions-transport-websocket/CHANGELOG.md +++ b/packages/rpc-subscriptions-transport-websocket/CHANGELOG.md @@ -1,5 +1,15 @@ # @solana/rpc-subscriptions-transport-websocket +## 2.0.0-preview.4 + +### Patch Changes + +- [#2606](https://github.com/solana-labs/solana-web3.js/pull/2606) [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use commonjs package type + +- Updated dependencies [[`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b)]: + - @solana/rpc-subscriptions-spec@2.0.0-preview.4 + - @solana/errors@2.0.0-preview.4 + ## 2.0.0-preview.3 ### Patch Changes diff --git a/packages/rpc-subscriptions-transport-websocket/package.json b/packages/rpc-subscriptions-transport-websocket/package.json index 0d822ed53187..0b5ac14ad0aa 100644 --- a/packages/rpc-subscriptions-transport-websocket/package.json +++ b/packages/rpc-subscriptions-transport-websocket/package.json @@ -1,6 +1,6 @@ { "name": "@solana/rpc-subscriptions-transport-websocket", - "version": "2.0.0-preview.3", + "version": "2.0.0-preview.4", "description": "An RPC Subscriptions transport that uses WebSockets", "exports": { "browser": { diff --git a/packages/rpc-subscriptions/CHANGELOG.md b/packages/rpc-subscriptions/CHANGELOG.md index 9cc351880ae3..97e9934b7a4d 100644 --- a/packages/rpc-subscriptions/CHANGELOG.md +++ b/packages/rpc-subscriptions/CHANGELOG.md @@ -1,5 +1,21 @@ # @solana/rpc-subscriptions +## 2.0.0-preview.4 + +### Patch Changes + +- [#2606](https://github.com/solana-labs/solana-web3.js/pull/2606) [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use commonjs package type + +- Updated dependencies [[`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b)]: + - @solana/rpc-subscriptions-transport-websocket@2.0.0-preview.4 + - @solana/rpc-subscriptions-spec@2.0.0-preview.4 + - @solana/fast-stable-stringify@2.0.0-preview.4 + - @solana/rpc-subscriptions-api@2.0.0-preview.4 + - @solana/rpc-transformers@2.0.0-preview.4 + - @solana/functional@2.0.0-preview.4 + - @solana/rpc-types@2.0.0-preview.4 + - @solana/errors@2.0.0-preview.4 + ## 2.0.0-preview.3 ### Patch Changes diff --git a/packages/rpc-subscriptions/package.json b/packages/rpc-subscriptions/package.json index ae77a0c02594..f96df5050268 100644 --- a/packages/rpc-subscriptions/package.json +++ b/packages/rpc-subscriptions/package.json @@ -1,6 +1,6 @@ { "name": "@solana/rpc-subscriptions", - "version": "2.0.0-preview.3", + "version": "2.0.0-preview.4", "description": "A library for subscribing to Solana RPC notifications", "exports": { "browser": { diff --git a/packages/rpc-transformers/CHANGELOG.md b/packages/rpc-transformers/CHANGELOG.md index 12555469aa09..7f2285b1b1c5 100644 --- a/packages/rpc-transformers/CHANGELOG.md +++ b/packages/rpc-transformers/CHANGELOG.md @@ -1,5 +1,17 @@ # @solana/rpc-transformers +## 2.0.0-preview.4 + +### Patch Changes + +- [#2606](https://github.com/solana-labs/solana-web3.js/pull/2606) [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use commonjs package type + +- Updated dependencies [[`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b)]: + - @solana/rpc-subscriptions-spec@2.0.0-preview.4 + - @solana/functional@2.0.0-preview.4 + - @solana/rpc-types@2.0.0-preview.4 + - @solana/rpc-spec@2.0.0-preview.4 + ## 2.0.0-preview.3 ### Patch Changes diff --git a/packages/rpc-transformers/package.json b/packages/rpc-transformers/package.json index c60f4164c0f7..bc77be72643c 100644 --- a/packages/rpc-transformers/package.json +++ b/packages/rpc-transformers/package.json @@ -1,6 +1,6 @@ { "name": "@solana/rpc-transformers", - "version": "2.0.0-preview.3", + "version": "2.0.0-preview.4", "description": "Reusable transformers for patching RPC inputs and outputs", "exports": { "browser": { diff --git a/packages/rpc-transport-http/CHANGELOG.md b/packages/rpc-transport-http/CHANGELOG.md index 2e490e0b2f61..772c8b05e2f6 100644 --- a/packages/rpc-transport-http/CHANGELOG.md +++ b/packages/rpc-transport-http/CHANGELOG.md @@ -1,5 +1,15 @@ # @solana/rpc-transport-http +## 2.0.0-preview.4 + +### Patch Changes + +- [#2606](https://github.com/solana-labs/solana-web3.js/pull/2606) [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use commonjs package type + +- Updated dependencies [[`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b)]: + - @solana/rpc-spec@2.0.0-preview.4 + - @solana/errors@2.0.0-preview.4 + ## 2.0.0-preview.3 ### Patch Changes diff --git a/packages/rpc-transport-http/package.json b/packages/rpc-transport-http/package.json index 6858693707a2..25f8e7903380 100644 --- a/packages/rpc-transport-http/package.json +++ b/packages/rpc-transport-http/package.json @@ -1,6 +1,6 @@ { "name": "@solana/rpc-transport-http", - "version": "2.0.0-preview.3", + "version": "2.0.0-preview.4", "description": "An RPC transport that uses HTTP requests", "exports": { "browser": { diff --git a/packages/rpc-types/CHANGELOG.md b/packages/rpc-types/CHANGELOG.md index b5c76e06a267..db4c05848263 100644 --- a/packages/rpc-types/CHANGELOG.md +++ b/packages/rpc-types/CHANGELOG.md @@ -1,5 +1,18 @@ # @solana/rpc-types +## 2.0.0-preview.4 + +### Patch Changes + +- [#2606](https://github.com/solana-labs/solana-web3.js/pull/2606) [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use commonjs package type + +- Updated dependencies [[`3bf31e7`](https://github.com/solana-labs/solana-web3.js/commit/3bf31e7b7918cb60cd9f5f4476909d81257cdfd7), [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b)]: + - @solana/codecs-strings@2.0.0-preview.4 + - @solana/codecs-numbers@2.0.0-preview.4 + - @solana/codecs-core@2.0.0-preview.4 + - @solana/addresses@2.0.0-preview.4 + - @solana/errors@2.0.0-preview.4 + ## 2.0.0-preview.3 ### Patch Changes diff --git a/packages/rpc-types/package.json b/packages/rpc-types/package.json index da1e6b2b9475..a1936beff539 100644 --- a/packages/rpc-types/package.json +++ b/packages/rpc-types/package.json @@ -1,6 +1,6 @@ { "name": "@solana/rpc-types", - "version": "2.0.0-preview.3", + "version": "2.0.0-preview.4", "description": "Type definitions for values used in the Solana RPC, and helper functions for working with them", "exports": { "browser": { diff --git a/packages/rpc/CHANGELOG.md b/packages/rpc/CHANGELOG.md index beae003b689a..fa4cdee0d908 100644 --- a/packages/rpc/CHANGELOG.md +++ b/packages/rpc/CHANGELOG.md @@ -1,5 +1,21 @@ # @solana/rpc +## 2.0.0-preview.4 + +### Patch Changes + +- [#2606](https://github.com/solana-labs/solana-web3.js/pull/2606) [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use commonjs package type + +- Updated dependencies [[`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b)]: + - @solana/fast-stable-stringify@2.0.0-preview.4 + - @solana/rpc-transport-http@2.0.0-preview.4 + - @solana/rpc-transformers@2.0.0-preview.4 + - @solana/functional@2.0.0-preview.4 + - @solana/rpc-types@2.0.0-preview.4 + - @solana/rpc-spec@2.0.0-preview.4 + - @solana/rpc-api@2.0.0-preview.4 + - @solana/errors@2.0.0-preview.4 + ## 2.0.0-preview.3 ### Patch Changes diff --git a/packages/rpc/package.json b/packages/rpc/package.json index 39c4afbed100..842aab334018 100644 --- a/packages/rpc/package.json +++ b/packages/rpc/package.json @@ -1,6 +1,6 @@ { "name": "@solana/rpc", - "version": "2.0.0-preview.3", + "version": "2.0.0-preview.4", "description": "A library for sending JSON RPC requests to Solana RPCs", "exports": { "browser": { diff --git a/packages/signers/CHANGELOG.md b/packages/signers/CHANGELOG.md index 75ed63fb8da3..9e8cbca8c4d7 100644 --- a/packages/signers/CHANGELOG.md +++ b/packages/signers/CHANGELOG.md @@ -1,5 +1,21 @@ # @solana/signers +## 2.0.0-preview.4 + +### Patch Changes + +- [#2707](https://github.com/solana-labs/solana-web3.js/pull/2707) [`cb49bfa`](https://github.com/solana-labs/solana-web3.js/commit/cb49bfa28f412376a41e758eeda59e7e90983147) Thanks [@mcintyre94](https://github.com/mcintyre94)! - Allow creating keypairs and keys from ReadonlyUint8Array + +- [#2606](https://github.com/solana-labs/solana-web3.js/pull/2606) [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use commonjs package type + +- Updated dependencies [[`cb49bfa`](https://github.com/solana-labs/solana-web3.js/commit/cb49bfa28f412376a41e758eeda59e7e90983147), [`3d90241`](https://github.com/solana-labs/solana-web3.js/commit/3d902419c1b232fa7145757b9c95976de69790c7), [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b)]: + - @solana/keys@2.0.0-preview.4 + - @solana/transaction-messages@2.0.0-preview.4 + - @solana/instructions@2.0.0-preview.4 + - @solana/transactions@2.0.0-preview.4 + - @solana/addresses@2.0.0-preview.4 + - @solana/errors@2.0.0-preview.4 + ## 2.0.0-preview.3 ### Patch Changes diff --git a/packages/signers/package.json b/packages/signers/package.json index daa77cb4dff0..d9ff7d578b90 100644 --- a/packages/signers/package.json +++ b/packages/signers/package.json @@ -1,6 +1,6 @@ { "name": "@solana/signers", - "version": "2.0.0-preview.3", + "version": "2.0.0-preview.4", "description": "An abstraction layer over signing messages and transactions in Solana", "exports": { "browser": { diff --git a/packages/sysvars/CHANGELOG.md b/packages/sysvars/CHANGELOG.md index 62ccb1793fb8..d85569b8b411 100644 --- a/packages/sysvars/CHANGELOG.md +++ b/packages/sysvars/CHANGELOG.md @@ -1,5 +1,17 @@ # @solana/sysvars +## 2.0.0-preview.4 + +### Patch Changes + +- [#2606](https://github.com/solana-labs/solana-web3.js/pull/2606) [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use commonjs package type + +- Updated dependencies [[`26dae19`](https://github.com/solana-labs/solana-web3.js/commit/26dae190c2ec835fbdaa7b7d66ca33d6ba0727b8), [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b)]: + - @solana/codecs@2.0.0-preview.4 + - @solana/rpc-types@2.0.0-preview.4 + - @solana/accounts@2.0.0-preview.4 + - @solana/errors@2.0.0-preview.4 + ## 2.0.0-preview.3 ### Patch Changes diff --git a/packages/sysvars/package.json b/packages/sysvars/package.json index 79398a19d120..17058bac1d9f 100644 --- a/packages/sysvars/package.json +++ b/packages/sysvars/package.json @@ -1,6 +1,6 @@ { "name": "@solana/sysvars", - "version": "2.0.0-preview.3", + "version": "2.0.0-preview.4", "description": "An abstraction layer over signing messages and transactions in Solana", "exports": { "browser": { diff --git a/packages/transaction-confirmation/CHANGELOG.md b/packages/transaction-confirmation/CHANGELOG.md index 3df8d5f55659..5fcecb121f1b 100644 --- a/packages/transaction-confirmation/CHANGELOG.md +++ b/packages/transaction-confirmation/CHANGELOG.md @@ -1,5 +1,22 @@ # @solana/transaction-confirmation +## 2.0.0-preview.4 + +### Patch Changes + +- [#2606](https://github.com/solana-labs/solana-web3.js/pull/2606) [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use commonjs package type + +- Updated dependencies [[`3bf31e7`](https://github.com/solana-labs/solana-web3.js/commit/3bf31e7b7918cb60cd9f5f4476909d81257cdfd7), [`cb49bfa`](https://github.com/solana-labs/solana-web3.js/commit/cb49bfa28f412376a41e758eeda59e7e90983147), [`3d90241`](https://github.com/solana-labs/solana-web3.js/commit/3d902419c1b232fa7145757b9c95976de69790c7), [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b)]: + - @solana/codecs-strings@2.0.0-preview.4 + - @solana/keys@2.0.0-preview.4 + - @solana/transaction-messages@2.0.0-preview.4 + - @solana/rpc-subscriptions@2.0.0-preview.4 + - @solana/transactions@2.0.0-preview.4 + - @solana/addresses@2.0.0-preview.4 + - @solana/rpc-types@2.0.0-preview.4 + - @solana/errors@2.0.0-preview.4 + - @solana/rpc@2.0.0-preview.4 + ## 2.0.0-preview.3 ### Patch Changes diff --git a/packages/transaction-confirmation/package.json b/packages/transaction-confirmation/package.json index b647c1e9594b..b360996a121a 100644 --- a/packages/transaction-confirmation/package.json +++ b/packages/transaction-confirmation/package.json @@ -1,6 +1,6 @@ { "name": "@solana/transaction-confirmation", - "version": "2.0.0-preview.3", + "version": "2.0.0-preview.4", "description": "Helpers for confirming Solana transactions", "exports": { "browser": { diff --git a/packages/transaction-messages/CHANGELOG.md b/packages/transaction-messages/CHANGELOG.md index 3e35596e4ead..3cf1e594e8d4 100644 --- a/packages/transaction-messages/CHANGELOG.md +++ b/packages/transaction-messages/CHANGELOG.md @@ -1,5 +1,23 @@ # @solana/transaction-messages +## 2.0.0-preview.4 + +### Patch Changes + +- [#2607](https://github.com/solana-labs/solana-web3.js/pull/2607) [`3d90241`](https://github.com/solana-labs/solana-web3.js/commit/3d902419c1b232fa7145757b9c95976de69790c7) Thanks [@mcintyre94](https://github.com/mcintyre94)! - Freeze the instructions and lifetimeConstraint fields within transaction messages + +- [#2606](https://github.com/solana-labs/solana-web3.js/pull/2606) [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use commonjs package type + +- Updated dependencies [[`26dae19`](https://github.com/solana-labs/solana-web3.js/commit/26dae190c2ec835fbdaa7b7d66ca33d6ba0727b8), [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b)]: + - @solana/codecs-data-structures@2.0.0-preview.4 + - @solana/codecs-numbers@2.0.0-preview.4 + - @solana/instructions@2.0.0-preview.4 + - @solana/codecs-core@2.0.0-preview.4 + - @solana/functional@2.0.0-preview.4 + - @solana/addresses@2.0.0-preview.4 + - @solana/rpc-types@2.0.0-preview.4 + - @solana/errors@2.0.0-preview.4 + ## 2.0.0-preview.3 ### Patch Changes diff --git a/packages/transaction-messages/package.json b/packages/transaction-messages/package.json index 1f9fd1132407..e9f086bfa899 100644 --- a/packages/transaction-messages/package.json +++ b/packages/transaction-messages/package.json @@ -1,6 +1,6 @@ { "name": "@solana/transaction-messages", - "version": "2.0.0-preview.3", + "version": "2.0.0-preview.4", "description": "Helpers for creating transaction messages", "exports": { "browser": { diff --git a/packages/transactions/CHANGELOG.md b/packages/transactions/CHANGELOG.md index fcedb56f2ba5..c222fced96d0 100644 --- a/packages/transactions/CHANGELOG.md +++ b/packages/transactions/CHANGELOG.md @@ -1,5 +1,24 @@ # @solana/transactions +## 2.0.0-preview.4 + +### Patch Changes + +- [#2606](https://github.com/solana-labs/solana-web3.js/pull/2606) [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use commonjs package type + +- Updated dependencies [[`3bf31e7`](https://github.com/solana-labs/solana-web3.js/commit/3bf31e7b7918cb60cd9f5f4476909d81257cdfd7), [`26dae19`](https://github.com/solana-labs/solana-web3.js/commit/26dae190c2ec835fbdaa7b7d66ca33d6ba0727b8), [`cb49bfa`](https://github.com/solana-labs/solana-web3.js/commit/cb49bfa28f412376a41e758eeda59e7e90983147), [`3d90241`](https://github.com/solana-labs/solana-web3.js/commit/3d902419c1b232fa7145757b9c95976de69790c7), [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b)]: + - @solana/codecs-strings@2.0.0-preview.4 + - @solana/codecs-data-structures@2.0.0-preview.4 + - @solana/keys@2.0.0-preview.4 + - @solana/transaction-messages@2.0.0-preview.4 + - @solana/codecs-numbers@2.0.0-preview.4 + - @solana/instructions@2.0.0-preview.4 + - @solana/codecs-core@2.0.0-preview.4 + - @solana/functional@2.0.0-preview.4 + - @solana/addresses@2.0.0-preview.4 + - @solana/rpc-types@2.0.0-preview.4 + - @solana/errors@2.0.0-preview.4 + ## 2.0.0-preview.3 ### Patch Changes diff --git a/packages/transactions/package.json b/packages/transactions/package.json index ddf5a9e48e1c..d5ffc2ffe483 100644 --- a/packages/transactions/package.json +++ b/packages/transactions/package.json @@ -1,6 +1,6 @@ { "name": "@solana/transactions", - "version": "2.0.0-preview.3", + "version": "2.0.0-preview.4", "description": "Helpers for creating and serializing transactions", "exports": { "browser": { diff --git a/packages/webcrypto-ed25519-polyfill/CHANGELOG.md b/packages/webcrypto-ed25519-polyfill/CHANGELOG.md index daf9de63349b..8ad1d411df9d 100644 --- a/packages/webcrypto-ed25519-polyfill/CHANGELOG.md +++ b/packages/webcrypto-ed25519-polyfill/CHANGELOG.md @@ -1,5 +1,11 @@ # @solana/webcrypto-ed25519-polyfill +## 2.0.0-preview.4 + +### Patch Changes + +- [#2606](https://github.com/solana-labs/solana-web3.js/pull/2606) [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use commonjs package type + ## 2.0.0-preview.3 ## 2.0.0-preview.2 diff --git a/packages/webcrypto-ed25519-polyfill/package.json b/packages/webcrypto-ed25519-polyfill/package.json index 447ac0ff3eee..c5e1a395f570 100644 --- a/packages/webcrypto-ed25519-polyfill/package.json +++ b/packages/webcrypto-ed25519-polyfill/package.json @@ -1,6 +1,6 @@ { "name": "@solana/webcrypto-ed25519-polyfill", - "version": "2.0.0-preview.3", + "version": "2.0.0-preview.4", "description": "A polyfill that adds Ed25519 key manipulation capabilities to `SubtleCrypto` in environments where it is not yet supported", "exports": { "browser": {