Skip to content

Commit 99aef20

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents 753d7c0 + b4be460 commit 99aef20

File tree

9 files changed

+546
-140
lines changed

9 files changed

+546
-140
lines changed

CHANGELOG.md

Lines changed: 99 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,101 @@
1+
# [0.9.0](https://github.com/starknet-io/types-js/compare/v0.8.4...v0.9.0) (2025-08-18)
2+
3+
4+
### Bug Fixes
5+
6+
* add excplusive OneOf to the most of the unions, TRANSACTION_TRACE should be fixed if spec is correct ([d4dda7e](https://github.com/starknet-io/types-js/commit/d4dda7e456c5d0ecc189c213e0e9dfed563a472f))
7+
* beta update ([d10b199](https://github.com/starknet-io/types-js/commit/d10b199346dedda1f37073405cef428f46d63a7d))
8+
* consts transaction status ([#44](https://github.com/starknet-io/types-js/issues/44)) ([68bfa2f](https://github.com/starknet-io/types-js/commit/68bfa2fced110d1b107bd204834c5d5d0f4873b8))
9+
* export all from executable ([175e8ab](https://github.com/starknet-io/types-js/commit/175e8aba665688a26feb8e4042ebd395c6395a55))
10+
* export CompiledCasm response type, add logo svg ([5a019eb](https://github.com/starknet-io/types-js/commit/5a019ebc8f5d15c55b42a0a81c62da2cab43910d))
11+
* proposed changes on exports ([#23](https://github.com/starknet-io/types-js/issues/23)) ([5e966b9](https://github.com/starknet-io/types-js/commit/5e966b90126d5054bf519f09575271d04e4ffc25))
12+
* readme beta install path ([51a6174](https://github.com/starknet-io/types-js/commit/51a61746d2935e16271c2963f37f614d3e37b6c4))
13+
* remove rejected constant ([#49](https://github.com/starknet-io/types-js/issues/49)) ([fa98159](https://github.com/starknet-io/types-js/commit/fa98159a5e793db3f81a09067b5189ab5d6394fc))
14+
* remove unused errors ([5093b77](https://github.com/starknet-io/types-js/commit/5093b7725f1b773194c61a751b9adafeb3f32001))
15+
* rpc09 fix2 ([#45](https://github.com/starknet-io/types-js/issues/45)) ([9b65f09](https://github.com/starknet-io/types-js/commit/9b65f096550ff5cea82795c21608b5ecbdf7e1e5))
16+
* rpc09-rc3 ([#48](https://github.com/starknet-io/types-js/issues/48)) ([22ed60b](https://github.com/starknet-io/types-js/commit/22ed60b2055620ea332bd52590ab379b8ebf4b1e))
17+
* Spec rc3 ([5ec8eac](https://github.com/starknet-io/types-js/commit/5ec8eac31250beb6822f87319e3d4e21cf8b78a7))
18+
* spec to 0.8.0 rc1 ([faa86db](https://github.com/starknet-io/types-js/commit/faa86db6c67124deccbbe3daf6687352627fbe28))
19+
* split ws and https methods ([669f003](https://github.com/starknet-io/types-js/commit/669f003aea2ddae9fcc166e957dcc74995fdf646))
20+
* transaction receipt block info properties ([edc9e25](https://github.com/starknet-io/types-js/commit/edc9e25cf9c13e409d43f7b1c01758fde9788f5b))
21+
* update rpc 8.0 ([#34](https://github.com/starknet-io/types-js/issues/34)) ([026ecb6](https://github.com/starknet-io/types-js/commit/026ecb6150dce902113ffd02ba15fa89633a8929))
22+
* Update spec to 0.8.0 rc1 ([#22](https://github.com/starknet-io/types-js/issues/22)) ([8016199](https://github.com/starknet-io/types-js/commit/80161996d4f072e36a6f65f50ca58a57bd4b0d0a))
23+
* update to rc2 tag ([#46](https://github.com/starknet-io/types-js/issues/46)) ([cbe44d2](https://github.com/starknet-io/types-js/commit/cbe44d2f34877f14c8ac3a395cb4dbfa0b6da738))
24+
* update to spec 0.8-rc2, deprecate <v3 transactions ([1bc1339](https://github.com/starknet-io/types-js/commit/1bc1339041b5b17739cb5444632be6661a8c367f))
25+
26+
27+
### Features
28+
29+
* beta release ([e830783](https://github.com/starknet-io/types-js/commit/e830783ed5501d6b78ed737c229a132b16f91a39))
30+
* narrow filter for transaction receipts ([38ead6a](https://github.com/starknet-io/types-js/commit/38ead6a51daa39cab67de06e634a5222cb83f92e))
31+
* narrow filter for transaction receipts ([3471b55](https://github.com/starknet-io/types-js/commit/3471b55cbe650b54f24000308ccaf116ba66f494))
32+
* rpc spec 0.8.rc0 implementation, with known issues ([#19](https://github.com/starknet-io/types-js/issues/19)) ([d0bc541](https://github.com/starknet-io/types-js/commit/d0bc54162ef42c39a0665c7fc76b2e7fb4c22b80))
33+
* v0.9.0 rc.2 ([#42](https://github.com/starknet-io/types-js/issues/42)) ([7e9736a](https://github.com/starknet-io/types-js/commit/7e9736afa4700b51bf64e853529891455ff6461d))
34+
35+
# [0.9.0-beta.6](https://github.com/starknet-io/types-js/compare/v0.9.0-beta.5...v0.9.0-beta.6) (2025-08-18)
36+
37+
38+
### Bug Fixes
39+
40+
* remove rejected constant ([#49](https://github.com/starknet-io/types-js/issues/49)) ([fa98159](https://github.com/starknet-io/types-js/commit/fa98159a5e793db3f81a09067b5189ab5d6394fc))
41+
42+
# [0.9.0-beta.5](https://github.com/starknet-io/types-js/compare/v0.9.0-beta.4...v0.9.0-beta.5) (2025-08-01)
43+
44+
45+
### Bug Fixes
46+
47+
* rpc09-rc3 ([#48](https://github.com/starknet-io/types-js/issues/48)) ([22ed60b](https://github.com/starknet-io/types-js/commit/22ed60b2055620ea332bd52590ab379b8ebf4b1e))
48+
49+
# [0.9.0-beta.4](https://github.com/starknet-io/types-js/compare/v0.9.0-beta.3...v0.9.0-beta.4) (2025-07-21)
50+
51+
52+
### Bug Fixes
53+
54+
* update to rc2 tag ([#46](https://github.com/starknet-io/types-js/issues/46)) ([cbe44d2](https://github.com/starknet-io/types-js/commit/cbe44d2f34877f14c8ac3a395cb4dbfa0b6da738))
55+
56+
# [0.9.0-beta.3](https://github.com/starknet-io/types-js/compare/v0.9.0-beta.2...v0.9.0-beta.3) (2025-07-10)
57+
58+
59+
### Bug Fixes
60+
61+
* rpc09 fix2 ([#45](https://github.com/starknet-io/types-js/issues/45)) ([9b65f09](https://github.com/starknet-io/types-js/commit/9b65f096550ff5cea82795c21608b5ecbdf7e1e5))
62+
63+
# [0.9.0-beta.2](https://github.com/starknet-io/types-js/compare/v0.9.0-beta.1...v0.9.0-beta.2) (2025-07-08)
64+
65+
66+
### Bug Fixes
67+
68+
* consts transaction status ([#44](https://github.com/starknet-io/types-js/issues/44)) ([68bfa2f](https://github.com/starknet-io/types-js/commit/68bfa2fced110d1b107bd204834c5d5d0f4873b8))
69+
70+
# [0.9.0-beta.1](https://github.com/starknet-io/types-js/compare/v0.8.4...v0.9.0-beta.1) (2025-07-07)
71+
72+
73+
### Bug Fixes
74+
75+
* add excplusive OneOf to the most of the unions, TRANSACTION_TRACE should be fixed if spec is correct ([d4dda7e](https://github.com/starknet-io/types-js/commit/d4dda7e456c5d0ecc189c213e0e9dfed563a472f))
76+
* beta update ([d10b199](https://github.com/starknet-io/types-js/commit/d10b199346dedda1f37073405cef428f46d63a7d))
77+
* export all from executable ([175e8ab](https://github.com/starknet-io/types-js/commit/175e8aba665688a26feb8e4042ebd395c6395a55))
78+
* export CompiledCasm response type, add logo svg ([5a019eb](https://github.com/starknet-io/types-js/commit/5a019ebc8f5d15c55b42a0a81c62da2cab43910d))
79+
* proposed changes on exports ([#23](https://github.com/starknet-io/types-js/issues/23)) ([5e966b9](https://github.com/starknet-io/types-js/commit/5e966b90126d5054bf519f09575271d04e4ffc25))
80+
* readme beta install path ([51a6174](https://github.com/starknet-io/types-js/commit/51a61746d2935e16271c2963f37f614d3e37b6c4))
81+
* remove unused errors ([5093b77](https://github.com/starknet-io/types-js/commit/5093b7725f1b773194c61a751b9adafeb3f32001))
82+
* Spec rc3 ([5ec8eac](https://github.com/starknet-io/types-js/commit/5ec8eac31250beb6822f87319e3d4e21cf8b78a7))
83+
* spec to 0.8.0 rc1 ([faa86db](https://github.com/starknet-io/types-js/commit/faa86db6c67124deccbbe3daf6687352627fbe28))
84+
* split ws and https methods ([669f003](https://github.com/starknet-io/types-js/commit/669f003aea2ddae9fcc166e957dcc74995fdf646))
85+
* transaction receipt block info properties ([edc9e25](https://github.com/starknet-io/types-js/commit/edc9e25cf9c13e409d43f7b1c01758fde9788f5b))
86+
* update rpc 8.0 ([#34](https://github.com/starknet-io/types-js/issues/34)) ([026ecb6](https://github.com/starknet-io/types-js/commit/026ecb6150dce902113ffd02ba15fa89633a8929))
87+
* Update spec to 0.8.0 rc1 ([#22](https://github.com/starknet-io/types-js/issues/22)) ([8016199](https://github.com/starknet-io/types-js/commit/80161996d4f072e36a6f65f50ca58a57bd4b0d0a))
88+
* update to spec 0.8-rc2, deprecate <v3 transactions ([1bc1339](https://github.com/starknet-io/types-js/commit/1bc1339041b5b17739cb5444632be6661a8c367f))
89+
90+
91+
### Features
92+
93+
* beta release ([e830783](https://github.com/starknet-io/types-js/commit/e830783ed5501d6b78ed737c229a132b16f91a39))
94+
* narrow filter for transaction receipts ([38ead6a](https://github.com/starknet-io/types-js/commit/38ead6a51daa39cab67de06e634a5222cb83f92e))
95+
* narrow filter for transaction receipts ([3471b55](https://github.com/starknet-io/types-js/commit/3471b55cbe650b54f24000308ccaf116ba66f494))
96+
* rpc spec 0.8.rc0 implementation, with known issues ([#19](https://github.com/starknet-io/types-js/issues/19)) ([d0bc541](https://github.com/starknet-io/types-js/commit/d0bc54162ef42c39a0665c7fc76b2e7fb4c22b80))
97+
* v0.9.0 rc.2 ([#42](https://github.com/starknet-io/types-js/issues/42)) ([7e9736a](https://github.com/starknet-io/types-js/commit/7e9736afa4700b51bf64e853529891455ff6461d))
98+
199
## [0.8.4](https://github.com/starknet-io/types-js/compare/v0.8.3...v0.8.4) (2025-06-04)
2100

3101

@@ -118,7 +216,7 @@
118216

119217
### Bug Fixes
120218

121-
* update to spec 0.8-rc2, deprecate v3 transactions ([1bc1339](https://github.com/starknet-io/types-js/commit/1bc1339041b5b17739cb5444632be6661a8c367f))
219+
* update to spec 0.8-rc2, deprecate <v3 transactions ([1bc1339](https://github.com/starknet-io/types-js/commit/1bc1339041b5b17739cb5444632be6661a8c367f))
122220

123221
# [0.8.0-beta.4](https://github.com/starknet-io/types-js/compare/v0.8.0-beta.3...v0.8.0-beta.4) (2024-11-26)
124222

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@starknet-io/types-js",
3-
"version": "0.8.4",
3+
"version": "0.9.0",
44
"description": "Shared TypeScript definitions for Starknet projects",
55
"homepage": "https://github.com/starknet-io/types-js",
66
"keywords": [

0 commit comments

Comments
 (0)