Péter Szilágyi
b0056f5bd0
Merge pull request #15552 from karalabe/javascript-tracers-nowrap
...
internal/ethapi: avoid recreating JavaScript tracer wrappers
7 years ago
Péter Szilágyi
989fb4472a
internal/ethapi: avoid recreating JavaScript tracer wrappers
7 years ago
Ricardo Domingos
9ff9d04a69
all: fix code comment typos ( #15547 )
...
* console: fix typo in comment
* contracts/release: fix typo in comment
* core: fix typo in comment
* eth: fix typo in comment
* miner: fix typo in comment
7 years ago
Zoe Nolan
edc3e0efeb
cmd/puppeth: fix typo in comment ( #15539 )
...
* cmd: fix typo in comment
* cmd/puppeth: tiny comment fixup
7 years ago
Péter Szilágyi
f9569f3cd8
Merge pull request #15390 from karalabe/puppeth-devcon3
...
cmd/puppeth: new version as presented at devcon3
7 years ago
Péter Szilágyi
a3a2c6b0d9
cmd/puppeth: fix typos and review suggestions
7 years ago
Péter Szilágyi
35801f938e
Merge pull request #15538 from zoenolan/patch-1
...
build: fix typo in comment
7 years ago
Zoe Nolan
cc3ca63dbf
build: fix typo in comment
7 years ago
Péter Szilágyi
049797d40a
Merge pull request #15521 from rjl493456442/clean_tx_journal
...
les: clean up tx journal file after testing
7 years ago
rjl493456442
41ef34ae40
les: use modified default txpool config to avoid creating journal file
7 years ago
Péter Szilágyi
b169a309f9
cmd/puppeth: fix unconvert linters
7 years ago
Péter Szilágyi
7f40ae7876
cmd/puppeth: switch over to upstream alltools docker image
7 years ago
Péter Szilágyi
327dcd3622
cmd/faucet, cmd/puppeth: drop GitHub support at official request
7 years ago
Péter Szilágyi
ffc12f63ec
cmd/puppeth: simplifications and pre-built docker images
7 years ago
Péter Szilágyi
80be5e5463
cmd/puppeth: store genesis locally to persist restarts
7 years ago
Péter Szilágyi
7abf968d6f
cmd/puppeth: skip genesis custom extra-data
7 years ago
Péter Szilágyi
6eb38e02a8
cmd/puppeth: fix dashboard iframes, extend with new services
7 years ago
Péter Szilágyi
51a86f61be
cmd/faucet: protocol relative websockets, noauth mode
7 years ago
Péter Szilágyi
b5cf603895
cmd/puppeth: add support for deploying web wallets
7 years ago
Péter Szilágyi
1e0c336d29
cmd/puppeth: etherchain light block explorer for PoW nets
7 years ago
Péter Szilágyi
9e095251b7
cmd/puppeth: mount ethash dir from the host to cache DAGs
7 years ago
Péter Szilágyi
da3b9f831e
cmd/puppeth: support deploying services with forced rebuilds
7 years ago
Péter Szilágyi
7b258c9681
cmd/puppeth: concurrent server dials and health checks
7 years ago
Péter Szilágyi
8c78449a9e
cmd/puppeth: reorganize stats reports to make it readable
7 years ago
Péter Szilágyi
005665867d
VERSION, params: begin 1.8.0 release cycle
7 years ago
Péter Szilágyi
4bb3c89d44
params: release v1.7.3 stable
7 years ago
Martin Holst Swende
bedf6f40af
cmd/geth: make geth account new faster with many keys ( #15529 )
7 years ago
Felix Lange
b4f2e4de8f
.github: add CODEOWNERS ( #15507 )
7 years ago
Nick Johnson
72ed186f46
eth, internal: Implement getModifiedAccountsBy(Hash|Number) using trie diffs ( #15512 )
...
* eth, internal: Implement using trie diffs
* eth, internal: Changes in response to review
* eth: More fixes to getModifiedAccountsBy*
* eth: minor polishes on error capitalization
7 years ago
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
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