Gregory Guillou
Gregory Guillou
## Motivation and Resolution This issue was not properly corrected in previous attempt (see https://github.com/0xs34n/starknet.js/pull/331 now closed). The goal of this new PR is to have a merkle proof that...
The FUNCTION_ABI_ENTRY that are generated by the compiler and pushed to starknet seems to have a `stateMutability` property set to `view` when the function is in view mode. I propose...
## Objectives We would like to know if there is a way to add the wallet on the same origin as the application. The motivations are beyond the scope of...
## Objectives There are several reasons behind this exploration. One being security and the fact that dedicated workers should only be called by the script that has initiated it. The...
This PR changes your tests (only tests!) for a few reasons: - the default `HEAD` has changed from `master` to `main` in new git versions. Tests now read `.git/HEAD` to...