Mad

Results 22 comments of Mad

I don't know if this might be the issue or related in some form but some problems found as well when trying to run git commit with signed messages that...

This would be a nice addition in case a transaction emits the same event multiple times.

Update: using an x86_64 docker image seems to do the trick. I was using node-alpine. Switching to a non-alpine version made it work.

EDIT. I think our issue was caused by a dependency override with PNPM. Not sure if this comment is relevant anymore. Reporting the same error, in my case it only...

Another upvote for this feature. Aztec 's ZK framework, Noir, needs ESM for the generation of proofs. https://noir-lang.org/typescript

I am having the same issue, dropping some debug lines: ``` Error: "gas" is missing at signed (/home/mad/geodb/rewards-emitter/relayHub/node_modules/web3-eth-accounts/src/index.js:158:21) at /home/mad/geodb/rewards-emitter/relayHub/node_modules/web3-eth-accounts/src/index.js:271:16 at processTicksAndRejections (internal/process/task_queues.js:97:5) ``` This gets triggered when using `const...

I just checked manually, we are good to go 👍🏻

> Changes LGTM. I see portal/state_unpause files for testnet, should devnet also have them? TLDR no These are not plain scripts, but migration scripts, so each network / set of...

As agreed in internal talks: - Use of configurables instead of custom storage slots for initialization of ownership - Input sanitization to avoid Address::default() as parameter for the change owner...