<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dexon/Godeps/_workspace, branch master</title>
<subtitle>DEXON full node (https://github.com/dexon-foundation/dexon)
</subtitle>
<id>https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/atom?h=master</id>
<link rel='self' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/'/>
<updated>2016-10-28T17:05:01+00:00</updated>
<entry>
<title>Godeps, vendor: convert dependency management to trash (#3198)</title>
<updated>2016-10-28T17:05:01+00:00</updated>
<author>
<name>Péter Szilágyi</name>
<email>peterke@gmail.com</email>
</author>
<published>2016-10-28T17:05:01+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=289b30715d097edafd5562f66cb3567a70b2d330'/>
<id>urn:sha1:289b30715d097edafd5562f66cb3567a70b2d330</id>
<content type='text'>
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.</content>
</entry>
<entry>
<title>Godeps: update github.com/syndtr/goleveldb to 6b4daa5362</title>
<updated>2016-10-20T12:56:34+00:00</updated>
<author>
<name>Felix Lange</name>
<email>fjl@twurst.com</email>
</author>
<published>2016-10-20T12:56:34+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=b930baa58078862d082745330038e60d0767026c'/>
<id>urn:sha1:b930baa58078862d082745330038e60d0767026c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Godeps: update golang.org/x/...</title>
<updated>2016-08-30T10:20:34+00:00</updated>
<author>
<name>Felix Lange</name>
<email>fjl@twurst.com</email>
</author>
<published>2016-08-30T10:20:34+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=3b75d0ce2373c6e6da9af5f341d2d0aae0b4ed96'/>
<id>urn:sha1:3b75d0ce2373c6e6da9af5f341d2d0aae0b4ed96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Godeps: update github.com/rjeczalik/notify to f627deca7a51</title>
<updated>2016-08-04T19:20:08+00:00</updated>
<author>
<name>Felix Lange</name>
<email>fjl@twurst.com</email>
</author>
<published>2016-08-04T19:19:11+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=4be37222efb2064140bd3d285ef553ec077e0487'/>
<id>urn:sha1:4be37222efb2064140bd3d285ef553ec077e0487</id>
<content type='text'>
Fixes #2829
</content>
</entry>
<entry>
<title>Godeps: bump github.com/syndtr/goleveldb/... to ab8b5dcf104</title>
<updated>2016-07-19T16:45:42+00:00</updated>
<author>
<name>Felix Lange</name>
<email>fjl@twurst.com</email>
</author>
<published>2016-07-19T16:45:42+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=4d014d6d7e30f470725e3a0984f706292fe76366'/>
<id>urn:sha1:4d014d6d7e30f470725e3a0984f706292fe76366</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Godeps: update golang.org/x/net/...</title>
<updated>2016-07-14T21:03:40+00:00</updated>
<author>
<name>Felix Lange</name>
<email>fjl@twurst.com</email>
</author>
<published>2016-07-14T20:58:17+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=39b4ef4b02587ca1bd1126300c6ab8b4e92c4ac0'/>
<id>urn:sha1:39b4ef4b02587ca1bd1126300c6ab8b4e92c4ac0</id>
<content type='text'>
This adds compatibility with Go 1.7, where context has
moved into the standard library.
</content>
</entry>
<entry>
<title>Godeps, rpc: switch back to package npipe</title>
<updated>2016-07-14T21:03:40+00:00</updated>
<author>
<name>Felix Lange</name>
<email>fjl@twurst.com</email>
</author>
<published>2016-07-14T20:53:33+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=74be4a62c53891016cc0bbd3f9b5ed5d0539efe4'/>
<id>urn:sha1:74be4a62c53891016cc0bbd3f9b5ed5d0539efe4</id>
<content type='text'>
The named pipe implementation from go-winio has some issues
that need to be addressed before we can use it again.
</content>
</entry>
<entry>
<title>Godeps: pull in ethash with the big endian build fix</title>
<updated>2016-06-13T09:43:09+00:00</updated>
<author>
<name>Péter Szilágyi</name>
<email>peterke@gmail.com</email>
</author>
<published>2016-06-13T09:43:09+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=f0134f363bf62ba18668c2524050f14b2a43b6bd'/>
<id>urn:sha1:f0134f363bf62ba18668c2524050f14b2a43b6bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmd/geth: codegansta/cli package renamed to urfave/cli</title>
<updated>2016-06-09T13:37:13+00:00</updated>
<author>
<name>Bas van Kervel</name>
<email>bas@ethdev.com</email>
</author>
<published>2016-06-09T09:44:42+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=861add3d72bcfc6c6a8976eb82dc3e7b5288883e'/>
<id>urn:sha1:861add3d72bcfc6c6a8976eb82dc3e7b5288883e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Godeps: add github.com/rjeczalik/notify</title>
<updated>2016-04-12T13:58:07+00:00</updated>
<author>
<name>Felix Lange</name>
<email>fjl@twurst.com</email>
</author>
<published>2016-03-18T18:37:29+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=ef63e9af55fcfe3255dddec3197bd8a807152c66'/>
<id>urn:sha1:ef63e9af55fcfe3255dddec3197bd8a807152c66</id>
<content type='text'>
</content>
</entry>
</feed>
