- 04 Dec, 2017 2 commits
- 
- 
Janos Guljas authored
- 
Janos Guljas authoredAllow multiple --ens-api flags to be specified with value format [tld:][contract-addr@]url. Backward compatibility with only one --ens-api flag and --ens-addr flag is preserved and conflict cases are handled: - multiple --ens-api with --ens-addr returns an error - single --ens-api with contract address and --ens-addr with different contract address returns an error Previously implemented --ens-endpoint is removed. Its functionality is replaced with multiple --ens-api flags. 
 
- 
- 01 Dec, 2017 1 commit
- 
- 
Janos Guljas authoredImplement a CLI flag that can be repeated to allow multiple ENS resolvers for different TLDs. 
 
- 
- 16 Nov, 2017 1 commit
- 
- 
jtakalai authoredit's -> its pet peeve, and I like to imagine I'm not alone. 
 
- 
- 15 Nov, 2017 4 commits
- 
- 
Péter Szilágyi authoredcore/bloombits: handle non 8-bit boundary section matches 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authoredcore/vm: improve jumpdest analysis 
- 
Péter Szilágyi authoredcore: split same-td blocks on block height 
 
- 
- 14 Nov, 2017 4 commits
- 
- 
Kurkó Mihály authored* cmd, dashboard: dashboard using React, Material-UI, Recharts * cmd, dashboard, metrics: initial proof of concept dashboard * dashboard: delete blobs * dashboard: gofmt -s -w . * dashboard: minor text and code polishes 
- 
gary rong authored* accounts, internal: return an error if no suitable estimated gas found * accounts, internal: minor polishes on the gas estimator 
- 
Péter Szilágyi authoredcore/vm: fix typos in jump_table.go 
- 
Jay Guo authored
 
- 
- 13 Nov, 2017 5 commits
- 
- 
Martin Holst Swende authored
- 
Péter Szilágyi authored
- 
Péter Szilágyi authoredDockerfile: support alltools image beside plain Geth 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authoredvendor: add github.com/stretchr/testify test dependency 
 
- 
- 12 Nov, 2017 4 commits
- 
- 
Péter Szilágyi authoreddockerignore, internal/build: forward correct git folder 
- 
Péter Szilágyi authored
- 
Bo authored* cmd/puppeth: handle encrypted ssh keys * cmd/puppeth: fix unconvert linter error 
- 
Arba Sasmoyo authored* .dockerignore, internal/build: Read git information directly from file This commit changes the way of retrieving git commit and branch for build environment from running git command to reading git files directly. This commit also adds required git files into Docker build context. fixes: #15346 * .dockerignore: workaround for including some files in .git 
 
- 
- 10 Nov, 2017 5 commits
- 
- 
Robert Zaremba authoredgithub.com/stretchr/testify is a useful library for doing assertion in tests. It makes assertions in test more less verbose and more comfortable to read and use. 
- 
ferhat elmas authored* build: enable unconvert linter - fixes #15453 - update code base for failing cases * cmd/puppeth: replace syscall.Stdin with os.Stdin.Fd() for unconvert linter 
- 
Benoit Verkindt authoredFixes #15373 
- 
Alex Beregszaszi authoredThis changes behaviour: before if the owner/amount didn't match, it resulted in a successful execution without doing anything; now it results in a failed execution using the revert opcode (remainder gas is not consumed). 
- 
Péter Szilágyi authoredbuild: enable gofmt and misspell linters 
 
- 
- 09 Nov, 2017 8 commits
- 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authoredtravis: bump Android NDK version and Android Go builder 
- 
Péter Szilágyi authored
- 
Dan Melton authored* build: [finishes #15372] implements generalized linter and travis job * .travis, build: minor polishes, disable deadcode 
- 
bas-vk authored
- 
bas-vk authored
- 
b00ris authored
- 
Evgeny Danilenko authored
 
- 
- 08 Nov, 2017 1 commit
- 
- 
ferhat elmas authored
 
- 
- 06 Nov, 2017 1 commit
- 
- 
Eugene Valeyev authoredAll logs in the FilterLog return value would be the same object because the for loop captured the pointer to the iteration variable. 
 
- 
- 03 Nov, 2017 1 commit
- 
- 
gluk256 authored
 
- 
- 30 Oct, 2017 3 commits
- 
- 
Jim McDonald authored* core: allow price bump at threshold * core: test changes to allow price bump at threshold * core: reinstate tx replacement test underneath threshold * core: minor test failure message cleanups 
- 
Péter Szilágyi authoredcore, swarm: typo fixes 
- 
ferhat elmas authored
 
-