Skip to content

Releases: covalenthq/bsp-agent

v1.1.5 bsp-agent

02 May 22:34
v1.1.5
b3afed0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.4...v1.1.5

v1.1.3 Moonbeam release with better proof tx exception handling

27 Apr 19:26
v1.1.3
37b3338
Compare
Choose a tag to compare

What's Changed

  • Bug fix for proof-chain tx mine timeout and revert by @noslav in #72

Full Changelog: v1.1.2...v1.1.3

v1.1.2 Better proof-chain exception handling

25 Apr 22:11
v1.1.2
0f103f3
Compare
Choose a tag to compare

What's Changed

  • Skipping expired proof-chain sessions by @noslav in #71

Full Changelog: v1.1.1...v1.1.2

Deploy for moonbeam mainnet

18 Apr 17:36
v1.1.0
dd7ac8c
Compare
Choose a tag to compare

What's Changed

  • Bump google.golang.org/api from 0.64.0 to 0.66.0 by @dependabot in #29
  • Bump github.com/linkedin/goavro/v2 from 2.10.1 to 2.11.0 by @dependabot in #28
  • Bump cloud.google.com/go/storage from 1.18.2 to 1.19.0 by @dependabot in #27
  • Fixes/post release v1.0.0 by @noslav in #30
  • Bump cloud.google.com/go/storage from 1.19.0 to 1.20.0 by @dependabot in #32
  • Bump google.golang.org/api from 0.66.0 to 0.67.0 by @dependabot in #31
  • Feature/proofchain url announce by @noslav in #33
  • Bump google.golang.org/api from 0.68.0 to 0.70.0 by @dependabot in #38
  • Bump github.com/ethereum/go-ethereum from 1.10.15 to 1.10.16 by @dependabot in #34
  • Bump cloud.google.com/go/storage from 1.20.0 to 1.21.0 by @dependabot in #37
  • updating README.md by @sudeepdino008 in #39
  • using lumberjack logger for file logging (with rotation) by @sudeepdino008 in #41
  • Bump github.com/gorilla/websocket from 1.4.2 to 1.5.0 by @dependabot in #35
  • precommit hook for running golangci-lint by @sudeepdino008 in #45
  • add param to bspagent cmd specifying folder for file logging by @sudeepdino008 in #44
  • fix for direnv not picking .env anymore by @sudeepdino008 in #51
  • Codec Fixes for live mode by @noslav in #47
  • use log-folder rather than logs-folder to have parity with bsp-geth by @sudeepdino008 in #48
  • update pre-commit linter hook to run on entire repo by @sudeepdino008 in #49
  • remove channel wait blocks due to proofchain errors by @sudeepdino008 in #50
  • Deploy for CQT testnet with adapted Proofchain by @noslav in #52
  • Bump google.golang.org/api from 0.70.0 to 0.73.0 by @dependabot in #42
  • Update to CI (docker) integration test by @noslav in #54
  • Moves log util function to utils package by @noslav in #58
  • fix to ensure re-processing of non-ack'ed redis messages by @sudeepdino008 in #56
  • Revert "fix to ensure re-processing of non-ack'ed redis messages" by @sudeepdino008 in #59
  • update logger configuration to rotate every 24 hours by @sudeepdino008 in #57
  • Get bsp-agent main ready for low-throughput-live-mode release by @noslav in #63
  • Testing IPFS pinner service integration by @noslav in #64
  • Fix operational constants and cli flag variables for live mode by @noslav in #66
  • ipfs-pinner support to generate client side cids and do car file uploads by @sudeepdino008 in #65

New Contributors

Full Changelog: v1.0.0...v1.1.0

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