Toni Tabak
Toni Tabak
i use Poi pages
Resolved in Starknet v6.6.6
> i suspect oneOf / allOf to create infinite loop while generating typings Infinite loop is from recursive reference: FUNCTION_INVOCATION -> calls -> NESTED_CALL -> FUNCTION_INVOCATION ... I don't know...
Closed in favor of related Issue https://github.com/0xs34n/starknet.js/issues/140
Closing this issue as the Sequencer provider is going to be deprecated, untill than we are going to run on 1 test acc.
Left to replace: ```json "@ethersproject/bytes": "^5.6.1", "ethereum-cryptography": "^1.0.3", "json-bigint": "^1.0.0", "minimalistic-assert": "^1.0.1", "pako": "^2.0.4", "ts-custom-error": "^3.2.0", "url-join": "^4.0.1" ```
Related Issue Reimplement json-bigint #52
> [description of `Invocation`](https://www.starknetjs.com/docs/api/namespaces/types/#invocation) type says that the default value for `signature` is `[]`. I am not sure it says anything about the default value. It says it is undefined...
If this get's fixed it will also reduce the time to implement RPC changes on starknetjs as we could export it directly to TS, instead of manually compare/re-type.
Added test for this case on [PR](https://github.com/0xs34n/starknet.js/pull/498) for V5. The test is passing as expected.