Releases: covalenthq/bsp-agent
Releases · covalenthq/bsp-agent
v1.7.4
Commits
- 9154cbe: Bump github.com/gorilla/websocket from 1.5.2 to 1.5.3 (dependabot[bot]) #271
- f001af7: Bump golang.org/x/sys from 0.21.0 to 0.22.0 (dependabot[bot]) #271
- 3e6b121: Bump github.com/ethereum/go-ethereum from 1.14.5 to 1.14.7 (dependabot[bot]) #271
- 829b1c2: Merge remote-tracking branch 'origin/dependabot/go_modules/develop/golang.org/x/sys-0.22.0' into bundle-dep-updates (Rodrigo Garcia) #271
- f6580b8: Merge remote-tracking branch 'origin/dependabot/go_modules/develop/github.com/ethereum/go-ethereum-1.14.7' into bundle-dep-updates (Rodrigo Garcia) #271
- d8cc1b5: bump to latest golang 1.22.5 (Rodrigo Garcia) #271
- f9a5cf6: bump bsp agent patch version (Pranay Valson) #271
- 2012415: change docker compose exec command exec (Pranay Valson) #271
- 3f8ec0b: use older version of ipfs-pinner (Pranay Valson) #271
v1.7.3
Commits
- be4e8cb: Bump alpine from 3.19 to 3.20 (dependabot[bot]) #264
- dd1ad10: Bump github.com/ethereum/go-ethereum from 1.13.15 to 1.14.5 (dependabot[bot]) #265
- 56686d8: Bump github.com/gorilla/websocket from 1.5.1 to 1.5.2 (dependabot[bot]) #260
- a0c4515: Merge branch 'main' into develop (Pranay Valson) #266
- 7ffa466: Update dependabot.yml (Pranay Valson)
- 6d65cfb: Merge branch 'main' of github.com:covalenthq/bsp-agent (Pranay Valson)
v1.7.2
Commits
- 21e971a: update dependabot config (Pranay Valson) #262
- 29c891a: update test coverage golang version (Pranay Valson) #262
- 8c56b4a: update golang to 1.21.11 (Pranay Valson) #262
- 2caa44f: update golang to 1.22.2 (Pranay Valson) #262
- ecc56ad: Bump golang.org/x/net from 0.18.0 to 0.23.0 (dependabot[bot]) #263
- 48ccc27: bump bsp-agent patch version (Pranay Valson) #262
v1.7.1
Commits
- 3b4b7e7: Bump github.com/ethereum/go-ethereum from 1.13.14 to 1.13.15 (dependabot[bot]) #254
- 5197338: fix alpine image tag in Dockerfile to address security vulnerabilities (Rodrigo Garcia) #258
- 873e8a2: use default bash version for each stable alpine tag (Rodrigo Garcia) #258
- 61cd818: using alpine:3.19 instead because there is an new CVE for openssl on 3.20 without a fix (Rodrigo Garcia) #258
- a048344: Bump golang.org/x/sys from 0.18.0 to 0.21.0 (dependabot[bot]) #259
- 671b040: Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (dependabot[bot]) #246
- be3389a: Bump github.com/linkedin/goavro/v2 from 2.12.0 to 2.13.0 (dependabot[bot]) #256
- dcdc9d6: update dependabot config (Pranay Valson) #261
- eb6a730: Merge branch 'main' into develop (Pranay Valson) #261
- a358c99: Bump github.com/fatih/color from 1.16.0 to 1.17.0 (dependabot[bot]) #257
- 3a51b04: bump bsp-agent patch version (Pranay Valson) #261
- c9243c5: Merge branch 'develop' of github.com:covalenthq/bsp-agent into develop (Pranay Valson) #261
v1.7.0 (Ethereum Staking Migration with Full Blob Support)
Commits
- 5533fae: support bsp export for eip-4844 blob tx (Pranay Valson) #244
- c52e6d0: go mod tidy (Pranay Valson) #244
- 0d31ae4: migrate docker images from GCR registry to default GAR (Pranay Valson) #247
- d9d4ec5: use GAR docker bsp-agent in ci/cd run (Pranay Valson) #247
- 0aadd14: add additional hardhat based workflow (ganache backup) for bsp-agent (Pranay Valson) #247
- 927bc5a: merge dencun support related bsp-agent updates (Pranay Valson) #244
- 7852463: wrap and unwrap avro union types for blob txs (Pranay Valson) #244
- 79e936a: compose avro lens path support for blob tx fields (Pranay Valson) #244
- 16b0489: fix types for blob txs (Pranay Valson) #244
- f38d2ff: update codec with blob sidecar (Pranay Valson) #244
- 328697d: add null avro union type for blob sidecar (Pranay Valson) #244
- f7b54dc: fix blobFeeCap type (Pranay Valson) #244
- 8c9c4f0: omit empty blob sidecars (Pranay Valson) #244
- a4fe1ad: revert back to optional (Pranay Valson) #244
- bd51e84: fix blobFeeCap type lens path (Pranay Valson) #244
- c715768: update codec with blob sidecar array (Pranay Valson) #244
- 8e77ac4: remove sidecar null components (Pranay Valson) #244
- c3d37ba: remove avro wrapping for internal blob values (Pranay Valson) #244
- f78acef: update codec (Pranay Valson) #244
- b0699c1: move blob side cars to replica head (Pranay Valson) #244
- d5677da: capture fields and path correctly on export (Pranay Valson) #244
- 3611892: fix type on blobTxSidecars codec (Pranay Valson) #244
- b6f4fde: fix type fields for blobTxSidecars bytes (Pranay Valson) #244
- fc3e065: go fmt (Pranay Valson) #244
- 52356af: Bump golang.org/x/net from 0.17.0 to 0.23.0 (dependabot[bot]) #251
- dd553c9: bump bsp-agent minor version (Pranay Valson) #244
- 440d1bf: enable extractor scripts to export BlobSideCars (Pranay Valson) #244
- 90aecc4: disable staticcheck for now (Pranay Valson) #244
- 2323d71: linter recom fixes on comments and spacing (Pranay Valson) #244
- 57042ca: linter recom fixes on redacted/expired libraries (Pranay Valson) #244
- e3b6a40: linter recom fixes for scripts redacted/expired libraries (Pranay Valson) #244
- ec26834: remove abandoned linters (Pranay Valson) #244
- da6b01b: match linter to go version local (Pranay Valson) #244
- f8a850c: amend linter workflow (Pranay Valson) #244
- ca48f58: update redis backup file (Pranay Valson) #244
- 560330d: insert correct replication queue naming (Pranay Valson) #244
- 9bffe48: Merge branch 'main' into develop (Pranay Valson) #253
Full Changelog: v1.7.0...v1.7.0
v1.6.0 (dencun fork support)
Commits
- 29791ef: update docker deploy scripts (Pranay Valson) #233
- e55200a: make calls from agent container explicit (Pranay Valson) #233
- bf090b4: Bump github.com/fatih/color from 1.15.0 to 1.16.0 (dependabot[bot]) #232
- 5b963a2: refresh proofchain abi and bindings (sudeep) #234
- c4da1da: refresh proofchain abi and bindings (sudeep) #239
- f71d555: upgrade codec and types to support dencun (Pranay Valson) #245
- 05896a9: add lens wrap and unwrap of go union type (Pranay Valson) #245
- ed03d32: push avro codec version for block-ethereum (Pranay Valson) #234
What's Changed
- Update docker deploy scripts for migration contracts by @noslav in #233
- Bump github.com/fatih/color from 1.15.0 to 1.16.0 by @dependabot in #232
- refresh proofchain abi and bindings by @sudeepdino008 in #239
- Upgrade codec and types to support dencun (bsp-geth) upgrade by @noslav in #245
- Bsp-agent-DTM-RC:v1.6.0 by @noslav in #234
Full Changelog: v1.5.0...v1.6.0
v1.5.0
Commits
- 5dd898d: Bump github.com/influxdata/influxdb-client-go/v2 from 2.12.3 to 2.13.0 (dependabot[bot]) #221
- 1155090: Bump github.com/gorilla/websocket from 1.5.0 to 1.5.1 (dependabot[bot]) #222
- 4f24a4e: Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (dependabot[bot]) #225
- 96a341a: update proofchain abi and bindings (sudeep) #228
- c06535e: Bump golang.org/x/sys from 0.13.0 to 0.16.0 (dependabot[bot]) #227
- 7dcdad0: Merge branch 'main' into develop (Pranay Valson) #231
- adb855b: comply with ipfs-pinner w3up upload method (Pranay Valson) #231
- 630707d: update github workflow to pickup pinner env vars (Pranay Valson) #231
- 2bfa390: update pinner port and agent minor version (Pranay Valson) #231
- b2166ec: update docker compose for local bsp-agent run (Pranay Valson) #231
- 6588b70: update redis db file and pinner default config (Pranay Valson) #231
What's Changed
- update proofchain abi and bindings by @sudeepdino008 in #228
- merge develop to main by @sudeepdino008 in #230
- Bump github.com/influxdata/influxdb-client-go/v2 from 2.12.3 to 2.13.0 by @dependabot in #221
- Bump github.com/gorilla/websocket from 1.5.0 to 1.5.1 by @dependabot in #222
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #225
- Bump golang.org/x/sys from 0.13.0 to 0.16.0 by @dependabot in #227
- Bsp-agent-DTM-RC:v1.5.0 by @noslav in #231
Full Changelog: v1.4.10...v1.5.0
v1.4.10
Commits
- 78b6ae3: update version to 1.4.9 (Pranay Valson) #214
- ee6c664: add test coverage reports (Pranay Valson) #215
- 221ff02: update readme coverage reports (Pranay Valson) #215
- 0e91784: remove tx fee params setting before recursively calling executeWithRetry (sudeep) #216
- 1982840: Bump golang.org/x/net from 0.9.0 to 0.17.0 (dependabot[bot]) #217
- b40c0bd: Bump github.com/btcsuite/btcd from 0.22.0-beta to 0.23.2 (dependabot[bot]) #218
What's Changed
- Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.2 by @dependabot in #202
- Bump github.com/sirupsen/logrus from 1.9.2 to 1.9.3 by @dependabot in #205
- use lenspath library to simplify replica maps wrapping/unwrapping by @sudeepdino008 in #204
- Bsp-agent-DTM-RC:v1.4.9 by @noslav in #207
- merge main to develop by @sudeepdino008 in #214
- Test Coverage Reports by @noslav in #215
- Bump golang.org/x/net from 0.9.0 to 0.17.0 by @dependabot in #217
- Bump github.com/btcsuite/btcd from 0.22.0-beta to 0.23.2 by @dependabot in #218
- remove tx fee params setting before recursively calling executeWithRetry by @sudeepdino008 in #216
Full Changelog: v1.4.8...v1.4.10
v1.4.9
Commits
- 5500f16: Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.2 (dependabot[bot]) #202
- a5da07b: Bump github.com/sirupsen/logrus from 1.9.2 to 1.9.3 (dependabot[bot]) #205
- 418df5b: use lenspath library to simplify replica maps wrapping/unwrapping (sudeep) #204
- 83195d5: remove needless returns, as the data is edited in-place (sudeep) #204
- 1dbefe0: update version to 1.4.8 (Pranay Valson)
v1.4.8
Commits
- 286006d: removes gcp store logic as we're just using ipfs now (sudeep) #197
- 9e89fad: fixes linter check (sudeep) #197
- 27c2b8d: fixes CI: do not use dynamic tx if gasTipCap can't be fetched (sudeep) #197
- b527d01: bump bsp-agent patch version (Pranay Valson) #200
- 4a4e756: Bump golang.org/x/sys from 0.7.0 to 0.8.0 (dependabot[bot]) #201
- ff5a6fc: Bump google.golang.org/api from 0.119.0 to 0.120.0 (dependabot[bot]) #198