ewasm / testnet

Testnet planning & documentation
64 stars 19 forks source link

Faucet #21

Closed lrettig closed 6 years ago

lrettig commented 6 years ago

Child of #20

jwasinger commented 6 years ago

I'm adapting the metamask faucet for use in the EWASM testnet. It has not been updated since September 2017 and there have been some breaking changes in the libraries it depends on:

image

jwasinger commented 6 years ago

removing the backlog label as I am actively working on this.

jwasinger commented 6 years ago

It has not been updated since September 2017 and there have been some breaking changes in the libraries it depends on

Oh lol... nvm. I forgot to prefix the address of the faucet with 0x in the config. classic....

lrettig commented 6 years ago

You may want to look into which faucet is being used for the Casper FFG testnet

Sent via Superhuman iOS ( https://sprh.mn/?vip=lane@ethereum.org )

On Fri, Jun 1 2018 at 16:55, < notifications@github.com > wrote:

It has not been updated since September 2017 and there have been some breaking changes in the libraries it depends on

Oh lol... nvm. I forgot to prefix the address of the faucet with 0x in the config. classic....

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub ( https://github.com/ewasm/testnet/issues/21#issuecomment-393992196 ) , or mute the thread ( https://github.com/notifications/unsubscribe-auth/ADKbNA40nfv9uf5UnZ84fBY_JZYTdi9-ks5t4ZwYgaJpZM4UXE4q ).

lrettig commented 6 years ago

@jwasinger what's the status of this? Is it ready or still WIP?

jwasinger commented 6 years ago

It appears to be working fine.

lrettig commented 6 years ago

@jwasinger's update from today: it works, still need to set up deployment automation, can write something to spin up a node a put the faucet on it, basically Azure node, install ansible, it’s a nodejs app. This also still needs documentation.

lrettig commented 6 years ago

Update from today: @cdetrio says this is still on the devops to do list but won't require too much work

axic commented 6 years ago

@cdetrio @jwasinger can you please document the version and repo location of the faucet in the testnet repo?

jwasinger commented 6 years ago

https://github.com/ewasm/testnet/compare/eth-faucet?expand=1 . What do you mean by version?

axic commented 6 years ago

I didn't know it was forked, version would have referred to a release if we didn't fork it and there are upstream releases.

jwasinger commented 6 years ago

There is no development activity on the upstream repo. The metamask faucet also appears to be empty.

axic commented 6 years ago

This works now.