Skip to content

Tags: xmonader/tau

Tags

v1.2.0-pre

Toggle v1.2.0-pre's commit message
fix taucorder goreleaser config

v1.1.4

Toggle v1.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
updated readme (taubyte#139)

v1.1.3

Toggle v1.1.3's commit message
upgrade go to 1.21 - pass 2

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
A few issues after e2e testing some edge cases taubyte#132 (taubyte#133)

- CI/CD jobs that take too long were failing -> need to add an eta update mechanism
- Re announcing CI/CD jobs -> only keep one loop   fix logic that was re-announcing some jobs
- Network FQDN is a global variable -> solve that by relying on config (need updated in config-compiler and go-specs)

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refactor cli of tau (taubyte#125)

- Export/Import Configuration
- Secure Export
- Geo Localization

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactor KVDB, Update P2P Mock, and Streamline Tests and Hoarder Stre…

…aming

This commit introduces a significant refactor of the KVDB package, implements a new P2P mock, and addresses various issues in tests and hoarder streaming routes. The changes include:

- A new PubSubBroadcaster structure that utilizes libp2p PubSub for broadcasting.
- A mechanism for registering and unregistering topics within the PubSub system.
- Enhanced synchronization with the addition of mutex locks to prevent race conditions.
- Improved error handling and subscription logic to ensure reliable message broadcasting and reception.

These updates aim to optimize the underlying data distribution mechanisms, improve the robustness of the testing framework, and ensure that streaming routes are defined more consistently.

v1.0.11

Toggle v1.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix hoarder (taubyte#97)

* hoarder working with dreamland

* handle retry if err

* better naming convention, clean up some methods

* upgrade interfaces

v1.0.10

Toggle v1.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix patrick logs path (taubyte#62)

* fix patrick logs path

* upgrade go-interfaces

v1.0.9

Toggle v1.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix node set dv key (taubyte#64)

* fix node set dv key

* upgrade deps

v1.0.8

Toggle v1.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
59 add patrick http client (taubyte#60)

* refactored, tests not passing

* skip failing tests

* refactor http clients   add patrick http client