Commit Graph

624 Commits (ba2dd9385c2a51134e520083dc732787a813b107)

Author SHA1 Message Date
gary rong 51db5975cc consensus/ethash: move remote agent logic to ethash internal (#15853) 6 years ago
Anton Evangelatov a5d5609e38 build: rename swarm deb package to ethereum-swarm; change swarm deb version from 1.8.x to 0.3.x (#16988) 6 years ago
Péter Szilágyi 6b232ce325
internal, vendor: update Azure blobstore API 6 years ago
Kurkó Mihály a9835c1816 cmd, dashboard, log: log collection and exploration (#17097) 6 years ago
Andrey Petrov 2a75fe3308 rpc: Add admin_addTrustedPeer and admin_removeTrustedPeer. 6 years ago
Ryan Schneider 897ea01d5f internal/debug: use pprof goroutine writer for debug_stacks (#16892) 6 years ago
Ryan Schneider 1fc54d92ec internal/web3ext: fix method name for enabling mutex profiling (#16964) 6 years ago
Felix Lange 0255951587 crypto: replace ToECDSAPub with error-checking func UnmarshalPubkey (#16932) 6 years ago
Péter Szilágyi 90829a04bf
internal/ethapi: reduce pendingTransactions to O(txs+accs) from O(txs*accs) 6 years ago
Péter Szilágyi 99483e85b9
rpc: support returning nil pointer big.Ints (null) 6 years ago
Martin Holst Swende eac16f9824 core: improve getBadBlocks to return full block rlp (#16902) 6 years ago
kiel barry cbfb40b0aa params: fix golint warnings (#16853) 6 years ago
Péter Szilágyi 49719e21bc
core, eth: minor txpool event cleanups 6 years ago
rjl493456442 a2e43d28d0
all: collate new transaction events together 6 years ago
ligi eab6e5a317 build: specify the key to use when invoking gpg:sign-and-deploy-file (#16696) 6 years ago
Péter Szilágyi 6cf0ab38bd
core/rawdb: separate raw database access to own package (#16666) 6 years ago
kiel barry 670bae4cd3 internal: golint updates for this or self warning (#16634) 6 years ago
Felix Lange e7067be94f cmd/geth, mobile: add memsize to pprof server (#16532) 7 years ago
Wuxiang 8f8774cf6d all: fix various typos (#16533) 7 years ago
Steven Roose ec8ee611ca core/types: remove String methods from struct types (#16205) 7 years ago
Péter Szilágyi 28ef23f446
internal/ethapi: make resent gas params optional 7 years ago
Péter Szilágyi b7e57ca1d0
cmd/evm, core/vm, internal/ethapi: don't disable call gas metering 7 years ago
Felix Lange 12f4d28411
internal/debug: add support for mutex profiles (#16230) 7 years ago
Péter Szilágyi ba7b384019
internal/ethapi: fix getTransactionReceipt 7 years ago
Anton Evangelatov ae9f97221a metrics: pull library and introduce ResettingTimer and InfluxDB reporter (#15910) 7 years ago
Péter Szilágyi 5cf1d35470
eth, les, light: filter on logs only, derive receipts on demand 7 years ago
Martin Holst Swende b585f76128 ethapi: prevent creating contract if no data is provided (#16108) 7 years ago
Felix Lange a5c0bbb4f4
all: update license information (#16089) 7 years ago
ferhat elmas 52ad848b2e internal/build: fix usage of strings.TrimLeft (#16066) 7 years ago
Péter Szilágyi 55599ee95d core, trie: intermediate mempool between trie and database (#15857) 7 years ago
Guillaume Ballet dd7a715d73 internal: fix a typo that caused a lint error on travis (#15987) 7 years ago
Martin Holst Swende 722bac84fa ethapi: add personal.signTransaction (#15971) 7 years ago
Felix Lange f08cd94fb7
cmd/ethkey: fix formatting, review nits (#15807) 7 years ago
Felix Lange 5c2f1e0014 all: update generated code (#15808) 7 years ago
Péter Szilágyi 6f69cdd109
all: switch gas limits from big.Int to uint64 7 years ago
Péter Szilágyi 5258785c81
cmd, core, eth/tracers: support fancier js tracing (#15516) 7 years ago
Felix Lange 8c33ac10bf
internal/ethapi: support "input" in transaction args (#15640) 7 years ago
Paweł Bylica fb5f25eeee
core/vm: Remove snapshot param from Interpreter.Run() 7 years ago
rhaps107 e9971d356b internal/ethapi: don't crash for missing receipts 7 years ago
yoza bbea4b2b53 internal/ethapi: fix typo in comment (#15659) 7 years ago
Péter Szilágyi 989fb4472a
internal/ethapi: avoid recreating JavaScript tracer wrappers 7 years ago
Nick Johnson 72ed186f46 eth, internal: Implement getModifiedAccountsBy(Hash|Number) using trie diffs (#15512) 7 years ago
Pulyak Viktor f5091e5711 internal/ethapi: fix js tracer to properly decode addresses (#15297) 7 years ago
tsarpaul c7b0abf86b Added output to clarify gas calculation in txpool.inspect 7 years ago
Péter Szilágyi b0190189a3
core/vm, internal/ethapi: tracer no full storage, nicer json output (#15499) 7 years ago
gary rong 984c25ac40 accounts, internal: fail if no suitable estimated gas found (#15477) 7 years ago
Péter Szilágyi e401536c97
dockerignore, internal/build: forward correct git folder 7 years ago
Arba Sasmoyo f47adc9ea8 .dockerignore, internal/build: Read git information directly from file (#15458) 7 years ago
Guillaume Ballet 36243c7ed8 internal/web3ext: make whisper v5 methods work (#15111) 7 years ago
rjl493456442 94903d572b
internal, accounts, eth: utilize vm failed flag to help gas estimation 7 years ago