<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dexon/swarm/bmt, branch s-lds</title>
<subtitle>DEXON full node (https://github.com/dexon-foundation/dexon)
</subtitle>
<id>https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/atom?h=s-lds</id>
<link rel='self' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/atom?h=s-lds'/>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/'/>
<updated>2019-04-09T13:32:49+00:00</updated>
<entry>
<title>Change import go github.com/dexon-foundation/dexon</title>
<updated>2019-04-09T13:32:49+00:00</updated>
<author>
<name>Wei-Ning Huang</name>
<email>w@cobinhood.com</email>
</author>
<published>2018-09-26T02:48:31+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=d056357e4999c6c70c8b8e85a9e4f533895ed6c2'/>
<id>urn:sha1:d056357e4999c6c70c8b8e85a9e4f533895ed6c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vendor, crypto, swarm: switch over to upstream sha3 package</title>
<updated>2019-01-04T07:26:07+00:00</updated>
<author>
<name>Dave McGregor</name>
<email>dave.s.mcgregor@gmail.com</email>
</author>
<published>2019-01-03T22:15:26+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=33d233d3e18359123993d3f54987441290faf212'/>
<id>urn:sha1:33d233d3e18359123993d3f54987441290faf212</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmd/swarm, swarm/api/http, swarm/bmt, swarm/fuse, swarm/network/stream, swarm/storage, swarm/storage/encryption, swarm/testutil: use pseudo-random instead of crypto-random for test files content generation (#18083)</title>
<updated>2018-11-14T08:21:14+00:00</updated>
<author>
<name>Alexey Sharov</name>
<email>www.pismeco@gmail.com</email>
</author>
<published>2018-11-14T08:21:14+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=eb8fa3cc89ae3a3247c649486839b1c250554d2d'/>
<id>urn:sha1:eb8fa3cc89ae3a3247c649486839b1c250554d2d</id>
<content type='text'>
- Replace "crypto/rand" to "math/rand" for files content generation
- Remove swarm/network_test.go.Shuffle and swarm/btm/btm_test.go.Shuffle - because go1.9 support dropped (see https://github.com/ethereum/go-ethereum/pull/17807 and comments to swarm/network_test.go.Shuffle)</content>
</entry>
<entry>
<title>swarm/network, swarm/storage: validate chunk size (#17397)</title>
<updated>2018-08-14T14:03:56+00:00</updated>
<author>
<name>Anton Evangelatov</name>
<email>anton.evangelatov@gmail.com</email>
</author>
<published>2018-08-14T14:03:56+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=97887d98da703a31040bceee13bce9ee77fca673'/>
<id>urn:sha1:97887d98da703a31040bceee13bce9ee77fca673</id>
<content type='text'>
* swarm/network, swarm/storage: validate default chunk size

* swarm/bmt, swarm/network, swarm/storage: update BMT hash initialisation

* swarm/bmt: move segmentCount to tests

* swarm/chunk: change chunk.DefaultSize to be untyped const

* swarm/storage: add size validator

* swarm/storage: add chunk size validation to localstore

* swarm/storage: move validation from localstore to validator

* swarm/storage: global chunk rules in MRU
</content>
</entry>
<entry>
<title>swarm/bmt: ignore data longer then 4096 bytes in Hasher.Write (#17338)</title>
<updated>2018-08-07T13:34:33+00:00</updated>
<author>
<name>Janoš Guljaš</name>
<email>janos@users.noreply.github.com</email>
</author>
<published>2018-08-07T13:34:33+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=00e6da9704b2cd7ddcc1cd31ed3f6bbaa8e1e284'/>
<id>urn:sha1:00e6da9704b2cd7ddcc1cd31ed3f6bbaa8e1e284</id>
<content type='text'>
</content>
</entry>
<entry>
<title>swarm/bmt: async section writer interface to BMT (#778)</title>
<updated>2018-07-23T13:09:25+00:00</updated>
<author>
<name>Viktor Trón</name>
<email>viktor.tron@gmail.com</email>
</author>
<published>2018-07-18T10:09:38+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=fd982d3f3b32de61dafc32322de23350bf35b6e3'/>
<id>urn:sha1:fd982d3f3b32de61dafc32322de23350bf35b6e3</id>
<content type='text'>
- AsyncHasher implements AsyncWriter interface
 - add extra level for zerohashes in pool to lookup empty data hash
 - remove unused segment, hash and depth fields from Tree
 - Hash pkg function -&gt; syncHash moved to test
 - add asyncHash helper func to tests using shuffle
 - add TestAsyncCorrectness to tests
 - add BenchmarkBMTAsync to tests
 - refactor benchmarks using subbenchmarks
 - improved comments
 - preinitialise base hashers on the nodes</content>
</entry>
<entry>
<title>swarm: ctx propagation; bmt fixes; pss generic notification framework (#17150)</title>
<updated>2018-07-09T12:11:49+00:00</updated>
<author>
<name>Anton Evangelatov</name>
<email>anton.evangelatov@gmail.com</email>
</author>
<published>2018-07-09T12:11:49+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=b3711af05176f446fad5ee90e2be4bd09c4086a2'/>
<id>urn:sha1:b3711af05176f446fad5ee90e2be4bd09c4086a2</id>
<content type='text'>
* cmd/swarm: minor cli flag text adjustments

* swarm/api/http: sticky footer for swarm landing page using flex

* swarm/api/http: sticky footer for error pages and fix for multiple choices

* cmd/swarm, swarm/storage, swarm: fix  mingw on windows test issues

* cmd/swarm: update description of swarm cmd

* swarm: added network ID test

* cmd/swarm: support for smoke tests on the production swarm cluster

* cmd/swarm/swarm-smoke: simplify cluster logic as per suggestion

* swarm: propagate ctx to internal apis (#754)

* swarm/metrics: collect disk measurements

* swarm/bmt: fix io.Writer interface

  * Write now tolerates arbitrary variable buffers
  * added variable buffer tests
  * Write loop and finalise optimisation
  * refactor / rename
  * add tests for empty input

* swarm/pss: (UPDATE) Generic notifications package (#744)

swarm/pss: Generic package for creating pss notification svcs

* swarm: Adding context to more functions

* swarm/api: change colour of landing page in templates

* swarm/api: change landing page to react to enter keypress
</content>
</entry>
<entry>
<title>swarm: network rewrite merge</title>
<updated>2018-06-21T19:10:31+00:00</updated>
<author>
<name>ethersphere</name>
<email>thesw@rm.eth</email>
</author>
<published>2018-06-20T12:06:27+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=e187711c6545487d4cac3701f0f506bb536234e2'/>
<id>urn:sha1:e187711c6545487d4cac3701f0f506bb536234e2</id>
<content type='text'>
</content>
</entry>
</feed>
