Skip to content

Commit 06a71d0

Browse files
Version Packages (rc) (#3102)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3663fee commit 06a71d0

File tree

79 files changed

+838
-40
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+838
-40
lines changed

.changeset/pre.json

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,75 +47,123 @@
4747
"@solana/tsconfig": "0.0.0",
4848
"@solana/ws-impl": "0.0.0",
4949
"@solana/fetch-impl": "0.0.0",
50-
"@solana/promises": "2.0.0-rc.0"
50+
"@solana/promises": "2.0.0-rc.0",
51+
"@solana/subscribable": "2.0.0-rc.1"
5152
},
5253
"changesets": [
54+
"beige-files-travel",
5355
"brave-chicken-own",
5456
"breezy-items-reflect",
57+
"bright-snakes-search",
5558
"calm-camels-decide",
5659
"calm-crabs-tease",
5760
"chatty-flies-end",
5861
"chilled-walls-scream",
5962
"chilled-waves-lay",
6063
"chilly-seas-act",
64+
"clever-ties-fix",
65+
"cool-bears-taste",
6166
"curly-kids-type",
6267
"curvy-stingrays-attend",
6368
"dry-glasses-roll",
6469
"early-eyes-mix",
70+
"fair-brooms-build",
71+
"fair-moles-collect",
6572
"famous-buttons-switch",
6673
"fast-cars-knock",
6774
"five-sloths-greet",
75+
"flat-ways-love",
76+
"forty-bananas-bow",
6877
"forty-queens-explode",
78+
"forty-ravens-train",
6979
"fuzzy-lizards-end",
80+
"giant-coins-complain",
81+
"giant-seals-mix",
82+
"gorgeous-foxes-type",
7083
"gorgeous-gorillas-sniff",
84+
"green-eels-applaud",
7185
"green-experts-hang",
7286
"heavy-students-relax",
7387
"honest-cheetahs-care",
7488
"honest-rivers-deny",
7589
"hot-penguins-explain",
7690
"late-mangos-doubt",
7791
"late-planets-breathe",
92+
"late-ravens-cross",
7893
"lazy-phones-fail",
94+
"light-bugs-compare",
95+
"light-owls-own",
7996
"little-berries-applaud",
97+
"little-zebras-guess",
98+
"loud-hotels-prove",
8099
"loud-otters-pull",
81100
"lovely-mice-promise",
82101
"mean-vans-behave",
83102
"metal-bees-lick",
84103
"metal-radios-switch",
104+
"metal-spoons-matter",
105+
"neat-cows-shop",
85106
"nervous-deers-roll",
107+
"nine-owls-roll",
86108
"nine-pots-notice",
87109
"odd-beds-punch",
110+
"olive-shrimps-lick",
111+
"orange-squids-think",
112+
"plenty-eyes-kick",
88113
"plenty-plums-drop",
89114
"poor-dogs-crash",
115+
"popular-buttons-repair",
90116
"pretty-rocks-argue",
117+
"pretty-worms-taste",
91118
"proud-poems-try",
92119
"purple-forks-rest",
93120
"quiet-hornets-look",
94121
"rare-goats-sell",
122+
"red-moose-flash",
95123
"rich-eggs-tease",
124+
"rotten-sloths-raise",
125+
"shaggy-seas-end",
96126
"sharp-steaks-admire",
97127
"shiny-birds-pay",
98128
"short-jokes-begin",
99129
"short-toes-perform",
100130
"silent-cooks-marry",
101131
"silly-months-happen",
132+
"silly-wombats-switch",
133+
"six-olives-hang",
102134
"sixty-dodos-smile",
135+
"sixty-months-relate",
136+
"slow-dragons-add",
137+
"small-cougars-smoke",
103138
"sour-mugs-press",
104139
"stale-turtles-hang",
140+
"strange-oranges-hang",
105141
"strong-pandas-marry",
142+
"stupid-tomatoes-reflect",
106143
"sweet-cobras-explode",
144+
"swift-clocks-occur",
145+
"tasty-cups-think",
146+
"ten-buckets-search",
107147
"tender-turtles-bake",
108148
"thick-masks-lie",
109149
"thick-radios-appear",
110150
"thick-radios-search",
111151
"tidy-wolves-share",
112152
"tricky-fishes-pull",
153+
"tricky-walls-doubt",
113154
"two-cougars-try",
155+
"unlucky-jars-travel",
114156
"unlucky-pumpkins-itch",
115157
"violet-brooms-report",
158+
"violet-eggs-whisper",
159+
"warm-dolls-yell",
160+
"warm-lizards-report",
116161
"warm-pears-sip",
162+
"weak-peaches-fly",
163+
"wet-colts-exist",
117164
"wicked-cougars-matter",
118165
"wicked-toys-hear",
166+
"wild-beers-hang",
119167
"wild-lobsters-kick"
120168
]
121169
}

packages/accounts/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @solana/accounts
22

3+
## 2.0.0-rc.2
4+
5+
### Patch Changes
6+
7+
- [#3213](https://github.com/solana-labs/solana-web3.js/pull/3213) [`3fc388f`](https://github.com/solana-labs/solana-web3.js/commit/3fc388f0b40243436a3ecbcd2af27ea8efa683e4) Thanks [@mcintyre94](https://github.com/mcintyre94)! - Clean up SolanaRpcApi: no longer extend RpcApiMethods + remove export
8+
9+
- [#3137](https://github.com/solana-labs/solana-web3.js/pull/3137) [`fd72c2e`](https://github.com/solana-labs/solana-web3.js/commit/fd72c2ed1edad488318fa5d3e285f04852f4210a) Thanks [@mcintyre94](https://github.com/mcintyre94)! - The build is now compatible with the Vercel Edge runtime and Cloudflare Workers through the addition of `edge-light` and `workerd` to the package exports.
10+
11+
- Updated dependencies [[`6b43588`](https://github.com/solana-labs/solana-web3.js/commit/6b4358864cb328d1b83f11c94b29f75e1b3d635f), [`292487d`](https://github.com/solana-labs/solana-web3.js/commit/292487da00ee57350e8faf49ccf961203aed6403), [`10b08ac`](https://github.com/solana-labs/solana-web3.js/commit/10b08ac8cdb61aa1412475426cfcaf0eefe32722), [`628177f`](https://github.com/solana-labs/solana-web3.js/commit/628177ffcc1be1c40e0c82d80743b07f695cfe69), [`3834d82`](https://github.com/solana-labs/solana-web3.js/commit/3834d82eb1dd150f261612d742c3105194689c13), [`06dcd86`](https://github.com/solana-labs/solana-web3.js/commit/06dcd86d830e866eb3ee7c47ea1bb99b8205bd1e), [`3c02c35`](https://github.com/solana-labs/solana-web3.js/commit/3c02c3582f5b87151b7ac1d9cd24b9d20f6945ea), [`1c25dd4`](https://github.com/solana-labs/solana-web3.js/commit/1c25dd4069a3a8f5599285c9b0eaeb71a2f897d1), [`3fc388f`](https://github.com/solana-labs/solana-web3.js/commit/3fc388f0b40243436a3ecbcd2af27ea8efa683e4), [`4f87d12`](https://github.com/solana-labs/solana-web3.js/commit/4f87d12cf942fbd4f427005d5ac41671ce28a22c), [`0245265`](https://github.com/solana-labs/solana-web3.js/commit/024526554fa0145e31e62a0d47f1eea556a30e71), [`a705413`](https://github.com/solana-labs/solana-web3.js/commit/a705413e357fb5c5907c5fc1df17d241bc5c0f76), [`91076ba`](https://github.com/solana-labs/solana-web3.js/commit/91076ba1884eb72880d1ee964b6800d90afb4460), [`38faba0`](https://github.com/solana-labs/solana-web3.js/commit/38faba05fab479ddbd95d0e211744d203f8aa823), [`f5660d2`](https://github.com/solana-labs/solana-web3.js/commit/f5660d2eb4d2ee5be8c9cd8e8b58a11de1a799bf), [`e1cb697`](https://github.com/solana-labs/solana-web3.js/commit/e1cb697d66dc906aa2433965452417e03cf86e13), [`fd72c2e`](https://github.com/solana-labs/solana-web3.js/commit/fd72c2ed1edad488318fa5d3e285f04852f4210a), [`d198638`](https://github.com/solana-labs/solana-web3.js/commit/d19863844cf28c252e6bedd7070e633692d9e46e), [`db144da`](https://github.com/solana-labs/solana-web3.js/commit/db144da362e3389837b56f97abfb766cc8c847c2)]:
12+
- @solana/rpc-spec@2.0.0-rc.2
13+
- @solana/addresses@2.0.0-rc.2
14+
- @solana/rpc-types@2.0.0-rc.2
15+
- @solana/errors@2.0.0-rc.2
16+
- @solana/codecs-strings@2.0.0-rc.2
17+
- @solana/codecs-core@2.0.0-rc.2
18+
319
## 2.0.0-rc.1
420

521
### Patch Changes

packages/accounts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/accounts",
3-
"version": "2.0.0-rc.1",
3+
"version": "2.0.0-rc.2",
44
"description": "Helpers for representing, fetching and decoding Solana accounts",
55
"exports": {
66
"edge-light": {

packages/addresses/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @solana/addresses
22

3+
## 2.0.0-rc.2
4+
5+
### Patch Changes
6+
7+
- [`292487d`](https://github.com/solana-labs/solana-web3.js/commit/292487da00ee57350e8faf49ccf961203aed6403) Thanks [@steveluscher](https://github.com/steveluscher)! - `isAddress()` no longer throws despite that the input might be unparseable as a base-58 string. Now, it correctly, simply, returns `false`.
8+
9+
- [#3137](https://github.com/solana-labs/solana-web3.js/pull/3137) [`fd72c2e`](https://github.com/solana-labs/solana-web3.js/commit/fd72c2ed1edad488318fa5d3e285f04852f4210a) Thanks [@mcintyre94](https://github.com/mcintyre94)! - The build is now compatible with the Vercel Edge runtime and Cloudflare Workers through the addition of `edge-light` and `workerd` to the package exports.
10+
11+
- Updated dependencies [[`441fa3a`](https://github.com/solana-labs/solana-web3.js/commit/441fa3a6c7c104961f935e65e259f40c10e82f8a), [`38faba0`](https://github.com/solana-labs/solana-web3.js/commit/38faba05fab479ddbd95d0e211744d203f8aa823), [`fd72c2e`](https://github.com/solana-labs/solana-web3.js/commit/fd72c2ed1edad488318fa5d3e285f04852f4210a)]:
12+
- @solana/assertions@2.0.0-rc.2
13+
- @solana/errors@2.0.0-rc.2
14+
- @solana/codecs-strings@2.0.0-rc.2
15+
- @solana/codecs-core@2.0.0-rc.2
16+
317
## 2.0.0-rc.1
418

519
### Patch Changes

packages/addresses/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/addresses",
3-
"version": "2.0.0-rc.1",
3+
"version": "2.0.0-rc.2",
44
"description": "Helpers for generating account addresses",
55
"exports": {
66
"edge-light": {

packages/assertions/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @solana/assertions
22

3+
## 2.0.0-rc.2
4+
5+
### Patch Changes
6+
7+
- [#3361](https://github.com/solana-labs/solana-web3.js/pull/3361) [`441fa3a`](https://github.com/solana-labs/solana-web3.js/commit/441fa3a6c7c104961f935e65e259f40c10e82f8a) Thanks [@steveluscher](https://github.com/steveluscher)! - Fixed a bug where calls to `isEd25519CurveSupported()` might have resulted in uncaught rejections bubbling up through the app, in cases where Ed25519 is not supported
8+
9+
- [#3137](https://github.com/solana-labs/solana-web3.js/pull/3137) [`fd72c2e`](https://github.com/solana-labs/solana-web3.js/commit/fd72c2ed1edad488318fa5d3e285f04852f4210a) Thanks [@mcintyre94](https://github.com/mcintyre94)! - The build is now compatible with the Vercel Edge runtime and Cloudflare Workers through the addition of `edge-light` and `workerd` to the package exports.
10+
11+
- Updated dependencies [[`38faba0`](https://github.com/solana-labs/solana-web3.js/commit/38faba05fab479ddbd95d0e211744d203f8aa823), [`fd72c2e`](https://github.com/solana-labs/solana-web3.js/commit/fd72c2ed1edad488318fa5d3e285f04852f4210a)]:
12+
- @solana/errors@2.0.0-rc.2
13+
314
## 2.0.0-rc.1
415

516
### Patch Changes

packages/assertions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/assertions",
3-
"version": "2.0.0-rc.1",
3+
"version": "2.0.0-rc.2",
44
"description": "Helpers for asserting that a JavaScript environment supports certain features necessary for the operation of the Solana JavaScript SDK",
55
"exports": {
66
"edge-light": {

packages/codecs-core/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @solana/codecs-core
22

3+
## 2.0.0-rc.2
4+
5+
### Patch Changes
6+
7+
- [#3137](https://github.com/solana-labs/solana-web3.js/pull/3137) [`fd72c2e`](https://github.com/solana-labs/solana-web3.js/commit/fd72c2ed1edad488318fa5d3e285f04852f4210a) Thanks [@mcintyre94](https://github.com/mcintyre94)! - The build is now compatible with the Vercel Edge runtime and Cloudflare Workers through the addition of `edge-light` and `workerd` to the package exports.
8+
9+
- Updated dependencies [[`38faba0`](https://github.com/solana-labs/solana-web3.js/commit/38faba05fab479ddbd95d0e211744d203f8aa823), [`fd72c2e`](https://github.com/solana-labs/solana-web3.js/commit/fd72c2ed1edad488318fa5d3e285f04852f4210a)]:
10+
- @solana/errors@2.0.0-rc.2
11+
312
## 2.0.0-rc.1
413

514
### Patch Changes

packages/codecs-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/codecs-core",
3-
"version": "2.0.0-rc.1",
3+
"version": "2.0.0-rc.2",
44
"description": "Core types and helpers for encoding and decoding byte arrays on Solana",
55
"exports": {
66
"edge-light": {

packages/codecs-data-structures/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @solana/codecs-data-structures
22

3+
## 2.0.0-rc.2
4+
5+
### Patch Changes
6+
7+
- [#3137](https://github.com/solana-labs/solana-web3.js/pull/3137) [`fd72c2e`](https://github.com/solana-labs/solana-web3.js/commit/fd72c2ed1edad488318fa5d3e285f04852f4210a) Thanks [@mcintyre94](https://github.com/mcintyre94)! - The build is now compatible with the Vercel Edge runtime and Cloudflare Workers through the addition of `edge-light` and `workerd` to the package exports.
8+
9+
- Updated dependencies [[`38faba0`](https://github.com/solana-labs/solana-web3.js/commit/38faba05fab479ddbd95d0e211744d203f8aa823), [`fd72c2e`](https://github.com/solana-labs/solana-web3.js/commit/fd72c2ed1edad488318fa5d3e285f04852f4210a)]:
10+
- @solana/errors@2.0.0-rc.2
11+
- @solana/codecs-numbers@2.0.0-rc.2
12+
- @solana/codecs-core@2.0.0-rc.2
13+
314
## 2.0.0-rc.1
415

516
### Patch Changes

0 commit comments

Comments
 (0)