Péter Szilágyi
7b95cca56c
Merge pull request #15527 from holiman/bump_watch
...
accounts/keystore: Ignore initial trigger of rescan-event
7 years ago
Martin Holst Swende
e2b3a23663
accounts/keystore: Ignore initial trigger of rescan-event
7 years ago
Péter Szilágyi
0f184d3b14
Merge pull request #15526 from karalabe/accounts-new
...
accounts: fix two races in the account manager
7 years ago
Péter Szilágyi
6810674de9
accounts/keystore: lock file cache during scan, minor polish
7 years ago
Péter Szilágyi
8a79836044
accounts: list, then subscribe (sub requires active reader)
7 years ago
Pulyak Viktor
f5091e5711
internal/ethapi: fix js tracer to properly decode addresses ( #15297 )
...
* Add method getBalanceFromJs for work with address as bytes
* expect []byte instead of common.Address in ethapi tracer
7 years ago
Péter Szilágyi
0dbf55d478
Merge pull request #15509 from tbm/typo
...
Fix typo in README.md
7 years ago
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
Anton Evangelatov
b64525694b
accounts/keystore: comments above time.Sleep
7 years ago
Anton Evangelatov
448abb61eb
accounts/keystore: change modtime for test cases to be bigger than 1sec.
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
Fabio Barone
03ec3fed2b
swarm/api: bug fix exact match for manifest
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