aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/faucet/website.go
Commit message (Collapse)AuthorAgeFilesLines
* all: update generated code (#15808)Felix Lange2018-01-081-15/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * core/types, core/vm, eth, tests: regenerate gencodec files * Makefile: update devtools target Install protoc-gen-go and print reminders about npm, solc and protoc. Also switch to github.com/kevinburke/go-bindata because it's more maintained. * contracts/ens: update contracts and regenerate with solidity v0.4.19 The newer upstream version of the FIFSRegistrar contract doesn't set the resolver anymore. The resolver is now deployed separately. * contracts/release: regenerate with solidity v0.4.19 * contracts/chequebook: fix fallback and regenerate with solidity v0.4.19 The contract didn't have a fallback function, payments would be rejected when compiled with newer solidity. References to 'mortal' and 'owned' use the local file system so we can compile without network access. * p2p/discv5: regenerate with recent stringer * cmd/faucet: regenerate * dashboard: regenerate * eth/tracers: regenerate * internal/jsre/deps: regenerate * dashboard: avoid sed -i because it's not portable * accounts/usbwallet/internal/trezor: fix go generate warnings
* cmd/faucet, cmd/puppeth: drop GitHub support at official requestPéter Szilágyi2017-11-211-1/+1
|
* cmd/faucet: protocol relative websockets, noauth modePéter Szilágyi2017-11-211-1/+1
|
* all: gofmt -w -s (#15419)ferhat elmas2017-11-081-2/+2
|
* cmd/faucet: dynamic funding progress and visual feedbackPéter Szilágyi2017-10-171-1/+1
|
* cmd/faucet: proper error handling all overPéter Szilágyi2017-10-171-1/+1
|
* cmd/faucet: support twitter, google+ and facebook auth tooPéter Szilágyi2017-10-161-1/+1
|
* cmd/faucet, cmd/puppeth: support multi-tiered faucetPéter Szilágyi2017-05-041-1/+1
|
* cmd: integrate invisible recaptcha into puppethPéter Szilágyi2017-04-171-1/+1
|
* cmd/faucet: fix websocket double close/reopenPéter Szilágyi2017-04-171-1/+1
|
* cmd/faucet: add optional recaptcha validation supportPéter Szilágyi2017-04-171-1/+1
|
* cmd/puppeth: your Ethereum private network manager (#13854)Péter Szilágyi2017-04-111-0/+235