Martin Michlmayr
2ab5c11261
README: fix typo
7 years ago
Péter Szilágyi
e39ca5e597
Merge pull request #15506 from tsarpaul/master
...
internal/ethapi: changed output in txpool.inspect
7 years ago
tsarpaul
c7b0abf86b
Added output to clarify gas calculation in txpool.inspect
7 years ago
Péter Szilágyi
c8b7ea1c2e
Merge pull request #15505 from karalabe/fix-rpc-pr
...
rpc: minor cleanups to RPC PR
7 years ago
Péter Szilágyi
3c6b9c5d72
rpc: minor cleanups to RPC PR
7 years ago
Armani Ferrante
c5b8569707
rpc: disallow PUT and DELETE on HTTP ( #15501 )
...
Fixes #15493
7 years ago
Péter Szilágyi
b0190189a3
core/vm, internal/ethapi: tracer no full storage, nicer json output ( #15499 )
...
* core/vm, internal/ethapi: tracer no full storage, nicer json output
* core/vm, internal/ethapi: omit disabled trace fields
7 years ago
Péter Szilágyi
87f5b4123c
Merge pull request #15496 from karalabe/rpc-get-healthcheck
...
rpc: allow dumb empty requests for AWS health checks
7 years ago
Péter Szilágyi
4013e23312
rpc: allow dumb empty requests for AWS health checks
7 years ago
jtakalai
5aa3eac22d
eth/downloader: minor comments cleanup ( #15495 )
...
it's -> its
pet peeve, and I like to imagine I'm not alone.
7 years ago
Péter Szilágyi
bb57f1f1e5
Merge pull request #15489 from karalabe/bloombits-shifted-start
...
core/bloombits: handle non 8-bit boundary section matches
7 years ago
Péter Szilágyi
463014126f
core/bloombits: handle non 8-bit boundary section matches
7 years ago
Péter Szilágyi
bce5d837b5
Merge pull request #14582 from holiman/jumpdest_improv
...
core/vm: improve jumpdest analysis
7 years ago
Péter Szilágyi
43c8a1914c
Merge pull request #15470 from karalabe/clique-sametd-splitter
...
core: split same-td blocks on block height
7 years ago
Kurkó Mihály
ba62215d9e
cmd, dashboard: dashboard using React, Material-UI, Recharts ( #15393 )
...
* 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
7 years ago
gary rong
984c25ac40
accounts, internal: fail if no suitable estimated gas found ( #15477 )
...
* accounts, internal: return an error if no suitable estimated gas found
* accounts, internal: minor polishes on the gas estimator
7 years ago
Péter Szilágyi
a3128f9099
Merge pull request #15479 from guoger/patch-1
...
core/vm: fix typos in jump_table.go
7 years ago
Jay Guo
924098c6e5
core/vm: fix typos in jump_table.go
7 years ago
Martin Holst Swende
96ddf27a48
core/vm: copyright header on test-file
7 years ago
Péter Szilágyi
54ce3887d8
core: split same-td blocks on block height
7 years ago
Péter Szilágyi
b81a9cd829
Merge pull request #15467 from karalabe/docker-alltools
...
Dockerfile: support alltools image beside plain Geth
7 years ago
Péter Szilágyi
cef06358ff
Dockerfile: support alltools image beside plain Geth
7 years ago
Péter Szilágyi
9b97f98334
Merge pull request #15457 from robert-zaremba/testify
...
vendor: add github.com/stretchr/testify test dependency
7 years ago
Péter Szilágyi
836314c055
Merge pull request #15464 from karalabe/docker-fix
...
dockerignore, internal/build: forward correct git folder
7 years ago
Péter Szilágyi
e401536c97
dockerignore, internal/build: forward correct git folder
7 years ago
Bo
cb8bbe7081
puppeth: handle encrypted ssh keys ( closes #15442 ) ( #15443 )
...
* cmd/puppeth: handle encrypted ssh keys
* cmd/puppeth: fix unconvert linter error
7 years ago
Arba Sasmoyo
f47adc9ea8
.dockerignore, internal/build: Read git information directly from file ( #15458 )
...
* .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
7 years ago
Robert Zaremba
5d895db2fd
vendor: add github.com/stretchr/testify test dependency
...
github.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.
7 years ago
ferhat elmas
86f6568f66
build: enable unconvert linter ( #15456 )
...
* build: enable unconvert linter
- fixes #15453
- update code base for failing cases
* cmd/puppeth: replace syscall.Stdin with os.Stdin.Fd() for unconvert linter
7 years ago
Benoit Verkindt
3ee86a57f3
rpc: warn on WebSocket origin mismatch ( #15451 )
...
Fixes #15373
7 years ago
Alex Beregszaszi
b31cc71ff6
contracts/chequebook: update for latest Solidity ( #15425 )
...
This 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).
7 years ago
Péter Szilágyi
febfea7af2
Merge pull request #15450 from karalabe/lint-gofmt-misspell
...
build: enable gofmt and misspell linters
7 years ago
Péter Szilágyi
d1eb4006e2
build: enable gofmt and misspell linters
7 years ago
Péter Szilágyi
3d88ecd61a
Merge pull request #15448 from karalabe/android-build-fix
...
travis: bump Android NDK version and Android Go builder
7 years ago
Péter Szilágyi
09b347fec9
travis: bump Android NDK version and Android Go builder
7 years ago
Dan Melton
d7f2462e8f
build: add Travis job to lint Go code #15372 ( #15416 )
...
* build: [finishes #15372 ] implements generalized linter and travis job
* .travis, build: minor polishes, disable deadcode
7 years ago
bas-vk
4fe30bf5ad
rpc: check content-type for HTTP requests ( #15220 )
7 years ago
bas-vk
4732ee89cb
github: add remark about general questions ( #15250 )
7 years ago
b00ris
7ace023981
les: fix channel assignment data race ( #15441 )
7 years ago
Evgeny Danilenko
0914d4e0d2
les: fix misuse of WaitGroup ( #15365 )
7 years ago
ferhat elmas
9619a61024
all: gofmt -w -s ( #15419 )
7 years ago
Eugene Valeyev
bfdc0fa362
mobile: fix FilterLogs ( #15418 )
...
All logs in the FilterLog return value would be the same object
because the for loop captured the pointer to the iteration variable.
7 years ago
gluk256
9f7cd75682
whisper/whisperv6: initial commit (clone of v5) ( #15324 )
7 years ago
Jim McDonald
0131bd6ff9
core: respect price bump threshold ( #15401 )
...
* 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
7 years ago
Péter Szilágyi
dd8a62683e
Merge pull request #15398 from ferhatelmas/core-swarm-typo
...
core, swarm: typo fixes
7 years ago
ferhat elmas
07e8c177e7
core, swarm: typo fixes
7 years ago
Felföldi Zsolt
8d434f6a6f
les, core/bloombits: post-LES/2 fixes ( #15391 )
...
* les: fix topic ID
* core/bloombits: fix interface conversion
7 years ago
Péter Szilágyi
6dafec0666
Merge pull request #15389 from mcdee/rlpdump
...
cmd/rlpdump: allow hex input to have leading '0x'
7 years ago
Jim McDonald
3e6d7c169b
cmd/rlpdump: allow hex input to have leading '0x'
7 years ago
Péter Szilágyi
0095531a58
core, eth, les: fix messy code ( #15367 )
...
* core, eth, les: fix messy code
* les: fixed tx status test and rlp encoding
* core: add a workaround for light sync
7 years ago