Releases: lbryio/herald.go
Releases · lbryio/herald.go
v0.2022.10.04.1
[v0.2022.10.04.1] - 2022-10-04
- Add subscribe/unsubscribe RPCs. Add session, sessionManager, and serve JSON RPC (without HTTP). (#66) by moodyjon
- integration testing scripts (#64) by jeffreypicard
- Adjust EffectiveAmountValue to include ActivatedSupportSum. Make use of this in GetEffectiveAmount() tests. (#61) by moodyjon
- Update go.mod, go.sum for use of constraints (x/exp). (#60) by moodyjon
- Add "on: pull_request" to worflow. (#59) by moodyjon
- Fix struct annotation for HashXHistoryValue. TxNums now little-endian. (#58) by moodyjon
- WIP: Resolve json rpc (#57) by jeffreypicard
- Add element type param T to SlicedBacked[T]. Require T satisfy (#56) by moodyjon
- Add some blockchain RPC handlers and DB fetching routines (#55) by moodyjon
- Payload of HashXHistoryValue should be an array of uint32 representing "txnums" (#54) by moodyjon
- Add RepostedCount, EffectiveAmount prefix rows (#51) by moodyjon
v0.2022.08.16.1
v0.2022.08.09.1
v0.2022.01.21.1
[v0.2022.01.21.1] - 2022-01-21
- Fix behavior when the index isn't there. (lbryio/hub#31) by jeffreypicard
v0.2021.12.18.1
[v0.2021.12.18.1] - 2021-12-18
- add sd_hash prefix search (lbryio/hub#30) by shyba
v0.2021.12.06.1
[v0.2021.12.06.1] - 2021-12-06
- Update RangeField (lbryio/hub#28) by jeffreypicard
- UDPServer / ip address resolution (lbryio/hub#24) by jeffreypicard
range-queries
Custom release to support range queries.
v0.2021.11.05.1
[v0.2021.11.05.1] - 2021-11-05
- Most of federation is written, need to finish udp and test (lbryio/hub#20) by jeffreypicard
v0.2021.10.25.1
[v0.2021.10.25.1] - 2021-10-25
- Record metrics (lbryio/hub#17) by jeffreypicard
- Query caching (lbryio/hub#15) by jeffreypicard
- Prometheus and versioning (lbryio/hub#14) by jeffreypicard
- update trending fields for the leveldb hub (lbryio/hub#13) by jackrobison
- linitng (lbryio/hub#11) by e4drcf
- search fixes (lbryio/hub#10) by shyba
leveldb-hub
used for ci in lbryio/lbry-sdk#3205