aboutsummaryrefslogtreecommitdiffstats
path: root/vendor
Commit message (Collapse)AuthorAgeFilesLines
* vendor: sync to latest core (#237)Jimmy Hu2019-06-126-36/+98
|
* vendor: sync to latest core (#231)Jimmy Hu2019-06-124-27/+52
|
* vendor: sync to latest core (#225)Jimmy Hu2019-06-123-73/+33
|
* core: sync to latest core (#214)Jimmy Hu2019-06-1220-510/+430
| | | | | * vendor: sync to latest core * fix for single chain
* core: Remove K, Phi and NumChains from Governance (#198)Jimmy Hu2019-06-1226-4272/+1185
| | | | | | * change default sync_core.sh * vendor: sync to latest core * core: Remove K, Phi and NumChain
* vendor, param: sync to latest core and update dmoment (#182)Jimmy Hu2019-06-122-24/+28
| | | | | | * vendor: sync to latest core * params: update dmoment
* vendor, param: sync to latest core and update testnet config (#178)Jimmy Hu2019-06-122-21/+22
| | | | | * param: update testnet config * vendor: sync to latest core
* params: update testnet config (#177)Jimmy Hu2019-06-124-93/+161
| | | | | * vendor:sync to latest core * params: Update config for testnet
* consensus: dexcon: snapshot round height when finalizing block (#170)Wei-Ning Huang2019-06-1210-143/+324
| | | | Instead of having BP to send a tx to register the round height, just modify the state when finalizing block.
* params: Update testnet dmomentJimmy Hu2019-06-121-1/+1
|
* params: Update testnet config (#167)Jimmy Hu2019-06-1212-75/+118
| | | | | | | | * vendor: sync to latest core * param: update testnet config * params: update dmoment
* core: sync to latest core (#158)Jimmy Hu2019-06-125-41/+57
| | | | | | * vendor: sync to latest core * param: Update config * core: update genesis alloc
* vendor: sync to latest core (#154)Jimmy Hu2019-06-1219-343/+889
| | | | | | * vendor: sync to latest core with BA3.0 * params: Update dmoment
* travis-ci: fix gcp-linux build (#131)Wei-Ning Huang2019-06-121-3/+0
|
* vendor: sync to latest core (#129)Wei-Ning Huang2019-06-1212-90/+95
|
* vendor: update bls package (#127)Meng-Ying Yang2019-06-122-3/+6
| | | | * Add missing cpp file * Align root and sub folder hash
* vendor: sync to latest core (#125)Jimmy Hu2019-06-1210-86/+288
|
* vendor: sync to latest core (#121)Wei-Ning Huang2019-06-122-27/+30
|
* Sync latest DEXON core (#111)Mission Liao2019-06-123-66/+112
|
* app: use gcp storage instead of azure for builds (#81)bojie2019-06-12359-3237/+141797
| | | | | * vendor: add dependencies for using GCP storage * app: use gcp storage instead of azure for builds
* vendor: sync dexon-foundation/bls to latest dev (#108)Wei-Ning Huang2019-06-124-32/+10
|
* dex: add pull randomness (#105)Jimmy Hu2019-06-1210-153/+158
| | | | | * vendor: sync to latest core * dex: Add PullRandomness
* vendor: sync DEXON core and fix conflicts/missings (#101)Mission Liao2019-06-1214-307/+360
| | | | | | | Merging these commits in DEXON consensus core: - https://github.com/dexon-foundation/dexon-consensus/commit/dce509a13ef5873b9cae3c1cabdb97e219b6fb7d - https://github.com/dexon-foundation/dexon-consensus/commit/6d1c1aeea0d3e75d10cbb2712c68b4c422ba8ba6 - https://github.com/dexon-foundation/dexon-consensus/commit/c1ed57c4abaf1f4758e52f082bb7114ad00c8b39
* core, dex, internal: block proposer syncing (first iteration) (#96)Sonic2019-06-123-0/+934
| | | | | | | | | | | | | | | | | | | | | | * dex, internal: block proposer syncing (first iteration) * core: find block from db if not in memory This fix handles stopping proposing and then restarting * core: no need to reorg when reset Dexon will not fork. This commit also fix when a block confirm but its parent is not in db yet, during restarting proposing. * dex: always accept NewBlockMsg, NewBlockHashesMsg We need to accept NewBlockMsg, NewBlockHashesMsg to sync current block with other peers in block proposer mode when syncing lattice data. It's a waste when the node is synced and start proposing. Todo: control msg processing on/off more granular, accept NewBlockMsg, NewBlockHashesMsg when syncing, but stop when synced.
* core: vm: Add `MPKReady` to governance (#97)Jimmy Hu2019-06-1214-85/+264
| | | | | | * core/vm: Add DKGMPKReady * param: update GenesisHash * vendor: sync to latest core
* vendor: sync to latest core (#91)Mission Liao2019-06-129-101/+404
| | | | | | - Implement new methods in db to cache DKG private key. - Implement new methods in db to cache compaction chain tip.
* vendor: sync to latest core and fix conflictJimmy Hu2019-06-1214-214/+322
|
* vendor: sync to latest core and fix conflict (#79)Jimmy Hu2019-06-125-97/+271
|
* vendor: update to latest core (#71)Jimmy Hu2019-06-1210-248/+138
|
* vendor: sync to latest core (#52)Jimmy Hu2019-06-129-329/+747
|
* vendor: sync to latest core (#37)Jimmy Hu2019-06-1218-157/+427
|
* core: validate DKG set with correct nodeset in round-2 (#19)Wei-Ning Huang2019-06-126-44/+27
| | | | | * vendor: sync consensus core * core: validate DKG set with correct nodeset in round-2
* vendor: sync to latest core (#16)Jimmy Hu2019-06-129-89/+131
|
* vendor: sync to latest coreJimmy Hu2019-06-126-114/+124
|
* vendor: sync to latest coreJimmy Hu2019-06-126-107/+134
|
* vendor: sync to latest coreWei-Ning Huang2019-06-127-222/+259
|
* vendor: sync to latest coreJimmy Hu2019-06-122-17/+26
|
* vendor: sync to latest coreJimmy Hu2019-06-1212-62/+164
|
* vendor: sync to latest consensus coreWei-Ning Huang2019-06-123-314/+262
|
* app: lock by chain correctly and remove old core in vendorBJ42019-06-1249-9828/+48
|
* core: vm: governance: remove maxIntervalWei-Ning Huang2019-06-124-39/+28
|
* Rename import due to dexon-consensus renameWei-Ning Huang2019-06-1286-331/+10108
|
* vendor: sync to latest coreJimmy Hu2019-06-126-59/+251
|
* vendor: sync consensus core and fix conflicJimmy Hu2019-06-125-44/+48
|
* vendor: sync consensus core and fix conflictWei-Ning Huang2019-06-1212-52/+177
|
* vendor: sync consensus core and fix conflictWei-Ning Huang2019-06-1212-151/+458
|
* vendor: sync consensus core and fix conflictWei-Ning Huang2019-06-1211-180/+162
|
* vendor: sync consensus coreWei-Ning Huang2019-06-124-47/+43
|
* app: correct process pending block logicBojie Wu2019-06-125-19/+34
|
* vendor: use govendor to import dexon-consensus-coreWei-Ning Huang2019-06-12165-2/+349004
|
* vendor: add github.com/stretchr/testify/suiteWei-Ning Huang2019-06-124-1/+254
|
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-121-1/+1
|
* dex: update interface and use static bls libWei-Ning Huang2019-06-1213-385/+94
|
* dex: make geth buildable and update interface skeletonWei-Ning Huang2019-06-1213-0/+1311
|
* vendor: update bigcacheMartin Holst Swende2019-02-195-33/+73
| | | | (cherry picked from commit 37e5a908e7368d84beef14a3ee8c534f34aa636f)
* vendor: pull in upstream syscall fixes for non-linux/arm64Péter Szilágyi2019-02-193-7/+18
| | | | (cherry picked from commit 9d3ea8df1c70be24e5814e8338dfc9078b8ccafe)
* vendor: update syscalls dependencyPéter Szilágyi2019-02-19249-14114/+83253
| | | | (cherry picked from commit dcc045f03c7c933dcdc7302f0338cbbfef7398ea)
* vendor: update the entire golang.org/x/crypto dependencyPéter Szilágyi2019-01-0453-570/+3978
|
* vendor, crypto, swarm: switch over to upstream sha3 packageDave McGregor2019-01-0416-0/+1750
|
* vendor: vendor/github.com/mattn/go-isatty - add missing files (reported by ↵HackyMiner2019-01-032-0/+40
| | | | mksully22) (#18376)
* vendor: update github.com/karalabe/hid (#18213)Felix Lange2018-11-304-12/+12
| | | | Fixes #15101 because hidapi is no longer being called from an init function.
* vendor: update leveldbMartin Holst Swende2018-11-2911-68/+76
|
* cmd, core, eth, light, trie: add trie read caching layerPéter Szilágyi2018-11-1518-0/+1430
|
* accounts/abi/bind: stop using goimports in the binding generator (#17768)Jeremy Schlatter2018-10-0612-11399/+0
|
* internal/debug: support color terminal for cygwin/msys2 (#17740)HackyMiner2018-09-2912-146/+324
| | | | | - update go-colorable, go-isatty, go-runewidth packages - use go-isatty instead of log/term and remove log/term package
* core, eth, trie: use common/prque (#17508)Wenbiao Zheng2018-09-035-297/+0
|
* vendor: github.com/rjeczalik/notify update to master (#17527)Anton Evangelatov2018-08-284-29/+6
|
* vendor: update rjeczalik/notify so that it compiles on go1.11 (#17467)Jeremy Schlatter2018-08-2112-82/+143
|
* crypto/bn256: fix issues caused by Go 1.11Péter Szilágyi2018-08-1613-0/+259
|
* internal, vendor: update Azure blobstore APIPéter Szilágyi2018-07-2597-8103/+14800
|
* all: switch out defunct set library to different one (#16873)Ralph Caraveo III2018-07-1611-777/+1002
| | | | | | * keystore, ethash, eth, miner, rpc, whisperv6: tech debt with now defunct set. * whisperv5: swap out gopkg.in/fatih/set.v0 with supported set
* swarm: integrate OpenTracing; propagate ctx to internal APIs (#17169)Anton Evangelatov2018-07-13120-0/+21038
| | | | | | * swarm: propagate ctx, enable opentracing * swarm/tracing: log error when tracing is misconfigured
* vendor, ethdb: resume write operation asap (#17144)gary rong2018-07-125-143/+269
| | | | | | * vendor: update leveldb * ethdb: remove useless warning log
* cmd, dashboard, log: log collection and exploration (#17097)Kurkó Mihály2018-07-114-0/+160
| | | | | | | | | | | | * cmd, dashboard, internal, log, node: logging feature * cmd, dashboard, internal, log: requested changes * dashboard, vendor: gofmt, govendor, use vendored file watcher * dashboard, log: gofmt -s -w, goimports * dashboard, log: gosimple
* vendor: update docker/docker/pkg/reexec so that it compiles on OpenBSD (#17084)Fabian Raetz2018-07-026-16/+18
|
* vendor: added vendor packages necessary for the swarm-network-rewrite merge ↵Elad2018-06-0530-623/+29663
| | | | | | | | (#16792) * vendor: added vendor packages necessary for the swarm-network-rewrite merge into ethereum master * vendor: removed multihash deps
* vendor, ethdb: print warning log if leveldb is performing compaction (#16766)gary rong2018-05-223-4/+79
| | | | | | | | * vendor: update leveldb package * ethdb: print warning log if db is performing compaction * ethdb: update annotation and log
* vendor: fix leveldb crash when bigger than 1 TiBtimothy2018-05-023-29/+33
|
* cmd/geth, mobile: add memsize to pprof server (#16532)Felix Lange2018-04-2310-0/+804
| | | | | | | | * cmd/geth, mobile: add memsize to pprof server This is a temporary change, to be reverted before the next release. * cmd/geth: fix variable name
* vendor: update elastic/gosigar so that it compiles on OpenBSD (#16542)Fabian Raetz2018-04-2212-7/+98
|
* cmd, ethdb, vendor: integrate leveldb iostats (#16277)Kurkó Mihály2018-03-088-37/+104
| | | | | | | | | | | | * cmd, dashboard, ethdb, vendor: send iostats to dashboard * ethdb: change names * ethdb: handle parsing errors * ethdb: handle iostats syntax error * ethdb: r -> w
* vendor: bump duktape to get rid of build warningPéter Szilágyi2018-03-073-5/+6
|
* metrics: pull library and introduce ResettingTimer and InfluxDB reporter ↵Anton Evangelatov2018-02-2345-3728/+4781
| | | | | | | | | | | | | | | | | | | | (#15910) * go-metrics: fork library and introduce ResettingTimer and InfluxDB reporter. * vendor: change nonsense/go-metrics to ethersphere/go-metrics * go-metrics: add tests. move ResettingTimer logic from reporter to type. * all, metrics: pull in metrics package in go-ethereum * metrics/test: make sure metrics are enabled for tests * metrics: apply gosimple rules * metrics/exp, internal/debug: init expvar endpoint when starting pprof server * internal/debug: tiny comment formatting fix
* vendor: update rjeczalik/notify so that it compiles on go1.10Anton Evangelatov2018-02-174-29/+6
|
* vendor: update leveldb to 211f780 (poolfix) (#15988)Martin Holst Swende2018-01-295-22/+27
|
* dashboard: CPU, memory, diskIO and traffic on the footer (#15950)Kurkó Mihály2018-01-2490-0/+9396
| | | | | | | | | | | | | | | | | | | | | | | | | | * dashboard: footer, deep state update * dashboard: resolve asset path * dashboard: prevent state update on every reconnection * dashboard: fix linter issue * dashboard, cmd: minor UI fix, include commit hash * dashboard: gitCommit renamed to commit * dashboard: move the geth version to the right, make commit optional * dashboard: memory, traffic and CPU on footer * dashboard: fix merge * dashboard: CPU, diskIO on footer * dashboard: rename variables, use group declaration * dashboard: docs
* vendor: update github.com/rjeczalik/notify (#15801)Felix Lange2018-01-032-5/+8
|
* vendor: update github.com/rjeczalik/notify for go1.10 (#15785)Péter Szilágyi2018-01-0220-158/+229
|
* cmd, core, eth/tracers: support fancier js tracing (#15516)Péter Szilágyi2017-12-2131-0/+105460
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * cmd, core, eth/tracers: support fancier js tracing * eth, internal/web3ext: rework trace API, concurrency, chain tracing * eth/tracers: add three more JavaScript tracers * eth/tracers, vendor: swap ottovm to duktape for tracing * core, eth, internal: finalize call tracer and needed extras * eth, tests: prestate tracer, call test suite, rewinding * vendor: fix windows builds for tracer js engine * vendor: temporary duktape fix * eth/tracers: fix up 4byte and evmdis tracer * vendor: pull in latest duktape with my upstream fixes * eth: fix some review comments * eth: rename rewind to reexec to make it more obvious * core/vm: terminate tracing using defers
* crypto: add DecompressPubkey, VerifySignature (#15615)Felix Lange2017-12-068-215/+115
| | | | | | | We need those operations for p2p/enr. Also upgrade github.com/btcsuite/btcd/btcec to the latest version and improve BenchmarkSha3. The benchmark printed extra output that confused tools like benchstat and ignored N.
* Merge pull request #15457 from robert-zaremba/testifyPéter Szilágyi2017-11-1320-0/+5099
|\ | | | | vendor: add github.com/stretchr/testify test dependency
| * vendor: add github.com/stretchr/testify test dependencyRobert Zaremba2017-11-1120-0/+5099
| | | | | | | | | | | | 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.
* | puppeth: handle encrypted ssh keys (closes #15442) (#15443)Bo2017-11-13236-27557/+51103
|/ | | | | | * cmd/puppeth: handle encrypted ssh keys * cmd/puppeth: fix unconvert linter error
* vendor: update liner to fix docker and mips bugsPéter Szilágyi2017-10-054-20/+84
|
* p2p: add network simulation framework (#14982)Lewis Marshall2017-09-256-0/+1486
| | | | | | This commit introduces a network simulation framework which can be used to run simulated networks of devp2p nodes. The intention is to use this for testing protocols, performing benchmarks and visualising emergent network behaviour.
* vendor: pull in latest changes for goleveldb (#15090)Péter Szilágyi2017-09-058-35/+68
|
* Merge pull request #15000 from fjl/node-flockPéter Szilágyi2017-08-238-0/+521
|\ | | | | node: fix instance dir locking and improve error message
| * node: fix instance dir locking and improve error messageFelix Lange2017-08-188-0/+521
| | | | | | | | | | | | The lock file was ineffective because opening leveldb storage in read-only mode doesn't really take the lock. Fix it by including a dedicated flock library (which is actually split out of goleveldb).
* | vendor: update USB HID lib (fix macOS crash)Péter Szilágyi2017-08-216-6/+25
|/
* Merge pull request #14885 from karalabe/trezor-boomPéter Szilágyi2017-08-1417-0/+10305
|\ | | | | accounts, console, internal: support trezor hardware wallet
| * accounts, console, internal: support trezor hardware walletPéter Szilágyi2017-08-0917-0/+10305
| |
* | cmd/geth, cmd/swarm: sort commands and flags by name (#3462)Maximilian Meister2017-08-1111-56/+193
|/
* vendor: update go-stack to fix a sigpanic panic (#14790)Péter Szilágyi2017-07-113-42/+23
|
* Merge pull request #14540 from bas-vk/whisper-apiPéter Szilágyi2017-06-264-0/+427
|\ | | | | whisperv5: integrate whisper and implement API
| * whisper: use syncmap for dynamic configuration optionsBas van Kervel2017-06-214-0/+427
| |
* | swarm/test: add integration test for 'swarm up' (#14353)Lewis Marshall2017-06-219-0/+354
|/
* cmd/puppeth, vendor: update ssh, manage server keys (#14398)Péter Szilágyi2017-05-0314-266/+626
|
* cmd/geth: add --config file flag (#13875)Felix Lange2017-04-1216-0/+5431
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * p2p/discover, p2p/discv5: add marshaling methods to Node * p2p/netutil: make Netlist decodable from TOML * common/math: encode nil HexOrDecimal256 as 0x0 * cmd/geth: add --config file flag * cmd/geth: add missing license header * eth: prettify Config again, fix tests * eth: use gasprice.Config instead of duplicating its fields * eth/gasprice: hide nil default from dumpconfig output * cmd/geth: hide genesis block in dumpconfig output * node: make tests compile * console: fix tests * cmd/geth: make TOML keys look exactly like Go struct fields * p2p: use discovery by default This makes the zero Config slightly more useful. It also fixes package node tests because Node detects reuse of the datadir through the NodeDatabase. * cmd/geth: make ethstats URL settable through config file * cmd/faucet: fix configuration * cmd/geth: dedup attach tests * eth: add comment for DefaultConfig * eth: pass downloader.SyncMode in Config This removes the FastSync, LightSync flags in favour of a more general SyncMode flag. * cmd/utils: remove jitvm flags * cmd/utils: make mutually exclusive flag error prettier It now reads: Fatal: flags --dev, --testnet can't be used at the same time * p2p: fix typo * node: add DefaultConfig, use it for geth * mobile: add missing NoDiscovery option * cmd/utils: drop MakeNode This exposed a couple of places that needed to be updated to use node.DefaultConfig. * node: fix typo * eth: make fast sync the default mode * cmd/utils: remove IPCApiFlag (unused) * node: remove default IPC path Set it in the frontends instead. * cmd/geth: add --syncmode * cmd/utils: make --ipcdisable and --ipcpath mutually exclusive * cmd/utils: don't enable WS, HTTP when setting addr * cmd/utils: fix --identity
* cmd/puppeth: your Ethereum private network manager (#13854)Péter Szilágyi2017-04-1148-0/+17078
|
* .travis, build: autodelete old unstable archives (#13867)Péter Szilágyi2017-04-0664-1116/+7695
| | | | | | | | This commit adds a build step to travis to auto-delete unstable archives older than 14 days (our regular release schedule) from Azure via ci.go purge. The commit also pulls in the latest Azure storage code, also switching over from the old import path (github.com/Azure/azure-sdk-for-go) to the new split one (github.com/Azure/azure-storage-go).
* swarm/api: support mounting manifests via FUSE (#3690)Zahoor Mohamed2017-03-2334-0/+6310
|
* all: import "context" instead of "golang.org/x/net/context"Felix Lange2017-03-234-1/+535
| | | | | | | | | | There is no need to depend on the old context package now that the minimum Go version is 1.7. The move to "context" eliminates our weird vendoring setup. Some vendored code still uses golang.org/x/net/context and it is now vendored in the normal way. This change triggered new vet checks around context.WithTimeout which didn't fire with golang.org/x/net/context.
* crypto, pow, vendor: hash optimizations, mmap ethashPéter Szilágyi2017-03-098-0/+369
|
* all: finish integrating Go ethash, delete C++ vendorPéter Szilágyi2017-03-0910-653/+0
|
* vendor: update HID library for glibc < v2.17 buildPéter Szilágyi2017-02-276-14/+49
|
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-13/+12
|
* log, vendor: vendor in log15 inline into our codebasePéter Szilágyi2017-02-234-0/+406
|
* Merge pull request #3681 from karalabe/usb-hidapiNick Johnson2017-02-2079-1688/+5621
|\ | | | | accounts/usbwallet: swap karalabe/gousb to karalabe/hid
| * accounts/usbwallet, vendor: use hidapi instead of libusb directlyPéter Szilágyi2017-02-1779-1688/+5621
| |
* | crypto: add btcec fallback for sign/recover without cgo (#3680)Felix Lange2017-02-1814-0/+3678
|/ | | | | | | | | | | * vendor: add github.com/btcsuite/btcd/btcec * crypto: add btcec fallback for sign/recover without cgo This commit adds a non-cgo fallback implementation of secp256k1 operations. * crypto, core/vm: remove wrappers for sha256, ripemd160
* vendor: update dependencies with github.com/kardianos/govendorFelix Lange2017-02-16167-6279/+3390
|
* vendor: pull in support for USB devices via libusb/gousbPéter Szilágyi2017-02-1362-0/+32571
|
* vendor: update all dependencies except Azure SDKFelix Lange2017-01-11128-1008/+14027
| | | | | The Azure SDK doesn't support Go 1.5 anymore. We can't upgrade it until Go 1.8 comes out.
* les: light client protocol and APIZsolt Felfoldi2016-11-0911-0/+465
|
* vendor: update github.com/peterh/linerFelix Lange2016-11-047-77/+130
|
* vendor: pull in azure sdk and openpgp signerPéter Szilágyi2016-11-0355-19/+11197
|
* Godeps, vendor: convert dependency management to trash (#3198)Péter Szilágyi2016-10-29798-0/+402364
This commit converts the dependency management from Godeps to the vendor folder, also switching the tool from godep to trash. Since the upstream tool lacks a few features proposed via a few PRs, until those PRs are merged in (if), use github.com/karalabe/trash. You can update dependencies via trash --update. All dependencies have been updated to their latest version. Parts of the build system are reworked to drop old notions of Godeps and invocation of the go vet command so that it doesn't run against the vendor folder, as that will just blow up during vetting. The conversion drops OpenCL (and hence GPU mining support) from ethash and our codebase. The short reasoning is that there's noone to maintain and having opencl libs in our deps messes up builds as go install ./... tries to build them, failing with unsatisfied link errors for the C OpenCL deps. golang.org/x/net/context is not vendored in. We expect it to be fetched by the user (i.e. using go get). To keep ci.go builds reproducible the package is "vendored" in build/_vendor.