# Swarm ENS interface ## Usage Full documentation for the Ethereum Name Service [can be found as EIP 137](https://github.com/ethereum/EIPs/issues/137). This package offers a simple binding that streamlines the registration arbitrary utf8 domain names to swarm content hashes. ## Development The SOL file in contract subdirectory implements the ENS root registry, a simple first-in-first-served registrar for the root namespace, and a simple resolver contract; they're used in tests, and can be used to deploy these contracts for your own purposes. The solidity source code can be found at [github.com/arachnid/ens/](https://github.com/arachnid/ens/). The go bindings for ENS contracts are generated using `abigen` via the go generator: ```shell go generate ./contracts/ens ``` id='header'> cgit logo index : go-tangerine
Tangerine full node (https://github.com/tangerine-network/go-tangerine)
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* all: update license informationFelix Lange2016-04-154-4/+4
* tests: remove eth, node, accounts dependenciesFelix Lange2016-04-121-42/+17
* core: added basic chain configurationJeffrey Wilcke2016-04-017-189/+221
* core: Added EVM configuration optionsJeffrey Wilcke2016-03-242-4/+8
* core, core/vm, tests: changed the initialisation behaviour of the EVMJeffrey Wilcke2016-03-231-1/+7
* Merge pull request #2260 from karalabe/ethash-cache-fixesPéter Szilágyi2016-02-241-0/+1
|\
| * Godeps, eth, tests: update ethash, used shared for testingPéter Szilágyi2016-02-241-0/+1
* | all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}()Ricardo Catalinas Jiménez2016-02-221-1/+1
|/
* core: Added new TD strategy which mitigate the risk for selfish miningJeffrey Wilcke2016-02-181-0/+3
* core, core/vm, crypto: fixes for homesteadJeffrey Wilcke2016-02-181-0/+9
* tests: updated homestead testsJeffrey Wilcke2016-02-18800-11178/+181716
* parmas, crypto, core, core/vm: homestead consensus protocol changesGustav Simonsson2016-02-1827-9136/+23458
* cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacksPéter Szilágyi2015-11-271-15/+8
* Update common test filesGustav Simonsson2015-11-203-39/+865
* tests: fix data race in bad-block-report disabling during testsPéter Szilágyi2015-11-051-2/+5
* cmd/utils, crypto: add --lightkdf flag for lighter KDFDrake Burroughs2015-10-291-1/+1
* tests: update JSON files, add new wrappersGustav Simonsson2015-10-2326-4809/+21810
* core, tests: get_hash fixJeffrey Wilcke2015-10-211-7/+5
* core, core/state: move gas tracking out of core/stateFelix Lange2015-10-171-5/+3
* core/state, core, miner: handle missing root error from state.NewGustav Simonsson2015-10-163-28/+31
* core, core/vm, cmd/evm: remove redundant balance checkGustav Simonsson2015-10-061-3/+3
* cmd/geth, cmd/utils, core, rpc: renamed to blockchainJeffrey Wilcke2015-10-041-4/+4
* cmd/evm, core/vm, test: refactored VM and coreJeffrey Wilcke2015-10-044-32/+27
* Merge pull request #1405 from fjl/lean-trieJeffrey Wilcke2015-10-012-10/+10
|\
| * core, core/state: batch-based state syncFelix Lange2015-09-232-10/+10
* | tests: add test for StateTests/stCallCodes.jsonGustav Simonsson2015-09-213-1/+6807
|/
* tests: use lastblockhash field to validate reorgs and block headersGustav Simonsson2015-09-181-41/+49
* tests: update common test wrappers and test filesGustav Simonsson2015-09-187-424/+13102
* all: move common.Database to package ethdbFelix Lange2015-09-152-2/+3
* core: split out TD from database and all internalsPéter Szilágyi2015-09-111-3/+2
* Add TestBcForkUncleTests and update JSON filesGustav Simonsson2015-08-31