aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/ens/ens.go
Commit message (Collapse)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-121-5/+5
|
* contracts/*: golint updates for this or self warningKiel barry2019-02-191-42/+27
| | | | (cherry picked from commit 53b823afc8c24337290ba2e7889c2dde496e9272)
* contracts/ens: expose Add and SetAddr in ENS (#17661)Javier Peletier2018-09-291-0/+32
| | | I am planning to use this to resolve names to user addresses for Swarm/MRU feeds.
* all: library changes for swarm-network-rewrite (#16898)Elad2018-06-141-3/+3
| | | | | | | | | | | | This commit adds all changes needed for the merge of swarm-network-rewrite. The changes: - build: increase linter timeout - contracts/ens: export ensNode - log: add Output method and enable fractional seconds in format - metrics: relax test timeout - p2p: reduced some log levels, updates to simulation packages - rpc: increased maxClientSubscriptionBuffer to 20000
* all: update generated code (#15808)Felix Lange2018-01-081-19/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-3/+2
|
* cmd/swarm: Support using Mainnet for resolving ENS namesLewis Marshall2017-06-261-0/+5
| | | | Signed-off-by: Lewis Marshall <lewis@lmars.net>
* rlp, trie, contracts, compression, consensus: improve comments (#14580)S. Matthew English2017-06-121-1/+1
|
* contracts/ens: regenerate binding with solc v0.3.6Felix Lange2016-08-301-1/+1
|
* contracts/ens: Add ENS contract bindingNick Johnson2016-08-301-0/+178