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.
Elad
e7d1867964
contracts, swarm: implement EIP-1577 (#19285)
* contracts/ens: update public resolver solidity code
* contracts/ens: update public resolver, update go bindings
* update build
* fix ens.sol
* contracts/ens: change contract interface
* contracts/ens: implement public resolver changes
* contracts/ens: added ENSRegistry contract
* contracts/ens: reinstate old contract code
* contracts/ens: update README.md
* contracts/ens: added test coverage for fallback contract
* contracts/ens: added support for fallback contract
* contracts/ens: removed unused contract code
* contracts/ens: add todo and decode multicodec stub
* add encode
* vendor: add ipfs cid libraries
* contracts/ens: cid sanity tests
* contracts/ens: more cid sanity checks
* contracts/ens: wip integration
* wip
* Revert "vendor: add ipfs cid libraries"
This reverts commit 29d9b6b294 .
* contracts/ens: removed multiformats dependencies
* contracts/ens: added decode tests
* contracts/ens: added eip spec test, minor changes to exiting tests
* contracts/ens: moved cid decoding to own file
* contracts/ens: added unit test to encode hash to content hash
* contracts/ens: removed unused code
* contracts/ens: fix ens tests to use cid decode and encode
* contracts/ens: adjust swarm multicodecs after pr merge
* contracts/ens: fix linter error
* constracts/ens: address PR comments
* cmd, contracts: make peoples lives easier
* contracts/ens: fix linter error
* contracts/ens: address PR comments
|
6 years ago |
.. |
abigen
|
Modified Abigen to Support Vyper (#19120)
|
6 years ago |
bootnode
|
cmd/bootnode: print node URL on startup (#18516)
|
6 years ago |
clef
|
signer: change the stdio jsonrpc to use legacy namespace conventions (#19047)
|
6 years ago |
ethkey
|
cmd/ethkey: fix the README to match updated commands (#17332)
|
6 years ago |
evm
|
asm: remove unused parameter for function Lex (#18058)
|
6 years ago |
faucet
|
cmd, node, p2p/simulations: fix node account manager leak (#19004)
|
6 years ago |
geth
|
cmd, core, eth, trie: get rid of trie cache generations (#19262)
|
6 years ago |
internal/browser
|
cmd/geth: added 'geth bug' command (#3684)
|
8 years ago |
p2psim
|
all: new p2p node representation (#17643)
|
6 years ago |
puppeth
|
cmd/puppeth: handle pre-set Petersburg number, save changed fork rules
|
6 years ago |
rlpdump
|
cmd/rlpdump: allow hex input to have leading '0x'
|
7 years ago |
swarm
|
contracts, swarm: implement EIP-1577 (#19285)
|
6 years ago |
utils
|
cmd/swarm: dont connect to bootnodes in tests (#19270)
|
6 years ago |
wnode
|
all: new p2p node representation (#17643)
|
6 years ago |