Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | contracts/ens: expose Add and SetAddr in ENS (#17661) | Javier Peletier | 2018-09-29 | 1 | -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) | Elad | 2018-06-14 | 1 | -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 Lange | 2018-01-08 | 1 | -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 uint64 | Péter Szilágyi | 2018-01-03 | 1 | -3/+2 |
| | |||||
* | cmd/swarm: Support using Mainnet for resolving ENS names | Lewis Marshall | 2017-06-26 | 1 | -0/+5 |
| | | | | Signed-off-by: Lewis Marshall <lewis@lmars.net> | ||||
* | rlp, trie, contracts, compression, consensus: improve comments (#14580) | S. Matthew English | 2017-06-12 | 1 | -1/+1 |
| | |||||
* | contracts/ens: regenerate binding with solc v0.3.6 | Felix Lange | 2016-08-30 | 1 | -1/+1 |
| | |||||
* | contracts/ens: Add ENS contract binding | Nick Johnson | 2016-08-30 | 1 | -0/+178 |