aboutsummaryrefslogtreecommitdiffstats
path: root/mail/cucipop/scripts
ModeNameSize
-rw-r--r--configure264logstatsplainblame
-rw-r--r--pre-install235logstatsplainblame
n>1-7/+7 * core: improve getBadBlocks to return full block rlp (#16902)Martin Holst Swende2018-06-111-6/+14 * params: fix golint warnings (#16853)kiel barry2018-06-051-3/+3 * core, eth: minor txpool event cleanupsPéter Szilágyi2018-05-181-1/+1 * all: collate new transaction events togetherrjl4934564422018-05-181-1/+1 * build: specify the key to use when invoking gpg:sign-and-deploy-file (#16696)ligi2018-05-091-0/+12 * core/rawdb: separate raw database access to own package (#16666)Péter Szilágyi2018-05-071-3/+4 * internal: golint updates for this or self warning (#16634)kiel barry2018-05-021-27/+27 * cmd/geth, mobile: add memsize to pprof server (#16532)Felix Lange2018-04-231-10/+17 * all: fix various typos (#16533)Wuxiang2018-04-191-1/+1 * core/types: remove String methods from struct types (#16205)Steven Roose2018-04-051-1/+2 * internal/ethapi: make resent gas params optionalPéter Szilágyi2018-03-081-2/+2 * cmd/evm, core/vm, internal/ethapi: don't disable call gas meteringPéter Szilágyi2018-03-051-7/+7 * internal/debug: add support for mutex profiles (#16230)Felix Lange2018-03-032-4/+38 * internal/ethapi: fix getTransactionReceiptPéter Szilágyi2018-02-281-2/+2 * metrics: pull library and introduce ResettingTimer and InfluxDB reporter (#15...Anton Evangelatov2018-02-231-0/+6 * eth, les, light: filter on logs only, derive receipts on demandPéter Szilágyi2018-02-231-3/+7 * ethapi: prevent creating contract if no data is provided (#16108)Martin Holst Swende2018-02-211-0/+12 * all: update license information (#16089)Felix Lange2018-02-142-9/+9 * internal/build: fix usage of strings.TrimLeft (#16066)ferhat elmas2018-02-121-1/+1 * core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-061-1/+1 * internal: fix a typo that caused a lint error on travis (#15987)Guillaume Ballet2018-01-291-1/+1 * ethapi: add personal.signTransaction (#15971)Martin Holst Swende2018-01-272-20/+60 * cmd/ethkey: fix formatting, review nits (#15807)Felix Lange2018-01-161-3/+5 * all: update generated code (#15808)Felix Lange2018-01-081-16/+12 * all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-032-32/+34 * cmd, core, eth/tracers: support fancier js tracing (#15516)Péter Szilágyi2017-12-213-531/+24 * Merge pull request #15674 from chfast/vm-no-snapshot-paramPéter Szilágyi2017-12-181-1/+1 |\ | * core/vm: Remove snapshot param from Interpreter.Run()Paweł Bylica2017-12-151-1/+1 * | internal/ethapi: support "input" in transaction args (#15640)Felix Lange2017-12-181-3/+16 * | internal/ethapi: don't crash for missing receiptsrhaps1072017-12-141-1/+4 |/ * internal/ethapi: fix typo in comment (#15659)yoza2017-12-131-1/+1 * internal/ethapi: avoid recreating JavaScript tracer wrappersPéter Szilágyi2017-11-241-43/+42 * eth, internal: Implement getModifiedAccountsBy(Hash|Number) using trie diffs ...Nick Johnson2017-11-201-0/+12 * internal/ethapi: fix js tracer to properly decode addresses (#15297)Pulyak Viktor2017-11-181-10/+10 * Added output to clarify gas calculation in txpool.inspecttsarpaul2017-11-171-2/+2 * core/vm, internal/ethapi: tracer no full storage, nicer json output (#15499)Péter Szilágyi2017-11-171-25/+32 * accounts, internal: fail if no suitable estimated gas found (#15477)gary rong2017-11-151-13/+26 * dockerignore, internal/build: forward correct git folderPéter Szilágyi2017-11-132-4/+5 * .dockerignore, internal/build: Read git information directly from file (#15458)Arba Sasmoyo2017-11-132-5/+18 * internal/web3ext: make whisper v5 methods work (#15111)Guillaume Ballet2017-10-06