starknet 5.2.0 → 5.3.0
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 +13 -0
- package/README.md +2 -5
- package/dist/index.d.ts +1139 -984
- package/dist/index.global.js +245 -808
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +248 -167
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +247 -168
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
# [5.3.0](https://github.com/0xs34n/starknet.js/compare/v5.2.0...v5.3.0) (2023-03-29)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
- declare v2 from account ([bc861b7](https://github.com/0xs34n/starknet.js/commit/bc861b753b443b4f75f9af7d1d9eb1a350273376))
|
|
6
|
+
- declare v2 intermidiate ([a8fdfe3](https://github.com/0xs34n/starknet.js/commit/a8fdfe3e6f00ee08f7aec55a8babda46043f1783))
|
|
7
|
+
- get_compiled_class_by_class_hash, get_class_by_hash, ContractClass, rpc hotfix ([fc33d19](https://github.com/0xs34n/starknet.js/commit/fc33d196adadbf899e450aec88ef9d8d7365f726))
|
|
8
|
+
- get_state_update, fix types, fix responseParser, fix BigNumberish api response, fix OPENRPC ([50a2c29](https://github.com/0xs34n/starknet.js/commit/50a2c29b53feb960a6b2a0eea7651c55cff5fc0b))
|
|
9
|
+
- minimal changes api ([7cec344](https://github.com/0xs34n/starknet.js/commit/7cec344c5b9a70bac9597354b20773388e5a4145))
|
|
10
|
+
- remove version 0 invoke and declare ([08bd65c](https://github.com/0xs34n/starknet.js/commit/08bd65cf20d6db0fecb1fb014b2464f19dc64a6c))
|
|
11
|
+
- skipValidate full impl ([8b20e2e](https://github.com/0xs34n/starknet.js/commit/8b20e2e461ae73b9b6840972ea6c17a00b3efddc))
|
|
12
|
+
- update hashing to cairo-lang 0.11.0, cairo 1.0.0.alpha-6 ([b6669b5](https://github.com/0xs34n/starknet.js/commit/b6669b577b159bd98369a16e295ba847eea55688))
|
|
13
|
+
|
|
1
14
|
# [5.2.0](https://github.com/0xs34n/starknet.js/compare/v5.1.1...v5.2.0) (2023-03-14)
|
|
2
15
|
|
|
3
16
|
### Features
|
package/README.md
CHANGED
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
<!-- logo -->
|
|
2
2
|
<p align="center">
|
|
3
|
-
<img width='300' src="https://
|
|
3
|
+
<img width='300' src="https://user-images.githubusercontent.com/2848732/226624229-7f1e5f8b-c550-47d4-85b2-5c90aee22417.png">
|
|
4
4
|
</p>
|
|
5
5
|
|
|
6
|
-
<!-- tag line -->
|
|
7
|
-
<h4 align='center'> JavaScript library for Starknet.</h4>
|
|
8
|
-
|
|
9
6
|
<!-- primary badges -->
|
|
10
7
|
<p align="center">
|
|
11
8
|
<a href="https://github.com/seanjameshan/starknet.js/actions">
|
|
@@ -66,7 +63,7 @@ Special thanks to all the [contributors](https://github.com/0xs34n/starknet.js/g
|
|
|
66
63
|
|
|
67
64
|
Janek ([@janek26](https://github.com/janek26)) and Dhruv ([@dhruvkelawala](https://github.com/dhruvkelawala)) from [Argent](https://github.com/argentlabs)
|
|
68
65
|
|
|
69
|
-
Toni ([@tabaktoni](https://github.com/tabaktoni)) and Ivan ([@ivpavici](https://github.com/ivpavici)) from [
|
|
66
|
+
Toni ([@tabaktoni](https://github.com/tabaktoni)) and Ivan ([@ivpavici](https://github.com/ivpavici)) from [SpaceShard](https://www.spaceshard.io/)
|
|
70
67
|
|
|
71
68
|
and of course the [StarkWare](https://starkware.co/) team for their dedicated support!
|
|
72
69
|
|