Skip to content

Releases: covalenthq/bsp-agent

BSP Agent v1.0.0

26 Jan 21:10
Compare
Choose a tag to compare

BSP Agent

  • Redis streams to gcp store agent for block specimens / results with atomic tx proofs of submission to cqt / virt chain by @noslav in #1
  • Resolves agent tx proof bottlenecking with bock specimen / result segment (avro) aggregation and compression by @noslav in #2
  • Refactoring block specimen - review comments by @noslav in #3
  • Refactor bsp single path by @noslav in #4
  • Fixes post workshop-1 with engineering by @noslav in #5
  • Enable CI with github actions on Agent by @noslav in #6
  • adds auto merge for dependabot PRs by @noslav in #13
  • Bump google.golang.org/api from 0.49.0 to 0.61.0 by @dependabot in #9
  • Bump github.com/golang/snappy from 0.0.3 to 0.0.4 by @dependabot in #8
  • Bump github.com/ethereum/go-ethereum from 1.10.8 to 1.10.13 by @dependabot in #11
  • Bump google.golang.org/api from 0.61.0 to 0.62.0 by @dependabot in #16
  • Bump github.com/linkedin/goavro/v2 from 2.10.0 to 2.10.1 by @dependabot in #15
  • Bump cloud.google.com/go/storage from 1.16.0 to 1.18.2 by @dependabot in #14
  • Bump google.golang.org/api from 0.62.0 to 0.63.0 by @dependabot in #17
  • Bump github.com/ethereum/go-ethereum from 1.10.13 to 1.10.15 by @dependabot in #20
  • Docker improvements by @noslav in #21
  • Bump google.golang.org/api from 0.63.0 to 0.64.0 by @dependabot in #22
  • Supports of websockets by @AurelienFT in #23
  • Updates to checks from golangci linter by @noslav in #25

New Contributors

Full Changelog: https://github.com/covalenthq/mq-store-agent/commits/v1.0.0

v0.9.8 (Pre-beta)

30 Nov 03:15
Compare
Choose a tag to compare
v0.9.8 (Pre-beta) Pre-release
Pre-release
  • Reads RLP messages from a redis mq/stream, encodes them to AVRO and then persists them in object storage in gcp, before making a txx proof to the proof-chain contract on the cqt-virtnet for uploaded objects
    Authored by @noslav