<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dexon/swarm/testutil, 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>2018-11-14T08:21:14+00:00</updated>
<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/storage/feed: Renamed package</title>
<updated>2018-10-03T07:15:28+00:00</updated>
<author>
<name>Javier Peletier</name>
<email>jm@epiclabs.io</email>
</author>
<published>2018-10-03T07:15:17+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=de01178c18766b9f744acc94fe2b96804f998e40'/>
<id>urn:sha1:de01178c18766b9f744acc94fe2b96804f998e40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>swarm/storage/feeds: removed capital Feed throughout</title>
<updated>2018-10-03T07:12:06+00:00</updated>
<author>
<name>Javier Peletier</name>
<email>jm@epiclabs.io</email>
</author>
<published>2018-10-02T07:32:46+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=58c0879c2fbc9f88f35ba503674088da23a8a5a7'/>
<id>urn:sha1:58c0879c2fbc9f88f35ba503674088da23a8a5a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>swarm/storage/feeds: Final package rename and moved files</title>
<updated>2018-10-03T07:12:06+00:00</updated>
<author>
<name>Javier Peletier</name>
<email>jm@epiclabs.io</email>
</author>
<published>2018-09-30T07:51:11+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=b6ccc06cdaac80d09da17c25b2f450cd1f1b7914'/>
<id>urn:sha1:b6ccc06cdaac80d09da17c25b2f450cd1f1b7914</id>
<content type='text'>
</content>
</entry>
<entry>
<title>swarm/storage/mru: Renamed rest of MRU references</title>
<updated>2018-10-03T07:12:06+00:00</updated>
<author>
<name>Javier Peletier</name>
<email>jm@epiclabs.io</email>
</author>
<published>2018-09-30T07:43:10+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=83705ef6aa3645a6305a400fa175e44904a929f7'/>
<id>urn:sha1:83705ef6aa3645a6305a400fa175e44904a929f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Swarm MRUs: Adaptive frequency / Predictable lookups / API simplification (#17559)</title>
<updated>2018-09-28T10:07:17+00:00</updated>
<author>
<name>Javier Peletier</name>
<email>jpeletier@users.noreply.github.com</email>
</author>
<published>2018-09-28T10:07:17+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=2c110c81ee92290d3e5ce6134a065c8d2abfbb60'/>
<id>urn:sha1:2c110c81ee92290d3e5ce6134a065c8d2abfbb60</id>
<content type='text'>
* swarm/storage/mru: Adaptive Frequency

swarm/storage/mru/lookup: fixed getBaseTime
Added NewEpoch constructor

swarm/api/client: better error handling in GetResource()


swarm/storage/mru: Renamed structures.
Renamed ResourceMetadata to ResourceID. 
Renamed ResourceID.Name to ResourceID.Topic

swarm/storage/mru: Added binarySerializer interface and test tools

swarm/storage/mru/lookup: Changed base time to time and + marshallers

swarm/storage/mru:  Added ResourceID (former resourceMetadata)

swarm/storage/mru: Added ResourceViewId and serialization tests

swarm/storage/mru/lookup: fixed epoch unmarshaller. Added Epoch Equals

swarm/storage/mru: Fixes as per review comments

cmd/swarm: reworded resource create/update help text regarding topic

swarm/storage/mru: Added UpdateLookup and serializer tests

swarm/storage/mru: Added UpdateHeader, serializers and tests

swarm/storage/mru: changed UpdateAddr / epoch to Base()

swarm/storage/mru: Added resourceUpdate serializer and tests

swarm/storage/mru: Added SignedResourceUpdate tests and serializers

swarm/storage/mru/lookup: fixed GetFirstEpoch bug

swarm/storage/mru: refactor, comments, cleanup

Also added tests for Topic
swarm/storage/mru: handler tests pass

swarm/storage/mru: all resource package tests pass

swarm/storage/mru: resource test pass after adding
timestamp checking support

swarm/storage/mru: Added JSON serializers to ResourceIDView structures

swarm/storage/mru: Sever, client, API test pass

swarm/storage/mru: server test pass

swarm/storage/mru: Added topic length check

swarm/storage/mru: removed some literals,
improved "previous lookup" test case

swarm/storage/mru: some fixes and comments as per review

swarm/storage/mru: first working version without metadata chunk

swarm/storage/mru: Various fixes as per review

swarm/storage/mru: client test pass

swarm/storage/mru: resource query strings and manifest-less queries


swarm/storage/mru: simplify naming

swarm/storage/mru: first autofreq working version



swarm/storage/mru: renamed ToValues to AppendValues

swarm/resource/mru: Added ToValues / FromValues for URL query strings

swarm/storage/mru: Changed POST resource to work with query strings.
No more JSON.

swarm/storage/mru: removed resourceid

swarm/storage/mru: Opened up structures

swarm/storage/mru: Merged Request and SignedResourceUpdate

swarm/storage/mru: removed initial data from CLI resource create

swarm/storage/mru: Refactor Topic as a direct fixed-length array

swarm/storage/mru/lookup: Comprehensive GetNextLevel tests

swarm/storage/mru: Added comments

Added length checks in Topic
swarm/storage/mru: fixes in tests and some code comments

swarm/storage/mru/lookup: new optimized lookup algorithm

swarm/api: moved getResourceView to api out of server

swarm/storage/mru: Lookup algorithm working

swarm/storage/mru: comments and renamed NewLookupParams

Deleted commented code


swarm/storage/mru/lookup: renamed Epoch.LaterThan to After

swarm/storage/mru/lookup: Comments and tidying naming



swarm/storage/mru: fix lookup algorithm

swarm/storage/mru: exposed lookup hint
removed updateheader

swarm/storage/mru/lookup: changed GetNextEpoch for initial values

swarm/storage/mru: resource tests pass

swarm/storage/mru: valueSerializer interface and tests



swarm/storage/mru/lookup: Comments, improvements, fixes, more tests

swarm/storage/mru: renamed UpdateLookup to ID, LookupParams to Query

swarm/storage/mru: renamed query receiver var



swarm/cmd: MRU CLI tests

* cmd/swarm: remove rogue fmt

* swarm/storage/mru: Add version / header for future use

* swarm/storage/mru: Fixes/comments as per review

cmd/swarm: remove rogue fmt

swarm/storage/mru: Add version / header for future use-

* swarm/storage/mru: fix linter errors

* cmd/swarm: Speeded up TestCLIResourceUpdate
</content>
</entry>
<entry>
<title>cmd/swarm: added password to ACT (#17598)</title>
<updated>2018-09-07T07:56:05+00:00</updated>
<author>
<name>Elad</name>
<email>theman@elad.im</email>
</author>
<published>2018-09-07T07:56:05+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=70d31fb27842b047582a6557529b2234de1a4a8d'/>
<id>urn:sha1:70d31fb27842b047582a6557529b2234de1a4a8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>swarm/api/http: added a regression test for resolver bug from #17483 (#17502)</title>
<updated>2018-09-06T10:08:39+00:00</updated>
<author>
<name>Elad</name>
<email>theman@elad.im</email>
</author>
<published>2018-09-06T10:08:39+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=4c15ffffdd0aaf3b834be88ff7e7d9ea938c45b4'/>
<id>urn:sha1:4c15ffffdd0aaf3b834be88ff7e7d9ea938c45b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmd/swarm, swarm: added access control functionality (#17404)</title>
<updated>2018-08-15T15:41:52+00:00</updated>
<author>
<name>Elad</name>
<email>theman@elad.im</email>
</author>
<published>2018-08-15T15:41:52+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=e8752f4e9f9be3d2932cd4835a5d72d17ac2338b'/>
<id>urn:sha1:e8752f4e9f9be3d2932cd4835a5d72d17ac2338b</id>
<content type='text'>
Co-authored-by: Janos Guljas &lt;janos@resenje.org&gt;
Co-authored-by: Anton Evangelatov &lt;anton.evangelatov@gmail.com&gt;
Co-authored-by: Balint Gabor &lt;balint.g@gmail.com&gt;</content>
</entry>
<entry>
<title>swarm/testutil: remove EnableMetrics</title>
<updated>2018-07-23T16:45:39+00:00</updated>
<author>
<name>Anton Evangelatov</name>
<email>anton.evangelatov@gmail.com</email>
</author>
<published>2018-07-23T16:45:39+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=14bdcdeab448885d22e516933f59096311c19672'/>
<id>urn:sha1:14bdcdeab448885d22e516933f59096311c19672</id>
<content type='text'>
</content>
</entry>
</feed>
