aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com
Commit message (Expand)AuthorAgeFilesLines
* import: switch consensus core to gitlab.com/tangerine-network/tangerine-conse...Wei-Ning Huang2019-09-17293-512/+138
* Rebrand as tangerine-network/go-tangerineWei-Ning Huang2019-09-17312-818/+4319
* vendor: sync to latest core (#413)Jimmy Hu2019-09-174-20/+25
* vendor: sync to latest core (#394)Jimmy Hu2019-06-152-6/+9
* vendor: sync to latest core (#392)Jimmy Hu2019-06-151-2/+2
* vendor: sync to latest core (#386)Jimmy Hu2019-06-151-1/+2
* vendor: sync to latest coreJimmy Hu2019-06-153-53/+51
* crypto: use go-ethereum secp256k1 package to avoid symbol conflict (#374)Wei-Ning Huang2019-06-1594-0/+22638
* vendor: sync to latest coreJimmy Hu2019-06-153-30/+63
* core: implement DKG success (#362)Jimmy Hu2019-06-1510-13/+121
* vendor: sync to latest coreJimmy Hu2019-06-151-0/+10
* build: disable static built by default (#359)Wei-Ning Huang2019-06-151-1/+1
* dex: implement bad peer detect and disconnect mechanism (#360)Wei-Ning Huang2019-06-1512-70/+178
* vendor: use BLS-12_384 curve and update dependencies (#356)Wei-Ning Huang2019-06-15167-1238/+24719
* core: add reset to dkg private key db (#355)Jimmy Hu2019-06-154-35/+42
* vendor: sync to latest coreJimmy Hu2019-06-151-20/+42
* dex: remove time alignment when force sync (#349)Jimmy Hu2019-06-152-4/+17
* vendor: sync to latest coreJimmy Hu2019-06-151-5/+17
* vendor: sync to latest coreJimmy Hu2019-06-155-10/+35
* vendor: sync to latest coreJimmy Hu2019-06-154-6/+21
* vendor: sync to latest coreJimmy Hu2019-06-152-10/+22
* vendor: sync to latest coreWei-Ning Huang2019-06-154-23/+53
* vendor: sync to latest coreWei-Ning Huang2019-06-152-6/+53
* vendor: sync to latest coreJimmy Hu2019-06-1511-188/+243
* dexcon: correctly fine DKGSet for not producing blocks (#325)Wei-Ning Huang2019-06-151-3/+4
* vendor: sync to latest core (#320)Jimmy Hu2019-06-1515-285/+197
* vendor: sync to latest coreJimmy Hu2019-06-154-58/+98
* vendor: sync to latest coreJimmy Hu2019-06-155-11/+39
* core: merge notarySet and DKGSet (#265)Jimmy Hu2019-06-1518-512/+761
* vendor: sync to latest core (#300)Jimmy Hu2019-06-1310-214/+199
* vendor: sync to latest core (#295)Wei-Ning Huang2019-06-134-94/+151
* core/vm: remove round from addDKG functions (#279)Jimmy Hu2019-06-1314-192/+901
* core: check reset of dkg types when adding (#268)Jimmy Hu2019-06-126-31/+156
* dex: implement recovery mechanism (#258)Wei-Ning Huang2019-06-1217-383/+1744
* vendor: sync to latest core (#253)Jimmy Hu2019-06-1212-111/+648
* vendor: sync to latest core and fix conflictJimmy Hu2019-06-129-185/+250
* vendor: sync to latest core (#237)Jimmy Hu2019-06-125-13/+75
* vendor: sync to latest core (#231)Jimmy Hu2019-06-123-5/+30
* vendor: sync to latest core (#225)Jimmy Hu2019-06-122-51/+11
* core: sync to latest core (#214)Jimmy Hu2019-06-1219-485/+405
* core: Remove K, Phi and NumChains from Governance (#198)Jimmy Hu2019-06-1225-4224/+1137
* vendor, param: sync to latest core and update dmoment (#182)Jimmy Hu2019-06-121-3/+7
* vendor, param: sync to latest core and update testnet config (#178)Jimmy Hu2019-06-121-0/+1
* params: update testnet config (#177)Jimmy Hu2019-06-123-72/+140
* consensus: dexcon: snapshot round height when finalizing block (#170)Wei-Ning Huang2019-06-129-120/+301
* params: Update testnet dmomentJimmy Hu2019-06-121-1/+1
* params: Update testnet config (#167)Jimmy Hu2019-06-1211-50/+93
* core: sync to latest core (#158)Jimmy Hu2019-06-124-20/+36
* vendor: sync to latest core (#154)Jimmy Hu2019-06-1218-318/+864
* travis-ci: fix gcp-linux build (#131)Wei-Ning Huang2019-06-121-3/+0
* vendor: sync to latest core (#129)Wei-Ning Huang2019-06-1211-64/+47
* vendor: update bls package (#127)Meng-Ying Yang2019-06-121-0/+3
* vendor: sync to latest core (#125)Jimmy Hu2019-06-129-62/+264
* vendor: sync to latest core (#121)Wei-Ning Huang2019-06-121-6/+9
* Sync latest DEXON core (#111)Mission Liao2019-06-122-44/+90
* app: use gcp storage instead of azure for builds (#81)bojie2019-06-1248-3232/+9010
* vendor: sync dexon-foundation/bls to latest dev (#108)Wei-Ning Huang2019-06-123-29/+7
* dex: add pull randomness (#105)Jimmy Hu2019-06-129-130/+135
* vendor: sync DEXON core and fix conflicts/missings (#101)Mission Liao2019-06-1213-284/+337
* core, dex, internal: block proposer syncing (first iteration) (#96)Sonic2019-06-122-0/+928
* core: vm: Add `MPKReady` to governance (#97)Jimmy Hu2019-06-1213-63/+242
* vendor: sync to latest core (#91)Mission Liao2019-06-128-80/+383
* vendor: sync to latest core and fix conflictJimmy Hu2019-06-1213-196/+298
* vendor: sync to latest core and fix conflict (#79)Jimmy Hu2019-06-124-77/+251
* vendor: update to latest core (#71)Jimmy Hu2019-06-129-228/+118
* vendor: sync to latest core (#52)Jimmy Hu2019-06-128-309/+727
* vendor: sync to latest core (#37)Jimmy Hu2019-06-1217-137/+401
* core: validate DKG set with correct nodeset in round-2 (#19)Wei-Ning Huang2019-06-125-27/+10
* vendor: sync to latest core (#16)Jimmy Hu2019-06-128-71/+113
* vendor: sync to latest coreJimmy Hu2019-06-125-97/+107
* vendor: sync to latest coreJimmy Hu2019-06-125-90/+117
* vendor: sync to latest coreWei-Ning Huang2019-06-126-204/+241
* vendor: sync to latest coreJimmy Hu2019-06-121-0/+9
* vendor: sync to latest coreJimmy Hu2019-06-1211-44/+146
* vendor: sync to latest consensus coreWei-Ning Huang2019-06-122-297/+245
* app: lock by chain correctly and remove old core in vendorBJ42019-06-1248-9811/+31
* core: vm: governance: remove maxIntervalWei-Ning Huang2019-06-123-21/+10
* Rename import due to dexon-consensus renameWei-Ning Huang2019-06-1285-299/+10076
* vendor: sync to latest coreJimmy Hu2019-06-125-42/+234
* vendor: sync consensus core and fix conflicJimmy Hu2019-06-124-27/+31
* vendor: sync consensus core and fix conflictWei-Ning Huang2019-06-1211-34/+159
* vendor: sync consensus core and fix conflictWei-Ning Huang2019-06-1211-133/+440
* vendor: sync consensus core and fix conflictWei-Ning Huang2019-06-1210-164/+140
* vendor: sync consensus coreWei-Ning Huang2019-06-123-32/+28
* app: correct process pending block logicBojie Wu2019-06-124-3/+18
* vendor: use govendor to import dexon-consensus-coreWei-Ning Huang2019-06-12164-2/+348940
* vendor: add github.com/stretchr/testify/suiteWei-Ning Huang2019-06-123-0/+247
* 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-194-27/+67
* vendor: vendor/github.com/mattn/go-isatty - add missing files (reported by mk...HackyMiner2019-01-032-0/+40
* vendor: update github.com/karalabe/hid (#18213)Felix Lange2018-11-303-9/+9
* vendor: update leveldbMartin Holst Swende2018-11-2910-39/+47
* cmd, core, eth, light, trie: add trie read caching layerPéter Szilágyi2018-11-1517-0/+1418
* internal/debug: support color terminal for cygwin/msys2 (#17740)HackyMiner2018-09-2911-138/+315
* vendor: github.com/rjeczalik/notify update to master (#17527)Anton Evangelatov2018-08-283-26/+3
* vendor: update rjeczalik/notify so that it compiles on go1.11 (#17467)Jeremy Schlatter2018-08-2111-79/+140
* internal, vendor: update Azure blobstore APIPéter Szilágyi2018-07-2596-8083/+14792
* all: switch out defunct set library to different one (#16873)Ralph Caraveo III2018-07-166-0/+1006
* swarm: integrate OpenTracing; propagate ctx to internal APIs (#17169)Anton Evangelatov2018-07-13119-0/+20912
* vendor, ethdb: resume write operation asap (#17144)gary rong2018-07-124-117/+243
* cmd, dashboard, log: log collection and exploration (#17097)Kurkó Mihály2018-07-113-0/+154
* vendor: update docker/docker/pkg/reexec so that it compiles on OpenBSD (#17084)Fabian Raetz2018-07-025-13/+15
* vendor: added vendor packages necessary for the swarm-network-rewrite merge (...Elad2018-06-054-620/+644
* vendor, ethdb: print warning log if leveldb is performing compaction (#16766)gary rong2018-05-222-1/+76
* vendor: fix leveldb crash when bigger than 1 TiBtimothy2018-05-022-3/+7
* cmd/geth, mobile: add memsize to pprof server (#16532)Felix Lange2018-04-239-0/+792
* vendor: update elastic/gosigar so that it compiles on OpenBSD (#16542)Fabian Raetz2018-04-2211-4/+95
* cmd, ethdb, vendor: integrate leveldb iostats (#16277)Kurkó Mihály2018-03-087-8/+75
* metrics: pull library and introduce ResettingTimer and InfluxDB reporter (#15...Anton Evangelatov2018-02-2344-3716/+4757
* vendor: update rjeczalik/notify so that it compiles on go1.10Anton Evangelatov2018-02-173-26/+3
* vendor: update leveldb to 211f780 (poolfix) (#15988)Martin Holst Swende2018-01-294-19/+24
* dashboard: CPU, memory, diskIO and traffic on the footer (#15950)Kurkó Mihály2018-01-2489-0/+9360
* vendor: update github.com/rjeczalik/notify (#15801)Felix Lange2018-01-031-2/+5
* vendor: update github.com/rjeczalik/notify for go1.10 (#15785)Péter Szilágyi2018-01-0219-155/+226
* crypto: add DecompressPubkey, VerifySignature (#15615)Felix Lange2017-12-067-212/+112
* vendor: add github.com/stretchr/testify test dependencyRobert Zaremba2017-11-1119-0/+5081
* vendor: update liner to fix docker and mips bugsPéter Szilágyi2017-10-053-17/+81
* p2p: add network simulation framework (#14982)Lewis Marshall2017-09-255-0/+1480
* vendor: pull in latest changes for goleveldb (#15090)Péter Szilágyi2017-09-057-8/+41
* Merge pull request #15000 from fjl/node-flockPéter Szilágyi2017-08-237-0/+515
|\
| * node: fix instance dir locking and improve error messageFelix Lange2017-08-187-0/+515
* | vendor: update USB HID lib (fix macOS crash)Péter Szilágyi2017-08-215-3/+22
|/
* accounts, console, internal: support trezor hardware walletPéter Szilágyi2017-08-0916-0/+10293
* vendor: update go-stack to fix a sigpanic panic (#14790)Péter Szilágyi2017-07-112-39/+20
* swarm/test: add integration test for 'swarm up' (#14353)Lewis Marshall2017-06-218-0/+348
* cmd/geth: add --config file flag (#13875)Felix Lange2017-04-1215-0/+5419
* cmd/puppeth: your Ethereum private network manager (#13854)Péter Szilágyi2017-04-118-0/+1120
* .travis, build: autodelete old unstable archives (#13867)Péter Szilágyi2017-04-0663-1110/+7667
* crypto, pow, vendor: hash optimizations, mmap ethashPéter Szilágyi2017-03-097-0/+363
* all: finish integrating Go ethash, delete C++ vendorPéter Szilágyi2017-03-099-647/+0
* vendor: update HID library for glibc < v2.17 buildPéter Szilágyi2017-02-275-11/+46
* 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-233-0/+400
* Merge pull request #3681 from karalabe/usb-hidapiNick Johnson2017-02-2078-1684/+5616
|\
| * accounts/usbwallet, vendor: use hidapi instead of libusb directlyPéter Szilágyi2017-02-1778-1684/+5616
* | crypto: add btcec fallback for sign/recover without cgo (#3680)Felix Lange2017-02-1813-0/+3672
|/
* vendor: update dependencies with github.com/kardianos/govendorFelix Lange2017-02-1674-908/+1456
* 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-1154-127/+2170
* 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-0327-19/+3829
* Godeps, vendor: convert dependency management to trash (#3198)Péter Szilágyi2016-10-29418-0/+85636