Riley

Results 6 issues of Riley

### Component Hooks, Gas Optimization, General design optimization (improving efficiency, cleanliness, or developer experience) ### Describe the suggested feature and problem it solves. ## Problem The current definition of `Calls`...

### Component Heimdall (Core) ### Describe the feature you would like at the time of writing, storage values are listed as "public" by default, however, this is not the case....

A-core
C-decompile
D-average
P-normal
T-feature
good first issue

## Description `forge snapshot` to fix the snapshot for ci `--check` `npm run lint` to format `src/test/CREATE3.t.sol` Closes #398 ## Checklist - [x] Ran `forge snapshot`? - [x] Ran `npm...

Running `forge snapshot --check` in the CI pipeline is failing. Looks like just pushing the latest `forge snapshot` fixes. Opening a PR momentarily.

Adds ecdh, groups it with ecdsa in an ecc module, and adds a new README detailing its application to public key cryptography. This PR closes issue https://github.com/pluto/ronkathon/issues/81 WIP: tripartite ecdh...

### Aim Export (via `nargo export`) two functions with the same identifier in different scopes. ### Expected Behavior Two separate JSON documents exported to the `export/` directory ### Bug The...

bug