starknet 5.13.2 → 5.14.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +63 -109
- package/dist/index.d.ts +92 -5
- package/dist/index.global.js +80 -38
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +84 -38
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +78 -38
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,56 +1,44 @@
|
|
|
1
|
+
## [5.14.1](https://github.com/0xs34n/starknet.js/compare/v5.14.0...v5.14.1) (2023-06-26)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- export utils provider,selector, contract, events. Simulate dev import on tests ([00b7bdf](https://github.com/0xs34n/starknet.js/commit/00b7bdf756c516a1905ce1ecc9036472800989af))
|
|
6
|
+
- redeclare contract ([10da77e](https://github.com/0xs34n/starknet.js/commit/10da77efc6a5e1896af089508e4c403726e9cbf4))
|
|
7
|
+
|
|
8
|
+
# [5.14.0](https://github.com/0xs34n/starknet.js/compare/v5.13.2...v5.14.0) (2023-06-21)
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
- add isCairo1 utility methods ([78e9f87](https://github.com/0xs34n/starknet.js/commit/78e9f874e0d812a9d1c896846e5ec6c95a6cffca))
|
|
13
|
+
|
|
1
14
|
## [5.13.2](https://github.com/0xs34n/starknet.js/compare/v5.13.1...v5.13.2) (2023-06-16)
|
|
2
15
|
|
|
3
16
|
### Bug Fixes
|
|
4
17
|
|
|
5
|
-
-
|
|
18
|
+
- conform storage key to RPC specification ([6c66202](https://github.com/0xs34n/starknet.js/commit/6c66202a966003509460dedf91e98177f7f4af27))
|
|
6
19
|
|
|
7
20
|
## [5.13.1](https://github.com/0xs34n/starknet.js/compare/v5.13.0...v5.13.1) (2023-06-14)
|
|
8
21
|
|
|
9
22
|
### Bug Fixes
|
|
10
23
|
|
|
11
|
-
- common
|
|
24
|
+
- introduce common ABI type for contract class response ([55a8d98](https://github.com/0xs34n/starknet.js/commit/55a8d981be4ee4d861c7a3f988c012801af3d905))
|
|
12
25
|
|
|
13
26
|
# [5.13.0](https://github.com/0xs34n/starknet.js/compare/v5.12.0...v5.13.0) (2023-06-12)
|
|
14
27
|
|
|
15
|
-
###
|
|
28
|
+
### Info: Skipped tests during the release pipeline
|
|
29
|
+
|
|
30
|
+
- Devnet partial support RPC v0.3.0 (simulate)
|
|
31
|
+
- Infura (Pathfinder) default node on RPC v0.2.x
|
|
32
|
+
|
|
33
|
+
### Features
|
|
16
34
|
|
|
17
|
-
-
|
|
18
|
-
- getClass return type ([5251337](https://github.com/0xs34n/starknet.js/commit/52513373fc90af4764f3d8bf7f24a6a65db8dc52))
|
|
19
|
-
- removed doc modification ([f45b532](https://github.com/0xs34n/starknet.js/commit/f45b53204fbd4fe8a8ccc46fdf401cd32b732883))
|
|
20
|
-
- suggestedMaxFees to suggestedMaxFee ([80cfbb9](https://github.com/0xs34n/starknet.js/commit/80cfbb9c3eca55ddb0eae6a152523b72f3ba9699))
|
|
21
|
-
- test error ([2117e75](https://github.com/0xs34n/starknet.js/commit/2117e75b92c4b025e3d69a2719454fca3af76aa2))
|
|
22
|
-
- type ([67bf6d8](https://github.com/0xs34n/starknet.js/commit/67bf6d8c31c62107eb1ea4b21923b43e0ca7c921))
|
|
23
|
-
- type not requested anymore ([4446acb](https://github.com/0xs34n/starknet.js/commit/4446acbe8ab06fa981a8ccecb7fad67b2df73899))
|
|
24
|
-
- typescript wrong types for getStateUpdate ([0c309d5](https://github.com/0xs34n/starknet.js/commit/0c309d5c1e3450fa274e8fb798c510984b6467b5))
|
|
25
|
-
- uncomment sequencer simulate transaction test ([9a60b9f](https://github.com/0xs34n/starknet.js/commit/9a60b9ffae9a67a17b307aa5bbbffe897416ccab))
|
|
26
|
-
- update rpc versions, small fixes ([4f8b24f](https://github.com/0xs34n/starknet.js/commit/4f8b24fcd402b033415af9902f5e0137e03c5db9))
|
|
27
|
-
- wip simulate type cleanup, version bugfix ([045bb25](https://github.com/0xs34n/starknet.js/commit/045bb251a095ff1f7ec8eaa141547c247f3fabb2))
|
|
28
|
-
|
|
29
|
-
### Features
|
|
30
|
-
|
|
31
|
-
- accountInvocationsFactory ([acdaab4](https://github.com/0xs34n/starknet.js/commit/acdaab4458406b8bb55238cb9400c16724486da0))
|
|
32
|
-
- add EVENTS_CHUNK (PR 70 from starknet-specs) ([2f15593](https://github.com/0xs34n/starknet.js/commit/2f155932a748400d37926b45e4abe6fa894ae9b3))
|
|
33
|
-
- add replaced classes and rename properties (PR 76 from starknet-specs), rpc.ts fix coming next ([eb095c5](https://github.com/0xs34n/starknet.js/commit/eb095c583fe93a9e8157c5157885cbb19de8a00d))
|
|
34
|
-
- add simulate_transaction and sierra support (untested) ([47bca37](https://github.com/0xs34n/starknet.js/commit/47bca377f2f4cde658a467143cc54f80c385bc93))
|
|
35
|
-
- added missing TOO_MANY_KEYS_IN_FILTER error (PR 55 from starknet-specs) ([32e2bf5](https://github.com/0xs34n/starknet.js/commit/32e2bf5521461402b5d524311e1a53a7f434f314))
|
|
36
|
-
- consolidation of invokes in provider, except basic transactions ([92c2a98](https://github.com/0xs34n/starknet.js/commit/92c2a985538486065328b3243d22fc578b726ea6))
|
|
37
|
-
- fix remaining issues ([23d0a96](https://github.com/0xs34n/starknet.js/commit/23d0a96a525f7e2317021db5cfb9a2cf5a5ff9cf))
|
|
38
|
-
- implemented estimateFeeOriginal ([aba6707](https://github.com/0xs34n/starknet.js/commit/aba67074cadab64389908f0102bdfc904064ae5e))
|
|
39
|
-
- make transaction type explicit (PR 68 from starknet-specs) ([8857e08](https://github.com/0xs34n/starknet.js/commit/8857e08696df1e4ed8ca16ed922326350f74dc67))
|
|
40
|
-
- multiple updates and fixes for simulate and estimate, interface, wip ([12ed49b](https://github.com/0xs34n/starknet.js/commit/12ed49bf182da6ecfdb6560fd10d0659ad2acae9))
|
|
41
|
-
- simulate transaction implementation wip ([b604de0](https://github.com/0xs34n/starknet.js/commit/b604de005148a53d6ee6ac5f67e2e004e5222be5))
|
|
42
|
-
- simulate transaction rpc & sequencer ([8a47562](https://github.com/0xs34n/starknet.js/commit/8a475623799778a97f385b935d7f951f388cff13))
|
|
43
|
-
- starknet 0.11.0 adjustments (PR 65 from starknet-specs), rpc.ts fix coming next ([cffdaca](https://github.com/0xs34n/starknet.js/commit/cffdacaa66fe944dcbf050d8572d1e053d59480c))
|
|
44
|
-
- state update response split to pending/none pending (PR 74 from starknet-specs) ([2c6945f](https://github.com/0xs34n/starknet.js/commit/2c6945f03c9bd8ab5787cc2505a0fd803d0bbe72))
|
|
45
|
-
- supported multiple values in event filters (PR 55 from starknet-specs) ([4492704](https://github.com/0xs34n/starknet.js/commit/4492704224632f51990b1ba3b3138f4e4c902e65))
|
|
46
|
-
- supported new required properties (PR 67 from starknet-specs) ([1759ac4](https://github.com/0xs34n/starknet.js/commit/1759ac4c84d8bcea8460745f4e48518511976835))
|
|
47
|
-
- supported the new api bulk for estimateFee on existing rpc methods ([b8dd210](https://github.com/0xs34n/starknet.js/commit/b8dd2107ab614e0d5c99545d0fe61cbd727db5ab))
|
|
35
|
+
- adapt RPC methods to v0.3.0 specification ([32188fb](https://github.com/0xs34n/starknet.js/commit/32188fba03506f45c82b61e24574e6a8fb0a5c1f))
|
|
48
36
|
|
|
49
37
|
# [5.12.0](https://github.com/0xs34n/starknet.js/compare/v5.11.1...v5.12.0) (2023-06-12)
|
|
50
38
|
|
|
51
39
|
### Features
|
|
52
40
|
|
|
53
|
-
-
|
|
41
|
+
- update Account.populate() to accept RawArgs type ([6b539a3](https://github.com/0xs34n/starknet.js/commit/6b539a37815ecafb6c8b738b8585dd75d534b3cf))
|
|
54
42
|
|
|
55
43
|
## [5.11.1](https://github.com/0xs34n/starknet.js/compare/v5.11.0...v5.11.1) (2023-05-30)
|
|
56
44
|
|
|
@@ -68,62 +56,58 @@
|
|
|
68
56
|
|
|
69
57
|
### Bug Fixes
|
|
70
58
|
|
|
71
|
-
-
|
|
59
|
+
- repair Uint256 array handling for calldata compilation ([969b3c1](https://github.com/0xs34n/starknet.js/commit/969b3c1670902d7cc55156d5b3f6a8e7d45c731b))
|
|
72
60
|
|
|
73
61
|
## [5.10.1](https://github.com/0xs34n/starknet.js/compare/v5.10.0...v5.10.1) (2023-05-16)
|
|
74
62
|
|
|
75
63
|
### Bug Fixes
|
|
76
64
|
|
|
77
|
-
-
|
|
65
|
+
- ensure valid Cairo1 property order for call execution ([d86057c](https://github.com/0xs34n/starknet.js/commit/d86057cefe9e4053dac6d45d043401605246d3ed))
|
|
78
66
|
|
|
79
67
|
# [5.10.0](https://github.com/0xs34n/starknet.js/compare/v5.9.2...v5.10.0) (2023-05-10)
|
|
80
68
|
|
|
81
69
|
### Bug Fixes
|
|
82
70
|
|
|
83
|
-
-
|
|
84
|
-
-
|
|
85
|
-
- ts getClassHashAt oprional blockid ([f54bfd0](https://github.com/0xs34n/starknet.js/commit/f54bfd0e9591d1ec1dccf20668de68272834fa46))
|
|
71
|
+
- repair nested 2d array handling ([cccf518](https://github.com/0xs34n/starknet.js/commit/cccf518acc950bfed7579513c812df33cebb774d))
|
|
72
|
+
- mark getClassHashAt blockIdentifier parameter as optional ([f54bfd0](https://github.com/0xs34n/starknet.js/commit/f54bfd0e9591d1ec1dccf20668de68272834fa46))
|
|
86
73
|
|
|
87
74
|
### Features
|
|
88
75
|
|
|
89
|
-
- declareIfNot
|
|
76
|
+
- introduce declareIfNot utility Account method ([494dbb8](https://github.com/0xs34n/starknet.js/commit/494dbb8a84608415a279b2bfa84103667321a84e))
|
|
90
77
|
- improve usage by extending RawCalldata to RawArgs in all major flows ([0ef1ec8](https://github.com/0xs34n/starknet.js/commit/0ef1ec8624e294a526f8e97d856e70b6426a9ae3))
|
|
91
78
|
- make cairoVersion a property of Account ([b6a7d38](https://github.com/0xs34n/starknet.js/commit/b6a7d38e98c65e24cffac5485819797560b5571c))
|
|
92
79
|
|
|
93
80
|
## [5.9.2](https://github.com/0xs34n/starknet.js/compare/v5.9.1...v5.9.2) (2023-05-03)
|
|
94
81
|
|
|
95
|
-
###
|
|
82
|
+
### Info
|
|
96
83
|
|
|
97
|
-
-
|
|
84
|
+
- _no changes_
|
|
98
85
|
|
|
99
86
|
## [5.9.1](https://github.com/0xs34n/starknet.js/compare/v5.9.0...v5.9.1) (2023-05-02)
|
|
100
87
|
|
|
101
88
|
### Bug Fixes
|
|
102
89
|
|
|
103
|
-
-
|
|
104
|
-
- correct test ([a35548e](https://github.com/0xs34n/starknet.js/commit/a35548e4d9892630645645bb43737ea2e2ae79a5))
|
|
105
|
-
- uint256 in contract call ([0cc05e0](https://github.com/0xs34n/starknet.js/commit/0cc05e073bc025c2afdc5105b5b87e5d23c1d487))
|
|
90
|
+
- repair Uint256 contract call handling ([0cc05e0](https://github.com/0xs34n/starknet.js/commit/0cc05e073bc025c2afdc5105b5b87e5d23c1d487))
|
|
106
91
|
|
|
107
92
|
# [5.9.0](https://github.com/0xs34n/starknet.js/compare/v5.8.0...v5.9.0) (2023-04-28)
|
|
108
93
|
|
|
109
94
|
### Features
|
|
110
95
|
|
|
111
|
-
- complex
|
|
112
|
-
-
|
|
96
|
+
- support complex Cairo1 Struct with forced ABI and complex Cairo1 arrays, refactor parser ([8f28462](https://github.com/0xs34n/starknet.js/commit/8f2846290a88c7b3b2985f32c61446a378566679))
|
|
97
|
+
- add toHex and expand Calldata and executeCallData helpers, allow entrypoint compilation ([a452d64](https://github.com/0xs34n/starknet.js/commit/a452d64f1aa4e1005378bbba4d7748a054cae2be))
|
|
113
98
|
|
|
114
99
|
# [5.8.0](https://github.com/0xs34n/starknet.js/compare/v5.7.0...v5.8.0) (2023-04-26)
|
|
115
100
|
|
|
116
101
|
### Bug Fixes
|
|
117
102
|
|
|
118
|
-
-
|
|
119
|
-
-
|
|
120
|
-
- lapsus lingua, dangling, cleanup 🚀 ([a79d55c](https://github.com/0xs34n/starknet.js/commit/a79d55c2990e81bc6b0e58583142d3eb7bbddfa2))
|
|
103
|
+
- clean up Contract interfaces ([02c6b72](https://github.com/0xs34n/starknet.js/commit/02c6b72ec41016fdd75537044889e7cffd624b27))
|
|
104
|
+
- clean up ContractFactory and Contract interfaces ([b25047e](https://github.com/0xs34n/starknet.js/commit/b25047ece2eed313eaa776b2a132b9a04c3fbc2f))
|
|
121
105
|
- prevent missusage of cairoVersion on deploy ([d920dbe](https://github.com/0xs34n/starknet.js/commit/d920dbe6144006438c917727b153a043fec2531b))
|
|
122
106
|
- remove unused cairoVersion from Contract ([e4fcf24](https://github.com/0xs34n/starknet.js/commit/e4fcf244fa1dfd01301addfa7492bf90dac5a854))
|
|
123
107
|
|
|
124
108
|
### Features
|
|
125
109
|
|
|
126
|
-
- boolean to felt
|
|
110
|
+
- add boolean to felt support for Cairo1 ([ef34e0a](https://github.com/0xs34n/starknet.js/commit/ef34e0a25a52be7a6ac76714bda43233a2f1a6f1))
|
|
127
111
|
- remove deprecated compileCalldata ([e5adca4](https://github.com/0xs34n/starknet.js/commit/e5adca449a9d1142339d5e63adb857698c5913d6))
|
|
128
112
|
|
|
129
113
|
# [5.7.0](https://github.com/0xs34n/starknet.js/compare/v5.6.1...v5.7.0) (2023-04-25)
|
|
@@ -136,44 +120,42 @@
|
|
|
136
120
|
|
|
137
121
|
### Bug Fixes
|
|
138
122
|
|
|
139
|
-
-
|
|
140
|
-
- uint256, view bool, compiled in contract.call ([346cd51](https://github.com/0xs34n/starknet.js/commit/346cd5197d377966d148a8b218e6ee03af7170f2))
|
|
123
|
+
- fix support for Cairo1 Uint256 types ([e2b03b2](https://github.com/0xs34n/starknet.js/commit/e2b03b2c587cc774bba9c6961d710aac782f829f))
|
|
141
124
|
|
|
142
125
|
# [5.6.0](https://github.com/0xs34n/starknet.js/compare/v5.5.0...v5.6.0) (2023-04-19)
|
|
143
126
|
|
|
144
127
|
### Bug Fixes
|
|
145
128
|
|
|
146
|
-
- optional param in contract invoke ([da094e4](https://github.com/0xs34n/starknet.js/commit/da094e4172ed43ce93604e92adbba2a5ecb1498e))
|
|
129
|
+
- mark optional param in contract invoke ([da094e4](https://github.com/0xs34n/starknet.js/commit/da094e4172ed43ce93604e92adbba2a5ecb1498e))
|
|
147
130
|
|
|
148
131
|
### Features
|
|
149
132
|
|
|
150
|
-
-
|
|
151
|
-
-
|
|
152
|
-
- felt252 implementation ([3d20ea4](https://github.com/0xs34n/starknet.js/commit/3d20ea44b49d1c7ba90d8a46a307f54e737c3285))
|
|
153
|
-
- uint
|
|
133
|
+
- add Cairo1 bool implementation ([52fed30](https://github.com/0xs34n/starknet.js/commit/52fed30f04b70bcce80f829dba6975101f6f3644))
|
|
134
|
+
- support Cairo1 array, fix invoke response ([4637cd7](https://github.com/0xs34n/starknet.js/commit/4637cd74481ba85b3164ddb93c258b9ca8b9b949))
|
|
135
|
+
- add felt252 implementation ([3d20ea4](https://github.com/0xs34n/starknet.js/commit/3d20ea44b49d1c7ba90d8a46a307f54e737c3285))
|
|
136
|
+
- support uint parsing and validation ([c1acd29](https://github.com/0xs34n/starknet.js/commit/c1acd298d63758ba27fc20bcb4b0c00cca82078f))
|
|
154
137
|
|
|
155
138
|
# [5.5.0](https://github.com/0xs34n/starknet.js/compare/v5.4.2...v5.5.0) (2023-04-10)
|
|
156
139
|
|
|
157
140
|
### Bug Fixes
|
|
158
141
|
|
|
159
|
-
- update DeclareAndDeploy with
|
|
142
|
+
- update DeclareAndDeploy with Cairo1 declare ([71072cf](https://github.com/0xs34n/starknet.js/commit/71072cffadb8ac118780cec21cb8c4f83e74d7ae))
|
|
160
143
|
|
|
161
144
|
### Features
|
|
162
145
|
|
|
163
|
-
- response parsing and types ([09a46af](https://github.com/0xs34n/starknet.js/commit/09a46af02e88376dc49e0aa39468fded99b94ee2))
|
|
146
|
+
- expand Cairo1 response parsing and types ([09a46af](https://github.com/0xs34n/starknet.js/commit/09a46af02e88376dc49e0aa39468fded99b94ee2))
|
|
164
147
|
|
|
165
148
|
## [5.4.2](https://github.com/0xs34n/starknet.js/compare/v5.4.1...v5.4.2) (2023-04-04)
|
|
166
149
|
|
|
167
150
|
### Bug Fixes
|
|
168
151
|
|
|
169
|
-
- implement custom ts error
|
|
152
|
+
- implement custom ts error locally ([fa90a3e](https://github.com/0xs34n/starknet.js/commit/fa90a3e7dcbe8c0952b0681be903dffb4b4c74c6))
|
|
170
153
|
|
|
171
154
|
## [5.4.1](https://github.com/0xs34n/starknet.js/compare/v5.4.0...v5.4.1) (2023-04-03)
|
|
172
155
|
|
|
173
156
|
### Bug Fixes
|
|
174
157
|
|
|
175
|
-
-
|
|
176
|
-
- signature tight flexible resolution ([4990cd8](https://github.com/0xs34n/starknet.js/commit/4990cd8a4d6fd8b87c3016fd27c7eb1b2d5a4a8a))
|
|
158
|
+
- fix call response type and signature type ([c6c42e0](https://github.com/0xs34n/starknet.js/commit/c6c42e06ab7dd464e472b319cc16f52c75bef7cb))
|
|
177
159
|
|
|
178
160
|
# [5.4.0](https://github.com/0xs34n/starknet.js/compare/v5.3.0...v5.4.0) (2023-04-03)
|
|
179
161
|
|
|
@@ -183,28 +165,28 @@
|
|
|
183
165
|
|
|
184
166
|
### Features
|
|
185
167
|
|
|
186
|
-
- support
|
|
168
|
+
- support Cairo1 execute calldata ([1f7f001](https://github.com/0xs34n/starknet.js/commit/1f7f00155ae89ff871cdf987cd3b5238377d5450))
|
|
187
169
|
|
|
188
170
|
# [5.3.0](https://github.com/0xs34n/starknet.js/compare/v5.2.0...v5.3.0) (2023-03-29)
|
|
189
171
|
|
|
190
172
|
### Features
|
|
191
173
|
|
|
192
174
|
- declare v2 from account ([bc861b7](https://github.com/0xs34n/starknet.js/commit/bc861b753b443b4f75f9af7d1d9eb1a350273376))
|
|
193
|
-
- declare v2
|
|
175
|
+
- declare v2 intermediate ([a8fdfe3](https://github.com/0xs34n/starknet.js/commit/a8fdfe3e6f00ee08f7aec55a8babda46043f1783))
|
|
194
176
|
- get_compiled_class_by_class_hash, get_class_by_hash, ContractClass, rpc hotfix ([fc33d19](https://github.com/0xs34n/starknet.js/commit/fc33d196adadbf899e450aec88ef9d8d7365f726))
|
|
195
177
|
- get_state_update, fix types, fix responseParser, fix BigNumberish api response, fix OPENRPC ([50a2c29](https://github.com/0xs34n/starknet.js/commit/50a2c29b53feb960a6b2a0eea7651c55cff5fc0b))
|
|
196
|
-
-
|
|
178
|
+
- update contract address to sender address parameters ([7cec344](https://github.com/0xs34n/starknet.js/commit/7cec344c5b9a70bac9597354b20773388e5a4145))
|
|
197
179
|
- remove version 0 invoke and declare ([08bd65c](https://github.com/0xs34n/starknet.js/commit/08bd65cf20d6db0fecb1fb014b2464f19dc64a6c))
|
|
198
|
-
- skipValidate
|
|
180
|
+
- implement skipValidate ([8b20e2e](https://github.com/0xs34n/starknet.js/commit/8b20e2e461ae73b9b6840972ea6c17a00b3efddc))
|
|
199
181
|
- update hashing to cairo-lang 0.11.0, cairo 1.0.0.alpha-6 ([b6669b5](https://github.com/0xs34n/starknet.js/commit/b6669b577b159bd98369a16e295ba847eea55688))
|
|
200
182
|
|
|
201
183
|
# [5.2.0](https://github.com/0xs34n/starknet.js/compare/v5.1.1...v5.2.0) (2023-03-14)
|
|
202
184
|
|
|
203
185
|
### Features
|
|
204
186
|
|
|
205
|
-
- compiledClassHash
|
|
206
|
-
-
|
|
207
|
-
- unify classHash for
|
|
187
|
+
- implement compiledClassHash ([485793c](https://github.com/0xs34n/starknet.js/commit/485793ce6fd0763e3da56d0d11a50bffc9bab984))
|
|
188
|
+
- compute chassHash for Cairo1 contract - computeSieraContractClassHash ([e20c1c5](https://github.com/0xs34n/starknet.js/commit/e20c1c5d01ce1d8abe2de527233a8396f7b9316d))
|
|
189
|
+
- unify classHash for Sierra and legacy ([fac2bfe](https://github.com/0xs34n/starknet.js/commit/fac2bfe92e074207132296a0d3f73dae2ddaf735))
|
|
208
190
|
|
|
209
191
|
## [5.1.1](https://github.com/0xs34n/starknet.js/compare/v5.1.0...v5.1.1) (2023-03-07)
|
|
210
192
|
|
|
@@ -230,57 +212,29 @@
|
|
|
230
212
|
### Bug Fixes
|
|
231
213
|
|
|
232
214
|
- add new starknet id contracts (testnet) ([343cf78](https://github.com/0xs34n/starknet.js/commit/343cf78a678b088ab4915407fe86f28fa91db6ea))
|
|
233
|
-
- devnet tests ([8a5866e](https://github.com/0xs34n/starknet.js/commit/8a5866ee24b1a88ae3914fd7700d8a6e785979f1))
|
|
234
215
|
|
|
235
216
|
# [5.0.0](https://github.com/0xs34n/starknet.js/compare/v4.22.0...v5.0.0) (2023-02-22)
|
|
236
217
|
|
|
237
218
|
### Bug Fixes
|
|
238
219
|
|
|
239
|
-
-
|
|
240
|
-
- bnToUint256
|
|
241
|
-
-
|
|
242
|
-
-
|
|
243
|
-
- imports ([a151afc](https://github.com/0xs34n/starknet.js/commit/a151afce77eb175e39982fbf8bfcbe25001ee6db))
|
|
244
|
-
- imports ([43f0e25](https://github.com/0xs34n/starknet.js/commit/43f0e25f22106da510a0152c65084b1ee677cc6f))
|
|
245
|
-
- invoke contract ([18b6337](https://github.com/0xs34n/starknet.js/commit/18b6337e9e87a9b35d585a68f76896dfe01983c6))
|
|
246
|
-
- options split for edge case ([acfab34](https://github.com/0xs34n/starknet.js/commit/acfab34f3cdca670ecd1793954a9bf53104ae4f1))
|
|
247
|
-
- post beta merge fixes ([aa6046f](https://github.com/0xs34n/starknet.js/commit/aa6046f2080e5f8c46e4cee7930d851b97312c3f))
|
|
248
|
-
- sequencer fetchEndpoint ([7206d77](https://github.com/0xs34n/starknet.js/commit/7206d776a497cab833f5bf2e00b9f2eb695e3c71))
|
|
249
|
-
- strict tuple rule, type bugfix, basic tuple validator ([1c97279](https://github.com/0xs34n/starknet.js/commit/1c9727963d00dc3143af08d7479c040c0d171e5f))
|
|
250
|
-
- tests ([3b34c0c](https://github.com/0xs34n/starknet.js/commit/3b34c0c37c0cca3da087e5ff2a881fba8959bf4e))
|
|
251
|
-
- tests ([85535e5](https://github.com/0xs34n/starknet.js/commit/85535e507cdc8307b4268ce7cef9c9fa4eb3c270))
|
|
252
|
-
- **tests:** signature in account tests ([c8bc860](https://github.com/0xs34n/starknet.js/commit/c8bc8604d74d0e0556468afa3475150fe3579e7a))
|
|
253
|
-
- transaction status fix ([2cfcb69](https://github.com/0xs34n/starknet.js/commit/2cfcb690f25f0025cd08734e31167c1c969056f9))
|
|
254
|
-
- trying fixing tests for sequencer ([480e20d](https://github.com/0xs34n/starknet.js/commit/480e20de6b8d3f8eb3048a84430380d73fe46dcc))
|
|
255
|
-
- update lockfile ([ecf9ead](https://github.com/0xs34n/starknet.js/commit/ecf9ead06d137bd2b43816a75f66dca0626e9ecd))
|
|
256
|
-
- use hex array for RPC signatures ([aa73351](https://github.com/0xs34n/starknet.js/commit/aa73351b024daf75af2bc997b78cbde56de567e9))
|
|
257
|
-
- weierstrass import ([c963f90](https://github.com/0xs34n/starknet.js/commit/c963f900cc0f3ffcadce16a704f7b9e592a014e1))
|
|
258
|
-
|
|
259
|
-
- chore!: account and signer updates ([be0cbe8](https://github.com/0xs34n/starknet.js/commit/be0cbe88b409fa9db20de8125319e10d1e29677e))
|
|
220
|
+
- remove the chain id property from the provider interface ([425b223](https://github.com/0xs34n/starknet.js/commit/425b22339118a7c3743ee1de8cc1683d2998bbdc))
|
|
221
|
+
- repair bnToUint256 ([baa9d61](https://github.com/0xs34n/starknet.js/commit/baa9d611b18725ba269818631f668183212988df))
|
|
222
|
+
- repair and unify transaction retrieval error ([ea5e646](https://github.com/0xs34n/starknet.js/commit/ea5e64651bf47824b254ae73ed8aa88998a5be44))
|
|
223
|
+
- remove hex prefix should work insensitive, for both 0x and 0X ([53323d4](https://github.com/0xs34n/starknet.js/commit/53323d434d5edbeee03c4262935676c950a761d3))
|
|
260
224
|
|
|
261
225
|
### Features
|
|
262
226
|
|
|
263
|
-
-
|
|
264
|
-
-
|
|
227
|
+
- switch to native BigInt support ([ec56c29](https://github.com/0xs34n/starknet.js/commit/ec56c29672c2e09e00d6ce5d500e4b10b6598269))
|
|
228
|
+
- expose elliptic curve utility methods ([649e0aa](https://github.com/0xs34n/starknet.js/commit/649e0aa032d77ba714fe5cb8d31252590e9eb7f4))
|
|
265
229
|
- add public sequencer fetch method ([1dab230](https://github.com/0xs34n/starknet.js/commit/1dab2302d64f5f3f1df84c225a93e6007592090d))
|
|
266
|
-
- add tests and make RawArgs more flexible ([db9f274](https://github.com/0xs34n/starknet.js/commit/db9f2745d2f55767acd0b3ded4a028d103a0d249))
|
|
267
230
|
- allow BigNumberish in RawCallData ([9b897c7](https://github.com/0xs34n/starknet.js/commit/9b897c7fb653ae1830b3795b29bd35c8be8e2d22))
|
|
268
|
-
-
|
|
269
|
-
-
|
|
270
|
-
- implement longText aka. long string into calldata, remove toFelt and resolve circular ref ([da58b5a](https://github.com/0xs34n/starknet.js/commit/da58b5a5a089a7ec82cf37c78f11bd1bf44144ff))
|
|
271
|
-
- initial commit to ue faster hashing ([722717d](https://github.com/0xs34n/starknet.js/commit/722717dcf23f6b62a528e58e9483f868f658ebf3))
|
|
272
|
-
- initial poc ([eb26fbd](https://github.com/0xs34n/starknet.js/commit/eb26fbddc02d54bb1f9ecf12192f484122ab5df4))
|
|
273
|
-
- make class hash optional for Declare Txn ([624ca8b](https://github.com/0xs34n/starknet.js/commit/624ca8b8d1885d9b9a405a31f05d869fdfc03c9c))
|
|
274
|
-
- make compile work with already compiled data, complete test ([7e80837](https://github.com/0xs34n/starknet.js/commit/7e8083728c96efceb7b7163f2fe59293ebd63f04))
|
|
275
|
-
- response formatter, refactored call method resturn object ([77ee9f4](https://github.com/0xs34n/starknet.js/commit/77ee9f434fb2ed66703976c97e348663f672fadb))
|
|
276
|
-
- response parse tuple, moved to calldata class, test ([dbe04de](https://github.com/0xs34n/starknet.js/commit/dbe04de5ff2d026afeb20c09d1898caae3d6b708))
|
|
277
|
-
- update declareAndDeploy method ([a47fbd5](https://github.com/0xs34n/starknet.js/commit/a47fbd5f523a375b988f912a5631c181e3a7159b))
|
|
278
|
-
- use ec internally ([3392d03](https://github.com/0xs34n/starknet.js/commit/3392d0362af48f283ff414bc7387586ba44ad9a2))
|
|
279
|
-
- use yarn ([ec1101e](https://github.com/0xs34n/starknet.js/commit/ec1101e6edaf53446e76181fa0cf4530befb9463))
|
|
231
|
+
- rework contract interaction API ([2ee199e](https://github.com/0xs34n/starknet.js/commit/2ee199e16c4fa2aa4432816482930a418e41b327))
|
|
232
|
+
- rework waitForTransaction API ([e17ff17](https://github.com/0xs34n/starknet.js/commit/e17ff1744d0ff9f93d7228e48168dc2bbaf63652))
|
|
280
233
|
|
|
281
234
|
### BREAKING CHANGES
|
|
282
235
|
|
|
283
|
-
-
|
|
236
|
+
- multiple BN values replaced by BigInt
|
|
237
|
+
- major API refactoring
|
|
284
238
|
|
|
285
239
|
# [5.0.0-beta.6](https://github.com/0xs34n/starknet.js/compare/v5.0.0-beta.5...v5.0.0-beta.6) (2023-02-22)
|
|
286
240
|
|
package/dist/index.d.ts
CHANGED
|
@@ -228,7 +228,7 @@ type CairoAssembly = {
|
|
|
228
228
|
*/
|
|
229
229
|
type CompiledSierra = {
|
|
230
230
|
sierra_program: ByteCode;
|
|
231
|
-
sierra_program_debug_info
|
|
231
|
+
sierra_program_debug_info?: SierraProgramDebugInfo;
|
|
232
232
|
contract_class_version: string;
|
|
233
233
|
entry_points_by_type: SierraEntryPointsByType;
|
|
234
234
|
abi: Abi;
|
|
@@ -269,6 +269,9 @@ type ContractClass = LegacyContractClass | SierraContractClass;
|
|
|
269
269
|
* format produced after compile .cairo to .json
|
|
270
270
|
*/
|
|
271
271
|
type CompiledContract = LegacyCompiledContract | CompiledSierra;
|
|
272
|
+
/**
|
|
273
|
+
* Compressed or decompressed Cairo0 or Cairo1 Contract
|
|
274
|
+
*/
|
|
272
275
|
type CairoContract = ContractClass | CompiledContract;
|
|
273
276
|
declare enum EntryPointType {
|
|
274
277
|
EXTERNAL = "EXTERNAL",
|
|
@@ -1738,9 +1741,13 @@ interface StateUpdateResponse {
|
|
|
1738
1741
|
deprecated_declared_classes?: RPC.DeprecatedDeclaredClasses;
|
|
1739
1742
|
};
|
|
1740
1743
|
}
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
+
/**
|
|
1745
|
+
* Standardized type
|
|
1746
|
+
* Cairo0 program compressed and Cairo1 sierra_program decompressed
|
|
1747
|
+
* abi Abi
|
|
1748
|
+
* CompiledSierra without '.sierra_program_debug_info'
|
|
1749
|
+
*/
|
|
1750
|
+
type ContractClassResponse = LegacyContractClass | Omit<CompiledSierra, 'sierra_program_debug_info'>;
|
|
1744
1751
|
|
|
1745
1752
|
interface EstimateFee extends EstimateFeeResponse {
|
|
1746
1753
|
suggestedMaxFee: bigint;
|
|
@@ -3017,6 +3024,16 @@ declare abstract class ContractInterface {
|
|
|
3017
3024
|
* @returns Invocation object
|
|
3018
3025
|
*/
|
|
3019
3026
|
abstract populate(method: string, args?: ArgsOrCalldata): Invocation;
|
|
3027
|
+
/**
|
|
3028
|
+
* tells if the contract comes from a Cairo 1 contract
|
|
3029
|
+
*
|
|
3030
|
+
* @returns TRUE if the contract comes from a Cairo1 contract
|
|
3031
|
+
* @example
|
|
3032
|
+
* ```typescript
|
|
3033
|
+
* const isCairo1: boolean = myContract.isCairo1();
|
|
3034
|
+
* ```
|
|
3035
|
+
*/
|
|
3036
|
+
abstract isCairo1(): boolean;
|
|
3020
3037
|
}
|
|
3021
3038
|
|
|
3022
3039
|
declare const splitArgsAndOptions: (args: ArgsOrCalldataWithOptions) => {
|
|
@@ -3067,6 +3084,7 @@ declare class Contract implements ContractInterface {
|
|
|
3067
3084
|
invoke(method: string, args?: ArgsOrCalldata, { parseRequest, maxFee, nonce, signature }?: InvokeOptions): Promise<InvokeFunctionResponse>;
|
|
3068
3085
|
estimate(method: string, args?: ArgsOrCalldata): Promise<EstimateFeeResponse>;
|
|
3069
3086
|
populate(method: string, args?: RawArgs): Call;
|
|
3087
|
+
isCairo1(): boolean;
|
|
3070
3088
|
}
|
|
3071
3089
|
|
|
3072
3090
|
declare class ContractFactory {
|
|
@@ -3129,6 +3147,19 @@ declare function getSelectorFromName(funcName: string): string;
|
|
|
3129
3147
|
*/
|
|
3130
3148
|
declare function getSelector(value: string): string;
|
|
3131
3149
|
|
|
3150
|
+
declare const selector_getSelector: typeof getSelector;
|
|
3151
|
+
declare const selector_getSelectorFromName: typeof getSelectorFromName;
|
|
3152
|
+
declare const selector_keccakBn: typeof keccakBn;
|
|
3153
|
+
declare const selector_starknetKeccak: typeof starknetKeccak;
|
|
3154
|
+
declare namespace selector {
|
|
3155
|
+
export {
|
|
3156
|
+
selector_getSelector as getSelector,
|
|
3157
|
+
selector_getSelectorFromName as getSelectorFromName,
|
|
3158
|
+
selector_keccakBn as keccakBn,
|
|
3159
|
+
selector_starknetKeccak as starknetKeccak,
|
|
3160
|
+
};
|
|
3161
|
+
}
|
|
3162
|
+
|
|
3132
3163
|
declare const transactionVersion = 1n;
|
|
3133
3164
|
declare const transactionVersion_2 = 2n;
|
|
3134
3165
|
declare const feeTransactionVersion: bigint;
|
|
@@ -3632,6 +3663,21 @@ declare namespace starknetId {
|
|
|
3632
3663
|
};
|
|
3633
3664
|
}
|
|
3634
3665
|
|
|
3666
|
+
declare function wait(delay: number): Promise<unknown>;
|
|
3667
|
+
declare function createSierraContractClass(contract: CompiledSierra): SierraContractClass;
|
|
3668
|
+
declare function parseContract(contract: CompiledContract | string): ContractClass;
|
|
3669
|
+
|
|
3670
|
+
declare const provider_createSierraContractClass: typeof createSierraContractClass;
|
|
3671
|
+
declare const provider_parseContract: typeof parseContract;
|
|
3672
|
+
declare const provider_wait: typeof wait;
|
|
3673
|
+
declare namespace provider {
|
|
3674
|
+
export {
|
|
3675
|
+
provider_createSierraContractClass as createSierraContractClass,
|
|
3676
|
+
provider_parseContract as parseContract,
|
|
3677
|
+
provider_wait as wait,
|
|
3678
|
+
};
|
|
3679
|
+
}
|
|
3680
|
+
|
|
3635
3681
|
declare function addAddressPadding(address: BigNumberish): string;
|
|
3636
3682
|
declare function validateAndParseAddress(address: BigNumberish): string;
|
|
3637
3683
|
declare function getChecksumAddress(address: BigNumberish): string;
|
|
@@ -3665,6 +3711,17 @@ declare const isTypeBool: (type: string) => boolean;
|
|
|
3665
3711
|
declare const isTypeContractAddress: (type: string) => boolean;
|
|
3666
3712
|
declare const isCairo1Type: (type: string) => boolean;
|
|
3667
3713
|
declare const getArrayType: (type: string) => string;
|
|
3714
|
+
/**
|
|
3715
|
+
* tells if an ABI comes from a Cairo 1 contract
|
|
3716
|
+
*
|
|
3717
|
+
* @param abi representing the interface of a Cairo contract
|
|
3718
|
+
* @returns TRUE if it is an ABI from a Cairo1 contract
|
|
3719
|
+
* @example
|
|
3720
|
+
* ```typescript
|
|
3721
|
+
* const isCairo1: boolean = isCairo1Abi(myAbi: Abi);
|
|
3722
|
+
* ```
|
|
3723
|
+
*/
|
|
3724
|
+
declare function isCairo1Abi(abi: Abi): boolean;
|
|
3668
3725
|
/**
|
|
3669
3726
|
* named tuple are described as js object {}
|
|
3670
3727
|
* struct types are described as js object {}
|
|
@@ -3687,6 +3744,7 @@ type cairo_Uint = Uint;
|
|
|
3687
3744
|
declare const cairo_Uint: typeof Uint;
|
|
3688
3745
|
declare const cairo_felt: typeof felt;
|
|
3689
3746
|
declare const cairo_getArrayType: typeof getArrayType;
|
|
3747
|
+
declare const cairo_isCairo1Abi: typeof isCairo1Abi;
|
|
3690
3748
|
declare const cairo_isCairo1Type: typeof isCairo1Type;
|
|
3691
3749
|
declare const cairo_isLen: typeof isLen;
|
|
3692
3750
|
declare const cairo_isTypeArray: typeof isTypeArray;
|
|
@@ -3705,6 +3763,7 @@ declare namespace cairo {
|
|
|
3705
3763
|
cairo_Uint as Uint,
|
|
3706
3764
|
cairo_felt as felt,
|
|
3707
3765
|
cairo_getArrayType as getArrayType,
|
|
3766
|
+
cairo_isCairo1Abi as isCairo1Abi,
|
|
3708
3767
|
cairo_isCairo1Type as isCairo1Type,
|
|
3709
3768
|
cairo_isLen as isLen,
|
|
3710
3769
|
cairo_isTypeArray as isTypeArray,
|
|
@@ -3794,6 +3853,34 @@ declare class CallData {
|
|
|
3794
3853
|
static toHex(raw?: RawArgs): HexCalldata;
|
|
3795
3854
|
}
|
|
3796
3855
|
|
|
3856
|
+
declare function isSierra(contract: CairoContract | string): contract is SierraContractClass | CompiledSierra;
|
|
3857
|
+
declare function extractContractHashes(payload: DeclareContractPayload): CompleteDeclareContractPayload;
|
|
3858
|
+
/**
|
|
3859
|
+
* Helper to redeclare response Cairo0 contract
|
|
3860
|
+
* @param ccr ContractClassResponse
|
|
3861
|
+
* @returns LegacyCompiledContract
|
|
3862
|
+
*/
|
|
3863
|
+
declare function contractClassResponseToLegacyCompiledContract(ccr: ContractClassResponse): LegacyCompiledContract;
|
|
3864
|
+
|
|
3865
|
+
/**
|
|
3866
|
+
* Parse Transaction Receipt Event from UDC invoke transaction and
|
|
3867
|
+
* create DeployContractResponse compatibile response with adition of UDC Event data
|
|
3868
|
+
*
|
|
3869
|
+
* @param txReceipt
|
|
3870
|
+
* @returns DeployContractResponse | UDC Event Response data
|
|
3871
|
+
*/
|
|
3872
|
+
declare function parseUDCEvent(txReceipt: InvokeTransactionReceiptResponse): {
|
|
3873
|
+
transaction_hash: string;
|
|
3874
|
+
contract_address: string;
|
|
3875
|
+
address: string;
|
|
3876
|
+
deployer: string;
|
|
3877
|
+
unique: string;
|
|
3878
|
+
classHash: string;
|
|
3879
|
+
calldata_len: string;
|
|
3880
|
+
calldata: string[];
|
|
3881
|
+
salt: string;
|
|
3882
|
+
};
|
|
3883
|
+
|
|
3797
3884
|
/**
|
|
3798
3885
|
* Main
|
|
3799
3886
|
*/
|
|
@@ -3801,4 +3888,4 @@ declare class CallData {
|
|
|
3801
3888
|
/** @deprecated prefer the 'num' naming */
|
|
3802
3889
|
declare const number: typeof num;
|
|
3803
3890
|
|
|
3804
|
-
export { Abi, AbiEntry, AbiStructs, Account, AccountInterface, AccountInvocationItem, AccountInvocations, AccountInvocationsFactoryDetails, AllowArray, Args, ArgsOrCalldata, ArgsOrCalldataWithOptions, ArraySignatureType, AsyncContractFunction, BigNumberish, BlockIdentifier, BlockNumber, BlockTag, Builtins, ByteCode, CairoAssembly, CairoContract, CairoVersion, Call, CallContractResponse, CallData, CallDetails, CallL1Handler, CallOptions, CallStruct, Calldata, CommonTransactionReceiptResponse, CommonTransactionResponse, CompiledContract, CompiledSierra, CompiledSierraCasm, CompleteDeclareContractPayload, CompressedProgram, Contract, ContractClass, ContractClassResponse, ContractEntryPoint, ContractEntryPointFields, ContractFactory, ContractFunction, ContractInterface, ContractOptions, CustomError, DeclareAndDeployContractPayload, DeclareContractPayload, DeclareContractResponse, DeclareContractTransaction, DeclareDeployUDCResponse, DeclareSignerDetails, DeclareTransactionReceiptResponse, DeclareTransactionResponse, DeployAccountContractPayload, DeployAccountContractTransaction, DeployAccountSignerDetails, DeployContractPayload, DeployContractResponse, DeployContractUDCResponse, DeployedContractItem, Details, EntryPointType, EntryPointsByType, EstimateFee, EstimateFeeAction, EstimateFeeBulk, EstimateFeeDetails, EstimateFeeResponse, EstimateFeeResponseBulk, Event, ExecutionResources, FunctionAbi, FunctionInvocation, GatewayError, GetBlockResponse, GetCodeResponse, GetContractAddressesResponse, GetTransactionReceiptResponse, GetTransactionResponse, GetTransactionStatusResponse, HexCalldata, HttpError, Invocation, Invocations, InvocationsDetails, InvocationsDetailsWithNonce, InvocationsSignerDetails, InvokeFunctionResponse, InvokeOptions, InvokeTransactionReceiptResponse, InvokeTransactionResponse, LegacyCompiledContract, LegacyContractClass, LibraryError, MessageToL1, MessageToL2, MultiDeployContractResponse, MultiType, Nonce, OptionalPayload, ParsedStruct, Program, Provider, ProviderInterface, ProviderOptions, PythonicHints, RPC, RawArgs, RawArgsArray, RawArgsObject, RawCalldata, Result, RpcProvider, RpcProviderOptions, SIMULATION_FLAG, Sequencer, SequencerHttpMethod, SequencerIdentifier, SequencerProvider, SequencerProviderOptions, SierraContractClass, SierraContractEntryPointFields, SierraEntryPointsByType, SierraProgramDebugInfo, Signature, Signer, SignerInterface, SimulateTransactionDetails, SimulateTransactionResponse, SimulatedTransaction, SimulationFlags, StarkNetDomain, StarkNetMerkleType, StarkNetType, StateUpdateResponse, Status, Storage, Struct, StructAbi, TransactionStatus, TransactionType, Tupled, TypedData, Uint256, UniversalDeployerContractPayload, WeierstrassSignatureType, addAddressPadding, buildUrl, cairo, constants, defaultProvider, ec, encode, fixProto, fixStack, getCalldata, getChecksumAddress, getEstimateFeeBulkOptions, getSimulateTransactionOptions, hash, isUrl, json, merkle, num, number, shortString, splitArgsAndOptions, stark, starknetId, transaction, typedData, index as types, uint256$1 as uint256, validateAndParseAddress, validateChecksumAddress, waitForTransactionOptions };
|
|
3891
|
+
export { Abi, AbiEntry, AbiStructs, Account, AccountInterface, AccountInvocationItem, AccountInvocations, AccountInvocationsFactoryDetails, AllowArray, Args, ArgsOrCalldata, ArgsOrCalldataWithOptions, ArraySignatureType, AsyncContractFunction, BigNumberish, BlockIdentifier, BlockNumber, BlockTag, Builtins, ByteCode, CairoAssembly, CairoContract, CairoVersion, Call, CallContractResponse, CallData, CallDetails, CallL1Handler, CallOptions, CallStruct, Calldata, CommonTransactionReceiptResponse, CommonTransactionResponse, CompiledContract, CompiledSierra, CompiledSierraCasm, CompleteDeclareContractPayload, CompressedProgram, Contract, ContractClass, ContractClassResponse, ContractEntryPoint, ContractEntryPointFields, ContractFactory, ContractFunction, ContractInterface, ContractOptions, CustomError, DeclareAndDeployContractPayload, DeclareContractPayload, DeclareContractResponse, DeclareContractTransaction, DeclareDeployUDCResponse, DeclareSignerDetails, DeclareTransactionReceiptResponse, DeclareTransactionResponse, DeployAccountContractPayload, DeployAccountContractTransaction, DeployAccountSignerDetails, DeployContractPayload, DeployContractResponse, DeployContractUDCResponse, DeployedContractItem, Details, EntryPointType, EntryPointsByType, EstimateFee, EstimateFeeAction, EstimateFeeBulk, EstimateFeeDetails, EstimateFeeResponse, EstimateFeeResponseBulk, Event, ExecutionResources, FunctionAbi, FunctionInvocation, GatewayError, GetBlockResponse, GetCodeResponse, GetContractAddressesResponse, GetTransactionReceiptResponse, GetTransactionResponse, GetTransactionStatusResponse, HexCalldata, HttpError, Invocation, Invocations, InvocationsDetails, InvocationsDetailsWithNonce, InvocationsSignerDetails, InvokeFunctionResponse, InvokeOptions, InvokeTransactionReceiptResponse, InvokeTransactionResponse, LegacyCompiledContract, LegacyContractClass, LibraryError, MessageToL1, MessageToL2, MultiDeployContractResponse, MultiType, Nonce, OptionalPayload, ParsedStruct, Program, Provider, ProviderInterface, ProviderOptions, PythonicHints, RPC, RawArgs, RawArgsArray, RawArgsObject, RawCalldata, Result, RpcProvider, RpcProviderOptions, SIMULATION_FLAG, Sequencer, SequencerHttpMethod, SequencerIdentifier, SequencerProvider, SequencerProviderOptions, SierraContractClass, SierraContractEntryPointFields, SierraEntryPointsByType, SierraProgramDebugInfo, Signature, Signer, SignerInterface, SimulateTransactionDetails, SimulateTransactionResponse, SimulatedTransaction, SimulationFlags, StarkNetDomain, StarkNetMerkleType, StarkNetType, StateUpdateResponse, Status, Storage, Struct, StructAbi, TransactionStatus, TransactionType, Tupled, TypedData, Uint256, UniversalDeployerContractPayload, WeierstrassSignatureType, addAddressPadding, buildUrl, cairo, constants, contractClassResponseToLegacyCompiledContract, defaultProvider, ec, encode, extractContractHashes, fixProto, fixStack, getCalldata, getChecksumAddress, getEstimateFeeBulkOptions, getSimulateTransactionOptions, hash, isSierra, isUrl, json, merkle, num, number, parseUDCEvent, provider, selector, shortString, splitArgsAndOptions, stark, starknetId, transaction, typedData, index as types, uint256$1 as uint256, validateAndParseAddress, validateChecksumAddress, waitForTransactionOptions };
|