Daniel Izdebski

Results 18 comments of Daniel Izdebski

Issue described in #664 should be now resolved 🚀 Additionally, I have a question @jacque006. What is the purpose of `validateAndApply` functions in `FrontendCreate2Transfer.sol` and `FrontendMassMigration.sol` contracts?

We've discovered that changing just the nonce is not enough to prevent withdraw roots collision. Hubble allows registration of multiple user states for the same pubkey ID, therefore there still...

The issue at hand is caused by the [regex](https://github.com/Crypto-Punkers/resolver-engine/blob/master/packages/imports/src/utils.ts#L14) in the [resolver project](https://github.com/Crypto-Punkers/resolver-engine). I've written a regex that omits comments (both inline and multiline) and includes curly bracket notation in...

> Hi, I am interested in a demo too @tgreyuk > > I tried setting up a repo according to instruction here: https://github.com/tgreyuk/typedoc-plugin-markdown/tree/next/packages/typedoc-vitepress-theme#readme > > but I get > >...

Hey Phantom team! 👋 I'm the new hire that @drptbl mentioned. Let's get this PR merged, shall we? I'll post an initial review ~~at the beginning of next week~~. In...

Two crucial things: - MetaMask tests are broken. They need to be fixed. Once this is done, I'll approve workflows on CI. - Add similar tests for Phantom.

Hey! There are a bunch of different things that might be failing here. I'd recommend using or building on top of the docker image we have provided in the examples...

You're trying to run it headlessly in docker which is not supported. You'll have to remove the `--headless` flag when running in docker. The headless mode works only in the...

I suspect that `xvfb` is not running for some reason, but I cannot even run this docker image on my machine. I get the `Browser: chrome was not found on...