starknet 7.6.0 → 7.6.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 CHANGED
@@ -1,3 +1,9 @@
1
+ ## [7.6.1](https://github.com/starknet-io/starknet.js/compare/v7.6.0...v7.6.1) (2025-06-24)
2
+
3
+ ### Bug Fixes
4
+
5
+ - verification of signature in a Braavos account with a juno node … ([#1426](https://github.com/starknet-io/starknet.js/issues/1426)) ([e3dca62](https://github.com/starknet-io/starknet.js/commit/e3dca628ee08d98522a98dc9748d841c5e9f075c))
6
+
1
7
  # [7.6.0](https://github.com/starknet-io/starknet.js/compare/v7.5.1...v7.6.0) (2025-06-23)
2
8
 
3
9
  ### Bug Fixes
@@ -15121,10 +15121,13 @@ ${indent}}` : "}";
15121
15121
  ],
15122
15122
  error: [
15123
15123
  "argent/invalid-signature",
15124
+ "0x617267656e742f696e76616c69642d7369676e6174757265",
15124
15125
  // ArgentX 0.3.0 to 0.3.1
15125
15126
  "is invalid, with respect to the public key",
15127
+ "0x697320696e76616c6964",
15126
15128
  // OpenZeppelin until 0.6.1, Braavos 0.0.11
15127
- "INVALID_SIG"
15129
+ "INVALID_SIG",
15130
+ "0x494e56414c49445f534947"
15128
15131
  // Braavos 1.0.0
15129
15132
  ]
15130
15133
  };