Richard Moore

Results 530 comments of Richard Moore

It [does return it](https://github.com/ricmoo/lurch/blob/master/rooted/springboard-rooted.asm#L101) which isn’t a lot of use unless a contract called it. It also emits an event. Otherwise you can compute the address within a contract, I...

Sorry, just saw this issue. I will update this package this week, i think updatin the major version of ethers will be sufficient. A new major version of ethers is...

Is this on v3 or v4 of ethers? I will be overhauling the bridge soon for v4... I’ll look more into getting this updated this week. :)

Heya! I’ve started porting the bridge to v4., but thanks for the reminded, I’ll try to get it finished this week. :)

You want the [Eip1193Bridge](https://docs.ethers.io/v5/api/experimental/#experimental-eip1193bridge). It’s still experimental, but I’ve used it a few times. :)

(I need to add more documentation for it; the parameters are flipped compared to this old repo, `new Eip1193Provider(signer, provider)`)

No worries. I'll archive this project and add a link to the readme to the above package. :)

This repo is deprecated; please see [the v5 docs](https://docs.ethers.io/v5/api/experimental/#experimental-eip1193bridge) instead.

I do believe it only handles base58 currently. I am moving the cli out into an ancillary package and can make this change then.

`ethers-ens lookup NAME` will read some of them if set, but true a `get-text` and ilk should be added.