Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mudit Gupta
b47f4ca5cf
cmd/faucet: use Twitter API instead of scraping webpage ( #21850 )
...
This PR adds support for using Twitter API to query the tweet and author details. There are two reasons behind this change:
- Twitter will be deprecating the legacy website on 15th December. The current method is expected to stop working then.
- More importantly, the current system uses Twitter handle for spam protection but the Twitter handle can be changed via automated calls. This allows bots to use the same tweet to withdraw funds infinite times as long as they keep changing their handle between every request. The Rinkeby as well as the Goerli faucet are being actively drained via this method. This PR changes the spam protection to be based on Twitter IDs instead of usernames. A user can not change their Twitter ID.
4 years ago
..
testdata
cmd/puppeth: update chain spec of parity ( #20241 )
5 years ago
genesis.go
all: remove redundant conversions and import names ( #21903 )
4 years ago
genesis_test.go
cmd/puppeth: update chain spec of parity ( #20241 )
5 years ago
module.go
cmd/puppeth: your Ethereum private network manager ( #13854 )
8 years ago
module_dashboard.go
all: fix typos in comments ( #21118 )
5 years ago
module_ethstats.go
cmd/puppeth: support latest docker compose, expose faucet UDP
6 years ago
module_explorer.go
cmd/geth, cmd/puppeth: replace deprecated rpc and ws flags in tests and docs ( #21317 )
4 years ago
module_faucet.go
cmd/faucet: use Twitter API instead of scraping webpage ( #21850 )
4 years ago
module_nginx.go
cmd/puppeth: support latest docker compose, expose faucet UDP
6 years ago
module_node.go
cmd/puppeth: support latest docker compose, expose faucet UDP
6 years ago
module_wallet.go
cmd/geth, cmd/puppeth: replace deprecated rpc and ws flags in tests and docs ( #21317 )
4 years ago
puppeth.go
cmd/puppeth: chain import/export via wizard, minor polishes
6 years ago
ssh.go
cmd/puppeth: make ssh prompt more user-friendly
5 years ago
wizard.go
cmd/puppeth: chain import/export via wizard, minor polishes
6 years ago
wizard_dashboard.go
cmd/puppeth: integrate blockscout ( #18261 )
5 years ago
wizard_ethstats.go
cmd/puppeth: chain import/export via wizard, minor polishes
6 years ago
wizard_explorer.go
cmd/puppeth: integrate blockscout ( #18261 )
5 years ago
wizard_faucet.go
cmd/faucet: use Twitter API instead of scraping webpage ( #21850 )
4 years ago
wizard_genesis.go
all: implement EIP-2929 (gas cost increases for state access opcodes) + yolo-v2 ( #21509 )
4 years ago
wizard_intro.go
cmd/puppeth: chain import/export via wizard, minor polishes
6 years ago
wizard_netstats.go
cmd/puppeth: fix nil panic on disconnected stats gathering
6 years ago
wizard_network.go
cmd/puppeth: integrate blockscout ( #18261 )
5 years ago
wizard_nginx.go
cmd/puppeth: chain import/export via wizard, minor polishes
6 years ago
wizard_node.go
all: replace passPHRASE with passWORD in user interactions ( #19932 )
5 years ago
wizard_wallet.go
cmd/puppeth: chain import/export via wizard, minor polishes
6 years ago