Sebastian Lorenz

Results 103 comments of Sebastian Lorenz

Just to let you know: We've added a much tighter Views integration recently as well as support for XML parsing of text fields. We've also further worked on our test...

Does it make sense to add a `vm.mockCallForward` cheatcode that lets you forward the call to a function in the local test class so that mocks can have some level...

> > Does it make sense to add a `vm.mockCallForward` cheatcode that lets you forward the call to a function in the local test class so that mocks can have...

I had a case just now in an integration test where it was rather difficult to figure out exactly what values the function I wanted to mock would be called...

This is also a show stopper for us as we can't, by policy, add an arbitrary user (bot or not) to our private repositories. Granting read access only isn't a...

I would love to use this extension but our project is a hybrid hardhat & foundry setup where the tests rely heavily on remappings. It would be wonderful if remappings...

Any news on this? This is currently my main "soft" blocker for implementing message validation (using https://github.com/bufbuild/protoc-gen-validate) https://github.com/bufbuild/connect-web/issues/270 Is this being worked on or can I lend a hand here?...

Yeah, I built my own version of that before I found that in your code :-D. Sorry for the noise.

Also subscribing to this. As it stands, due to the absurd dependency chain pulled in by web3-provider-engine and other dependencies of this provider it currently clocks in at ``` @walletconnect/web3-provider.js...

I've actually built a slim ethers.js provider in the meantime now that only uses the low level sdk of walletconnect instead. If you want I can share that here and...