starknet 5.16.0 → 5.18.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 CHANGED
@@ -1,3 +1,37 @@
1
+ # [5.18.0](https://github.com/0xs34n/starknet.js/compare/v5.17.0...v5.18.0) (2023-08-05)
2
+
3
+ ### Bug Fixes
4
+
5
+ - getevents range blocks optional ([a746354](https://github.com/0xs34n/starknet.js/commit/a746354db49260cc3538c10a1c8278ad680c660e))
6
+ - hotfixed deault provider to issued RPC spec ([4a8f4f9](https://github.com/0xs34n/starknet.js/commit/4a8f4f9aba89aaf52dd8c9048f87294df21edfc0))
7
+ - optional keys and address in eventfilters ([4077b48](https://github.com/0xs34n/starknet.js/commit/4077b48cfa8f7e739897b1b2327a6658f3b33029))
8
+ - pathfinder pascal status patch, fixed GetSyncingStatsResponse schema ([89c0f25](https://github.com/0xs34n/starknet.js/commit/89c0f25fa0295f9f6f1bc25aac0848abe5187ea6))
9
+ - repair RPC simulation flag serialization ([e5af0a0](https://github.com/0xs34n/starknet.js/commit/e5af0a091321bb6519ca15d8733f8ffbc56db2cd))
10
+ - string ([c6ae7bd](https://github.com/0xs34n/starknet.js/commit/c6ae7bd89ca2f5a8d682b73925efbc321bfa7a48))
11
+ - undefined transaction GetTransactionResponse provide LibraryError ([f57e844](https://github.com/0xs34n/starknet.js/commit/f57e844fe9b70457fcda22942e5d2329d7198ba1))
12
+ - unfinished get_transaction_receipt default provider types ([6589b2c](https://github.com/0xs34n/starknet.js/commit/6589b2cb0850216ce3abe6b842ec68a49f6cd489))
13
+
14
+ ### Features
15
+
16
+ - rpc 0.4.0-rc3, no cleanup ([54674cb](https://github.com/0xs34n/starknet.js/commit/54674cb203d0989c4e8ee5a14aec65fdd63f36e2))
17
+ - rpc default to pending block tag (fix wrong nonce issue), reverted estimate versio of rpc spec ([2049b4f](https://github.com/0xs34n/starknet.js/commit/2049b4f9dba383357650a7d8d10a2ee176507787))
18
+ - waitForTransaction Sequencer reworked with execution and finality status, 5s steps, not_rec ([f4e414f](https://github.com/0xs34n/starknet.js/commit/f4e414fac6a2cb05c8dff9d55107cf5a58a274ca))
19
+
20
+ # [5.17.0](https://github.com/0xs34n/starknet.js/compare/v5.16.0...v5.17.0) (2023-07-18)
21
+
22
+ ### Bug Fixes
23
+
24
+ - add FailedTransactionResponse ([994925e](https://github.com/0xs34n/starknet.js/commit/994925e87a4fde3cfcffd9103793d44bc96fc96c))
25
+ - remedy type declaration roll-up issues ([48625f4](https://github.com/0xs34n/starknet.js/commit/48625f4a9eaf4e3c294ad840dae78ebab4ab9a12))
26
+ - transaction_failure_reason ([77329b7](https://github.com/0xs34n/starknet.js/commit/77329b7ddfc63d708685f0dcbffbe1b9094f7824))
27
+
28
+ ### Features
29
+
30
+ - add Enum in contract ([515e233](https://github.com/0xs34n/starknet.js/commit/515e233a0b29e125936192da540b83af8591b507)), closes [#670](https://github.com/0xs34n/starknet.js/issues/670) [#665](https://github.com/0xs34n/starknet.js/issues/665) [#664](https://github.com/0xs34n/starknet.js/issues/664) [#1](https://github.com/0xs34n/starknet.js/issues/1)
31
+ - calldata result in populate ([d44dc56](https://github.com/0xs34n/starknet.js/commit/d44dc56c0b6db68fcd664b8f02d7a4b72bcdfd28)), closes [#675](https://github.com/0xs34n/starknet.js/issues/675) [#1](https://github.com/0xs34n/starknet.js/issues/1)
32
+ - contractFactory Cairo1 & changed constructor signature, 0.12 test fixes ([9b44c54](https://github.com/0xs34n/starknet.js/commit/9b44c54857896019c2545c945695e525392e8dbd))
33
+ - rename Failed to Rejected for transaction type ([65b1ef4](https://github.com/0xs34n/starknet.js/commit/65b1ef432e2eda9f37574771d60b409a3f7ab049))
34
+
1
35
  # [5.16.0](https://github.com/0xs34n/starknet.js/compare/v5.15.1...v5.16.0) (2023-07-03)
2
36
 
3
37
  ### Features