| Commit message (Expand) | Author | Age | Files | Lines |
* | p2p: add more info to peer addition and removal logs (#19712) | Felix Lange | 2019-06-13 | 1 | -2/+2 |
* | les: reject client if it makes too many invalid requests (#19691) | gary rong | 2019-06-12 | 3 | -14/+40 |
* | accounts/abi/bind: rename NewKeystoreTransactor (#19703) | Marius van der Wijden | 2019-06-12 | 1 | -2/+2 |
* | Merge pull request #19701 from holiman/fixles | Péter Szilágyi | 2019-06-12 | 1 | -0/+4 |
|\ |
|
| * | les/handler: avoid lookup missing state | Martin Holst Swende | 2019-06-12 | 1 | -0/+4 |
* | | Merge pull request #19702 from karalabe/txprop-stricter-limiting | Péter Szilágyi | 2019-06-12 | 1 | -0/+24 |
|\ \
| |/
|/| |
|
| * | eth: enforce stricter known limits on idle peers | Péter Szilágyi | 2019-06-12 | 1 | -0/+24 |
|/ |
|
* | core/types: document RawSignatureValues (#19695) | Felix Lange | 2019-06-12 | 1 | -1/+3 |
* | dashboard: update yarn.lock (#19697) | Kurkó Mihály | 2019-06-12 | 2 | -2923/+3378 |
* | ethclient, internal/ethapi: add support for EIP-695 (eth_chainId) (#19694) | Felix Lange | 2019-06-11 | 3 | -0/+31 |
* | p2p: enforce connection retry limit on server side (#19684) | Felix Lange | 2019-06-11 | 9 | -294/+520 |
* | eth, les: reject stale request (#19689) | gary rong | 2019-06-11 | 5 | -2/+90 |
* | Merge pull request #19692 from karalabe/metrics-extensions | Péter Szilágyi | 2019-06-11 | 15 | -117/+341 |
|\ |
|
| * | core, ethdb, metrics, p2p: expose various counter metrics for grafana | Péter Szilágyi | 2019-06-11 | 15 | -117/+341 |
|/ |
|
* | core/rawdb: avoid O_APPEND (#19676) | Frank Szendzielarz | 2019-06-10 | 1 | -24/+62 |
* | accounts: added transactorFromKeyStore (#19685) | Marius van der Wijden | 2019-06-08 | 1 | -0/+19 |
* | vendor: remove unused dependencies (#19683) | Felix Lange | 2019-06-07 | 141 | -25571/+0 |
* | p2p/enode: improve IPv6 support, add ENR text representation (#19663) | Felix Lange | 2019-06-07 | 20 | -219/+463 |
* | cmd/devp2p: add devp2p debug tool (#19657) | Felix Lange | 2019-06-07 | 6 | -8/+446 |
* | accounts/scwallet: Disable macos support (#19679) | Guillaume Ballet | 2019-06-07 | 3 | -5/+40 |
* | Merge pull request #19681 from karalabe/fix-libusb-docker | Péter Szilágyi | 2019-06-07 | 4 | -4/+14 |
|\ |
|
| * | vendor: pull in USB fix for docker (alpine/musl) | Péter Szilágyi | 2019-06-07 | 4 | -4/+14 |
|/ |
|
* | SECURITY.md: create security policy (#19666) | Ethan Heilman | 2019-06-06 | 1 | -0/+120 |
* | Merge pull request #19674 from karalabe/usb-ios-fixup | Péter Szilágyi | 2019-06-06 | 6 | -28/+31 |
|\ |
|
| * | vendor: pull fixed usb library for nocgo builds | Péter Szilágyi | 2019-06-06 | 6 | -28/+31 |
* | | eth: check for DefaultConfig.NetworkId in test (#17599) | Nguyen Kien Trung | 2019-06-06 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #19671 from holiman/usbfix | Péter Szilágyi | 2019-06-05 | 1 | -1/+11 |
|\ |
|
| * | account/usbwallet: abort usb enumeration after failures | Martin Holst Swende | 2019-06-05 | 1 | -1/+11 |
* | | cmd/clef: enable smartcard hub (#19649) | Guillaume Ballet | 2019-06-05 | 3 | -3/+27 |
* | | cmd: Add retesteth command (to support execution and generation of tests via ... | ledgerwatch | 2019-06-05 | 3 | -0/+1038 |
* | | eth/downloader: make syncing error more obvious (#19413) | gary rong | 2019-06-05 | 3 | -42/+45 |
|/ |
|
* | cmd/utils: close quote (#19665) | Martin Holst Swende | 2019-06-05 | 1 | -1/+1 |
* | accounts/scwallet: don't error when pcsc socket is missing (#19662) | Guillaume Ballet | 2019-06-04 | 1 | -1/+1 |
* | Merge pull request #19588 from gballet/trezor-fix-ownlib | Péter Szilágyi | 2019-06-04 | 122 | -16318/+20971 |
|\ |
|
| * | accounts/usbwallet, vendor: switch from HID to generic USB lib | Péter Szilágyi | 2019-06-04 | 92 | -7799/+7479 |
| * | accounts/usbwallet: recreate Trezor protocol, support old and new | Péter Szilágyi | 2019-06-03 | 35 | -9067/+13631 |
| * | accounts/usbwallet: support webusb for Trezor wallets | Guillaume Ballet | 2019-06-03 | 12 | -34/+443 |
* | | swarm: code cleanup, move to ethersphere/swarm (#19661) | Rafael Matias | 2019-06-04 | 361 | -87054/+22 |
* | | ethclient: ensure tx json is not nil before accessing it (#19653) | Dmitry Shulyak | 2019-06-03 | 2 | -6/+25 |
* | | core/signer, clef: improve ui-test flow, fix errors in uint handling (#19584) | Martin Holst Swende | 2019-06-03 | 27 | -557/+1326 |
|/ |
|
* | accounts/scwallet: flag to specify path to smartcard daemon (#19439) | Guillaume Ballet | 2019-05-31 | 12 | -17/+158 |
* | swarm/storage: set false, only when we get a chunk back (#19599) | Anton Evangelatov | 2019-05-31 | 3 | -7/+54 |
* | les: short circuit in the unregister if peer is not registered (#19644) | gary rong | 2019-05-31 | 1 | -0/+4 |
* | les, les/flowcontrol: implement LES/3 (#19329) | Felföldi Zsolt | 2019-05-31 | 22 | -608/+1533 |
* | github: update code owners (#19638) | Adam Schmideg | 2019-05-30 | 1 | -5/+10 |
* | swarm/api/http: fix bzz-hash to return ens resolved hash directly (#19594) | Elad | 2019-05-29 | 1 | -11/+11 |
* | swarm/api: update mission statement (#19612) | Rafael Matias | 2019-05-29 | 2 | -6/+6 |
* | accounts/scwallet: change sc url scheme to keycard (#19632) | Guillaume Ballet | 2019-05-29 | 2 | -11/+11 |
* | crypto/bn256/cloudflare: fix comments to describe the updated curve parameter... | Antoine Rondelet | 2019-05-28 | 2 | -2/+5 |
* | cmd/abigen: allow using `abigen --pkg` flag with standard input (#19207) | Vitaly Bogdanov | 2019-05-28 | 1 | -8/+3 |
* | Merge pull request #19630 from karalabe/fix-commit-strings | Péter Szilágyi | 2019-05-27 | 1 | -2/+2 |
|\ |
|
| * | internal/build: fix Travis and AppVeyor commit string injection | Péter Szilágyi | 2019-05-27 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #19629 from karalabe/duktape-2.3.0 | Péter Szilágyi | 2019-05-27 | 17 | -2398/+4238 |
|\ |
|
| * | vendor: update go-duktape to v2.3.0 | Péter Szilágyi | 2019-05-27 | 17 | -2398/+4238 |
* | | Merge pull request #19524 from gballet/scwallet-puk-count | Péter Szilágyi | 2019-05-27 | 1 | -9/+18 |
|\ \
| |/
|/| |
|
| * | accounts/scwallet: fix public key confirmation regression | Péter Szilágyi | 2019-05-27 | 1 | -8/+6 |
| * | accounts/scwallet: display PUK retry count, validate PIN/PUK length | Guillaume Ballet | 2019-05-27 | 1 | -1/+12 |
|/ |
|
* | core: concurrent database reinit from freezer dump | Péter Szilágyi | 2019-05-27 | 5 | -45/+171 |
* | accounts/keystore: enable fallback for darwin,!cgo (#19614) | Jeremy Schlatter | 2019-05-27 | 2 | -2/+2 |
* | Merge pull request #19628 from karalabe/nofreeze-genesis | Péter Szilágyi | 2019-05-27 | 1 | -4/+10 |
|\ |
|
| * | core/rawdb: keep genesis in key-value store for full sync too | Péter Szilágyi | 2019-05-27 | 1 | -4/+10 |
|/ |
|
* | core: never delete genesis block (#19617) | gary rong | 2019-05-27 | 1 | -4/+10 |
* | eth, les: reject light client connection is server is not synced (#19616) | gary rong | 2019-05-27 | 8 | -31/+71 |
* | accounts/usbwallet: enable the Nano X and upcoming Ledger IDs (#19623) | Péter Szilágyi | 2019-05-26 | 1 | -1/+14 |
* | accounts, p2p, rpc: make CGO_ENABLED=0 build again (#19593) | Martin Holst Swende | 2019-05-26 | 6 | -34/+71 |
* | crypto/bn256/cloudflare: checks for nil pointers in Marshal functions (#19609) | Antoine Rondelet | 2019-05-26 | 1 | -0/+9 |
* | core/state: unified function receiver names (#19615) | Mohanson | 2019-05-26 | 1 | -118/+118 |
* | tests: make transaction tests run again, fix #19033 (#19529) | Martin Holst Swende | 2019-05-21 | 3 | -204/+85 |
* | log: do not pad values longer than 40 characters (#19592) | Nikifor Seryakov | 2019-05-20 | 1 | -6/+7 |
* | build: fix Launchpad typo (#19597) | Nikita Kryuchkov | 2019-05-20 | 1 | -4/+4 |
* | les: avoid fetcher deadlock on requestChn (#19571) | Felföldi Zsolt | 2019-05-18 | 1 | -15/+14 |
* | accounts/abi: fix TestUnpackMethodIntoMap (#19484) | manlio | 2019-05-17 | 1 | -1/+1 |
* | swarm/version: v0.4.1 unstable (#19587) | Anton Evangelatov | 2019-05-17 | 1 | -4/+4 |
* | swarm/version: v0.4.0 stable (#19586) | Anton Evangelatov | 2019-05-17 | 1 | -4/+4 |
* | Merge pull request #19591 from karalabe/64bit-align | Péter Szilágyi | 2019-05-17 | 3 | -5/+17 |
|\ |
|
| * | core/rawdb, eth/downloader: align 64bit atomic fields | Péter Szilágyi | 2019-05-17 | 3 | -5/+17 |
* | | build: disable swarm packages (#19585) | Anton Evangelatov | 2019-05-17 | 1 | -34/+4 |
|/ |
|
* | Merge pull request #19244 from karalabe/freezer-2 | Péter Szilágyi | 2019-05-17 | 54 | -458/+3748 |
|\ |
|
| * | cmd/geth, core/rawdb: seamless freezer consistency, friendly removedb | Péter Szilágyi | 2019-05-16 | 10 | -312/+121 |
| * | cosensus, core, eth, params, trie: fixes + clique history cap | Péter Szilágyi | 2019-05-16 | 12 | -53/+112 |
| * | core, cmd, vendor: fixes and database inspection tool (#15) | gary rong | 2019-05-16 | 29 | -248/+1287 |
| * | freezer: disable compression on hashes and difficulties (#14) | Martin Holst Swende | 2019-05-16 | 3 | -5/+15 |
| * | core/rawdb: support starting offset for future deletion | Martin Holst Swende | 2019-05-16 | 2 | -30/+175 |
| * | all: integrate the freezer with fast sync | gary rong | 2019-05-16 | 26 | -318/+1068 |
| * | core/rawdb: add file lock for freezer | rjl493456442 | 2019-05-16 | 3 | -5/+43 |
| * | freezer: implement split files for data | Martin Holst Swende | 2019-05-16 | 2 | -95/+815 |
| * | cmd, core, eth, les, node: chain freezer on top of db rework | Péter Szilágyi | 2019-05-16 | 15 | -35/+755 |
* | | swarm/network: bump network id for 0.4 release (#19580) | Anton Evangelatov | 2019-05-16 | 5 | -10/+42 |
* | | swarm/feeds: Parallel feed lookups (#19414) | Javier Peletier | 2019-05-16 | 14 | -342/+952 |
|/ |
|
* | accounts,signer: better support for EIP-191 intended validator (#19523) | Martin Holst Swende | 2019-05-16 | 2 | -8/+22 |
* | p2p/discover: fix crash in Resolve (#19579) | Felix Lange | 2019-05-15 | 1 | -3/+3 |
* | swarm/storage: disable open tracing on indices (#19578) | Anton Evangelatov | 2019-05-15 | 2 | -29/+0 |
* | swarm/metrics: collect metrics on datadir disk usage (#19576) | Anton Evangelatov | 2019-05-15 | 1 | -0/+31 |
* | p2p/discover: add support for EIP-868 (v4 ENR extension) (#19540) | Felix Lange | 2019-05-15 | 6 | -136/+406 |
* | rlp: fixes for two corner cases and documentation (#19527) | Felix Lange | 2019-05-14 | 5 | -57/+111 |
* | accounts/abi: fix documentation (#19568) | Jeremy Schlatter | 2019-05-14 | 1 | -2/+2 |
* | Merge pull request #19563 from karalabe/faucet-remove-g+-mention | Péter Szilágyi | 2019-05-13 | 2 | -16/+54 |
|\ |
|
| * | cmd/faucet: remove Google+ mention from web assets too | Péter Szilágyi | 2019-05-13 | 2 | -16/+54 |
* | | core, eth, trie: bloom filter for trie node dedup during fast sync (#19489) | Péter Szilágyi | 2019-05-13 | 46 | -57/+2668 |
|/ |
|
* | les, light: implement ODR transaction lookup by hash (#19069) | Felföldi Zsolt | 2019-05-13 | 16 | -51/+182 |
* | les: fixed cost table update (#19546) | Felföldi Zsolt | 2019-05-13 | 3 | -8/+13 |
* | core: fix formatting error (trailing whitepace) | Péter Szilágyi | 2019-05-13 | 1 | -1/+1 |
* | Merge pull request #19562 from holiman/fix_tabcrash | Péter Szilágyi | 2019-05-13 | 3 | -1/+2 |
|\ |
|
| * | p2p/discover: fix a race where table loop would self-lookup before returning ... | Martin Holst Swende | 2019-05-13 | 3 | -1/+2 |
* | | core: move error variable to error.go (#19560) | PilkyuJung | 2019-05-13 | 2 | -3/+4 |
* | | cmd/swarm: skip export test on windows builds (#19555) | Elad | 2019-05-13 | 2 | -2/+6 |
* | | swarm/metrics: track runtime metrics (#19557) | Anton Evangelatov | 2019-05-13 | 1 | -1/+5 |
* | | swarm/network/stream: add pure retrieval test (#19552) | holisticode | 2019-05-11 | 1 | -55/+218 |
* | | core: fix import errors on clique crashes + empty blocks (#19544) | Péter Szilágyi | 2019-05-10 | 3 | -2/+160 |
* | | Merge pull request #19550 from ethersphere/swarm-rather-stable | Péter Szilágyi | 2019-05-10 | 112 | -5130/+5741 |
|\ \ |
|
| * | | swarm/network: update syncer metrics | Elad | 2019-05-10 | 1 | -4/+3 |
| * | | swarm/network: measure addPeer and deletePeer to know if Kad rearranged | Anton Evangelatov | 2019-05-10 | 6 | -25/+3 |
| * | | swarm: instrument setNextBatch | Elad | 2019-05-10 | 5 | -12/+37 |
| * | | swarm/storage: improve instrumentation | Anton Evangelatov | 2019-05-10 | 6 | -40/+30 |
| * | | swarm/pss: disable failing handshake test | lash | 2019-05-10 | 1 | -0/+1 |
| * | | swarm-smoke: add syncDelay flag | Anton Evangelatov | 2019-05-10 | 5 | -12/+40 |
| * | | swarm: push tags integration - request flow | Elad | 2019-05-10 | 34 | -362/+699 |
| * | | swarm/network: update syncing | Janoš Guljaš | 2019-05-10 | 10 | -486/+707 |
| * | | swarm/chunk: add tags data type | Elad | 2019-05-10 | 5 | -0/+604 |
| * | | cmd/swarm-smoke: check if chunks are at most prox host | Anton Evangelatov | 2019-05-10 | 2 | -7/+101 |
| * | | p2p/protocols, swarm/network: fix resource leak with p2p teardown | Elad | 2019-05-10 | 4 | -19/+28 |
| * | | swarm: LocalStore metrics | Janoš Guljaš | 2019-05-10 | 10 | -47/+239 |
| * | | swarm/storage/localstore: fix export db.Put signature | Anton Evangelatov | 2019-05-10 | 28 | -659/+374 |
| * | | cmd/swarm, swarm: LocalStore storage integration | Janoš Guljaš | 2019-05-10 | 62 | -3674/+3092 |
|/ / |
|
* | | Merge pull request #19539 from karalabe/faucet-updates | Péter Szilágyi | 2019-05-09 | 1 | -37/+12 |
|\ \ |
|
| * | | cmd/faucet: sunset Google+ authentication | Péter Szilágyi | 2019-05-08 | 1 | -36/+6 |
| * | | cmd/faucet: embed git commit hash and date into the version | Péter Szilágyi | 2019-05-08 | 1 | -1/+6 |
|/ / |
|
* | | cmd, internal/build, docker: advertise commit date in unstable build versions... | C. Brown | 2019-05-08 | 17 | -38/+75 |
* | | core: handle importing known blocks more gracefully (#19417) | gary rong | 2019-05-08 | 2 | -125/+303 |
* | | Merge pull request #19534 from karalabe/downloader-delay-fix | Péter Szilágyi | 2019-05-08 | 1 | -0/+7 |
|\ \ |
|
| * | | eth/downloader: fix header delays during chain dedup | Péter Szilágyi | 2019-05-07 | 1 | -0/+7 |
* | | | appveyor: Upgrade Go to v1.12.5 (#19536) | Samuel Marks | 2019-05-08 | 1 | -2/+2 |
* | | | accounts/usbwallet: fix a comment typo in trezor driver (#19535) | Guillaume Ballet | 2019-05-08 | 1 | -1/+1 |
|/ / |
|
* | | accounts, cmd, internal, signer: add note about backing up the keystore (#19432) | Kurkó Mihály | 2019-05-07 | 5 | -5/+28 |
* | | core: fix canonicality confusion (#19514) | Martin Holst Swende | 2019-05-07 | 2 | -1/+130 |
* | | trie: clarify why verifyProof doesn't check hashes (#19530) | gary rong | 2019-05-07 | 1 | -2/+3 |
|/ |
|
* | core/rawdb: fix typo (#19526) | 유용환 | 2019-05-04 | 1 | -2/+2 |
* | Merge pull request #19513 from fjl/p2p-discover-split-v4 | Péter Szilágyi | 2019-05-02 | 8 | -700/+746 |
|\ |
|
| * | p2p/discover: split out discv4 code | Felix Lange | 2019-04-30 | 7 | -700/+700 |
| * | internal/testlog: add logger for unit tests | Felix Lange | 2019-04-30 | 1 | -0/+46 |
* | | eth, les: add error when accessing missing block state (#18346) | Martin Holst Swende | 2019-05-02 | 3 | -2/+161 |
* | | consensus,core,miner: avoid overhead of creating a new block (#19301) | Martin Holst Swende | 2019-04-30 | 6 | -8/+33 |
* | | Merge pull request #19500 from karalabe/cht-txpool-open-limit | Péter Szilágyi | 2019-04-30 | 2 | -6/+32 |
|\ \ |
|
| * | | eth: enforce chain above CHT before accepting txs into the pool | Péter Szilágyi | 2019-04-26 | 2 | -6/+32 |
* | | | internal/ethapi: estimate gas usage automatically (#19508) | gary rong | 2019-04-30 | 1 | -8/+25 |
| |/
|/| |
|
* | | core/rawdb: typo fix storea => stores (#19498) | Hongbin Mao | 2019-04-26 | 1 | -1/+1 |
|/ |
|
* | swarm/network: fix data races in TestInitialPeersMsg test (#19490) | Janoš Guljaš | 2019-04-26 | 6 | -10/+37 |
* | Merge pull request #19497 from karalabe/peers-50 | Péter Szilágyi | 2019-04-25 | 2 | -3/+3 |
|\ |
|
| * | cmd/utils, node: switch over default peer count to 50 | Péter Szilágyi | 2019-04-25 | 2 | -3/+3 |
* | | core: lookup txs by block number instead of block hash (#19431) | Matthew Halpern | 2019-04-25 | 3 | -68/+97 |
* | | Merge pull request #19438 from karalabe/ledger-new-derivation-path | Péter Szilágyi | 2019-04-25 | 8 | -137/+167 |
|\ \
| |/
|/| |
|
| * | accounts: switch Ledger derivation path to canonical one | Péter Szilágyi | 2019-04-10 | 8 | -130/+163 |
| * | Revert "Can now specify the number of empty accounts to derive" | Péter Szilágyi | 2019-04-10 | 1 | -10/+7 |
* | | eth/downloader: enable unsync-protection for light client (#19496) | gary rong | 2019-04-25 | 2 | -3/+3 |
* | | miner: polish miner configuration (#19480) | gary rong | 2019-04-23 | 11 | -162/+162 |
* | | swarm/pss: Fix flaky TestProxNetwork (#19471) | gluk256 | 2019-04-19 | 3 | -187/+181 |
* | | Merge pull request #18168 from karalabe/trie-better-cache-size-estimation | Péter Szilágyi | 2019-04-18 | 3 | -15/+59 |
|\ \ |
|
| * | | cmd: special case default cache allowance (4GB mainnet, 128MB ligh) | Péter Szilágyi | 2019-04-12 | 2 | -1/+15 |
| * | | trie: approximate the wasted cache metaspace closer | Péter Szilágyi | 2019-04-12 | 1 | -14/+44 |
* | | | p2p: fix typo in dialstate comment (#19476) | Guillaume Ballet | 2019-04-18 | 1 | -1/+1 |
* | | | swarm/version: bump version due to Geth hotfix release | Péter Szilágyi | 2019-04-17 | 1 | -1/+1 |
* | | | Merge pull request #19468 from karalabe/enforce-fastsync-checkpoints | Péter Szilágyi | 2019-04-17 | 11 | -115/+211 |
|\ \ \ |
|
| * | | | eth, les, light: enforce CHT checkpoints on fast-sync too | Péter Szilágyi | 2019-04-17 | 11 | -115/+211 |
* | | | | les: fix p2p.Protocol.PeerInfo (#19472) | Felföldi Zsolt | 2019-04-17 | 1 | -1/+1 |
* | | | | Merge pull request #19470 from SamuelMarks/go1.12.4 | Péter Szilágyi | 2019-04-16 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | appveyor.yml: Upgraded to Go 1.12.4 | Samuel Marks | 2019-04-16 | 1 | -2/+2 |
|/ / / / |
|
* / / / | les: check required message types in cost table (#19454) | Felföldi Zsolt | 2019-04-16 | 2 | -5/+20 |
|/ / / |
|
* | | | Merge pull request #19345 from Matthalp/optimize-receipt-storage | Péter Szilágyi | 2019-04-16 | 20 | -152/+558 |
|\ \ \ |
|
| * | | | core/types: fix cummulative gas bug and legacy decoding tests | gary rong | 2019-04-16 | 2 | -22/+36 |
| * | | | core, eth, les, light: scope receipt functionality a bit cleaner | Péter Szilágyi | 2019-04-15 | 16 | -287/+250 |
| * | | | core, eth, les, light: store transaction receipts without txHash and gasCost | Matthew Halpern | 2019-04-15 | 11 | -123/+552 |
| |/ / |
|
* / / | swarm/storage/feed: add context handling/cancellation to Swarm Feeds lookup, ... | Javier Peletier | 2019-04-16 | 3 | -24/+132 |
|/ / |
|
* | | node: do not continue if 'signer' is used but connection fails (#19441) | Martin Holst Swende | 2019-04-12 | 1 | -1/+1 |
* | | cmd/clef, signer: make fourbyte its own package, break dep cycle (#19450) | Péter Szilágyi | 2019-04-12 | 17 | -695/+765 |
* | | cmd/swarm: fix resource leaks in tests (#19443) | Ferenc Szabo | 2019-04-11 | 6 | -66/+97 |
* | | cmd/clef: bundle 4byte db into clef, (#19112) | Martin Holst Swende | 2019-04-11 | 7 | -33/+305 |
* | | metrics/prometheus: expose metrics in prometheus format too (#17077) | Maxim Krasilnikov | 2019-04-11 | 3 | -0/+185 |
* | | clef: update warning-text (#19442) | Martin Holst Swende | 2019-04-10 | 1 | -4/+7 |
* | | swarm/version: bump Swarm due to Geth hotfix release | Péter Szilágyi | 2019-04-10 | 1 | -1/+1 |
* | | accounts/scwallet: fix card pairing instruction message (#19436) | Guillaume Ballet | 2019-04-10 | 1 | -1/+1 |
|/ |
|
* | accounts/scwallet: Update README for v2.2.1 support (#19425) | Guillaume Ballet | 2019-04-10 | 1 | -15/+48 |
* | p2p: remove useless parameter (#19433) | ANOTHEL | 2019-04-10 | 2 | -4/+3 |
* | rpc: cancel root context after all requests are served (#19430) | gary rong | 2019-04-10 | 1 | -1/+1 |
* | Merge pull request #19426 from karalabe/vendor-fix-freegeoip | Péter Szilágyi | 2019-04-10 | 1 | -5/+0 |
|\ |
|
| * | vendor: fix some vendor config leftover | Péter Szilágyi | 2019-04-10 | 1 | -5/+0 |
|/ |
|
* | vendor: upgrade go-libpcsclite (#19420) | Guillaume Ballet | 2019-04-10 | 5 | -51/+328 |
* | Merge pull request #19423 from SamuelMarks/go1.12.3 | Péter Szilágyi | 2019-04-09 | 1 | -2/+2 |
|\ |
|
| * | appveyor.yml: Upgraded to Go 1.12.3 | Samuel Marks | 2019-04-09 | 1 | -2/+2 |
|/ |
|
* | accounts:smartcard wallet without the dependency on libpcsclite (#19273) | Guillaume Ballet | 2019-04-09 | 52 | -9/+37171 |
|\ |
|
| * | Add missing dependency | Guillaume Ballet | 2019-04-09 | 8 | -0/+14503 |
| * | Update bip-39 ref and remove ebfe/scard from vendor | Guillaume Ballet | 2019-04-09 | 10 | -2210/+426 |
| * | Fix rebase error: include norm package | Guillaume Ballet | 2019-04-08 | 12 | -6/+18525 |
| * | Can now specify the number of empty accounts to derive | Guillaume Ballet | 2019-04-08 | 1 | -7/+10 |
| * | More review feedback | Guillaume Ballet | 2019-04-08 | 1 | -0/+5 |
| * | more review feedback | Guillaume Ballet | 2019-04-08 | 2 | -11/+10 |
| * | fix a serialization error | Guillaume Ballet | 2019-04-08 | 1 | -1/+3 |
| * | Apply suggestions from code review | Martin Holst Swende | 2019-04-08 | 1 | -3/+6 |
| * | 'sanitize' JSON input | Martin Holst Swende | 2019-04-08 | 1 | -1/+1 |
| * | Update the card preparation instructions based on review feedback | Guillaume Ballet | 2019-04-08 | 1 | -0/+9 |
| * | refresh the account list when initializing the card | Guillaume Ballet | 2019-04-08 | 1 | -0/+1 |
| * | refuse to overwrite the master key of a previously initialized card | Guillaume Ballet | 2019-04-08 | 1 | -3/+15 |
| * | fix unnecessary condition linter warning | Guillaume Ballet | 2019-04-08 | 1 | -1/+1 |
| * | Set gballet as codeowner of the smartcard wallet dir | Guillaume Ballet | 2019-04-08 | 1 | -0/+1 |
| * | Upgrade to keycard app v2.1.1 | Guillaume Ballet | 2019-04-08 | 2 | -24/+16 |
| * | Fix linter issues | Guillaume Ballet | 2019-04-08 | 2 | -17/+13 |
| * | PK derivation has to be supported by the card | Guillaume Ballet | 2019-04-08 | 1 | -11/+7 |
| * | Achieve full transaction signature+sending | Guillaume Ballet | 2019-04-08 | 1 | -0/+18 |
| * | Add instructions on how to install the card | Guillaume Ballet | 2019-04-08 | 1 | -0/+19 |
| * | Formatting fixes | Guillaume Ballet | 2019-04-08 | 1 | -11/+16 |
| * | Vendor keycard-go/derivationpath | Guillaume Ballet | 2019-04-08 | 4 | -0/+612 |
| * | Update a comment to reflect the workings of the updated system | Guillaume Ballet | 2019-04-08 | 2 | -3/+3 |
| * | Add some documentation | Guillaume Ballet | 2019-04-08 | 1 | -0/+30 |
| * | Fix key derivation | Guillaume Ballet | 2019-04-08 | 1 | -66/+33 |
| * | fix wallet status update | Guillaume Ballet | 2019-04-08 | 1 | -21/+24 |
| * | Temporary fix to the ADBU status call | Guillaume Ballet | 2019-04-08 | 1 | -3/+24 |
| * | Remove the direct dependency on libpcsclite | Guillaume Ballet | 2019-04-08 | 18 | -1192/+678 |
| * | Fix some linter issues | Guillaume Ballet | 2019-04-08 | 2 | -7/+3 |
| * | accounts/scwallet: rebase and update | Guillaume Ballet | 2019-04-08 | 2 | -8/+36 |
| * | accounts/scwallet: fix crypto API change | Péter Szilágyi | 2019-04-08 | 1 | -1/+5 |
| * | accounts, console: frendly card errors, support pin unblock | Péter Szilágyi | 2019-04-08 | 6 | -112/+169 |
| * | accounts/scwallet: ordered wallets, tighter events, derivation logs | Péter Szilágyi | 2019-04-08 | 2 | -63/+81 |
| * | accounts/scwallet, console: user friendly card opening | Péter Szilágyi | 2019-04-08 | 2 | -38/+90 |
| * | vendor: pull in missing go-echd library | Péter Szilágyi | 2019-04-08 | 5 | -0/+206 |
| * | accounts, internal: Changes in response to review | Nick Johnson | 2019-04-08 | 6 | -118/+137 |
| * | accounts, core, internal, node: Add support for smartcard wallets | Nick Johnson | 2019-04-08 | 21 | -0/+5364 |
* | | swarm/version: bump version due to Geth-only hotfix release | Péter Szilágyi | 2019-04-09 | 1 | -1/+1 |
* | | clef: fix chainId key being present in domain map (#19303) | Steve Gattuso | 2019-04-09 | 2 | -2/+38 |
* | | swarm/version: bump version due to Geth maintenance release | Péter Szilágyi | 2019-04-08 | 1 | -1/+1 |
* | | Merge pull request #19403 from zsfelfoldi/remove-les1 | Felföldi Zsolt | 2019-04-08 | 16 | -570/+114 |
|\ \ |
|
| * | | les, light: remove support for les/1 4096 block CHT sections | Zsolt Felfoldi | 2019-04-08 | 8 | -68/+26 |
| * | | les: removed les/1 protocol messages | Zsolt Felfoldi | 2019-04-08 | 11 | -504/+90 |
| |/ |
|
* | | eth, les, geth: implement cli-configurable global gas cap for RPC calls (#19401) | Martin Holst Swende | 2019-04-08 | 9 | -13/+42 |
* | | p2p/discover: bump failure counter only if no nodes were provided (#19362) | Felix Lange | 2019-04-08 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #19411 from holiman/uncle_abort_early | Péter Szilágyi | 2019-04-08 | 3 | -1/+23 |
|\ |
|
| * | consensus,core: shortcut uncle validation | Martin Holst Swende | 2019-04-08 | 3 | -1/+23 |
* | | Merge pull request #19412 from karalabe/rinkeby-petersburg | Péter Szilágyi | 2019-04-08 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | params: set Rinkeby Petersburg fork block (4th May, 2019) | Péter Szilágyi | 2019-04-08 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #19405 from SamuelMarks/go1.12.2 | Péter Szilágyi | 2019-04-08 | 2 | -12/+12 |
|\ |
|
| * | travis: update builders to xenial to shadow Go releases | Péter Szilágyi | 2019-04-08 | 1 | -10/+10 |
| * | appveyor.yml: Upgrade to go1.12.2 | Samuel Marks | 2019-04-06 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #19400 from karalabe/nuke-bug | Péter Szilágyi | 2019-04-05 | 3 | -160/+0 |
|\ |
|
| * | cmd: nuke geth bug, nobody is using it anyway | Péter Szilágyi | 2019-04-05 | 3 | -160/+0 |
* | | Merge pull request #19402 from karalabe/trie-disallow-metaroot-retrieval | Péter Szilágyi | 2019-04-05 | 2 | -0/+38 |
|\ \
| |/
|/| |
|
| * | trie: there's no point in retrieving the metaroot | Péter Szilágyi | 2019-04-05 | 2 | -0/+38 |
|/ |
|
* | Merge pull request #19399 from karalabe/nuke-monitor | Péter Szilágyi | 2019-04-05 | 202 | -55196/+11566 |
|\ |
|
| * | cmd/geth, internal, node, vendor: nuke geth monitor | Péter Szilágyi | 2019-04-05 | 202 | -55196/+11566 |
|/ |
|
* | core/state: fix state iterator (#19127) | gary rong | 2019-04-05 | 2 | -5/+18 |
* | Merge pull request #18322 from rjl493456442/reomit-log-events | Péter Szilágyi | 2019-04-04 | 2 | -42/+271 |
|\ |
|
| * | core: minor code polishes + rebase fixes | Péter Szilágyi | 2019-04-04 | 2 | -43/+57 |
| * | core: re-omit new log event when logs rebirth | rjl493456442 | 2019-04-04 | 2 | -9/+224 |