Ivo Georgiev

Results 171 comments of Ivo Georgiev

@ricmoo can we at least get your thoughts on the PR? It's remarkably simple and I would say it's also future proof.

hey @drortirosh I completely agree and I can PR 6492 as well. 6492 has other advantages as a "wrapper" on top of 1271, such as 1) immediately discovering that the...

> We were looking into making a similar PR, glad we searched before implementing the same work. A universal method for both EOAs and smart contract wallets is the way...

@ricmoo would you be open to merging a PR adding universal verification (EIP-1271, EIP-6492 and ecrecover via one call) as an extra function in `utils`?

@ricmoo as AA adoption is advancing, you should heavily consider adding a utility for 6492 and 1271 and discouraging use of the method that only supports EOAs (via a name...

@ricmoo that makes a lot of sense, the PR effort was started before the release of v6 and this thing definitely requires a new major version - as you said,...

hey @asadahmedtech, 6492 is backwards compatible with 1271 and at dapp level nothing needs to be changed. Wallets need to start adding the 6492 wrapper format and verifiers need to...

@asadahmedtech ethers has no plans to implement this as of today, to the best of my knowledge the wrapper format is described here https://eips.ethereum.org/EIPS/eip-6492 and it's really easy to implement...

What are the updates on this? Are there any APIs that are implemented?

It's worth mentioning that I managed to get a lot of things running by using browserify npm modules. There are little things/conflicts, like having to stick some variables into global,...