bsp-agent icon indicating copy to clipboard operation
bsp-agent copied to clipboard

Decodes, packs, encodes, proves, stores and uploads block-replicas (primarily "block-specimens") produced by EVM or non-EVM byte code based blockchains.

Results 30 bsp-agent issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.16.0 to 1.17.0. Release notes Sourced from github.com/fatih/color's releases. v1.17.0 What's Changed Fix multi-parameter println spacing by @​klauspost in fatih/color#228 ci: update Go and Staticcheck versions by...

dependencies

Bumps [github.com/linkedin/goavro/v2](https://github.com/linkedin/goavro) from 2.12.0 to 2.13.0. Release notes Sourced from github.com/linkedin/goavro/v2's releases. Release to expose underlying TypeName in Codec This release updates the Codec type to surface the underlying typeName...

dependencies

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.18.0 to 0.20.0. Commits 7d69d98 unix: extend support for z/OS 7758090 cpu: add support for sve2 detection 9a28524 windows: drop go version tags for unsupported versions 27dc90b...

dependencies

Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.13.14 to 1.13.15. Release notes Sourced from github.com/ethereum/go-ethereum's releases. Ontamalca (v1.13.15) Geth v1.13.15 is a maintenance-release that contains some fixes mainly to avoid snapsync-related data-corruption. We recommend...

dependencies

Bumps [github.com/influxdata/influxdb](https://github.com/influxdata/influxdb) from 1.10.0 to 1.11.5. Commits 70acbd5 fix: correct dependencies in package builds (1.11) (#24670) 8b9a9c6 fix: panic index out of range for invalid series keys (#24565) (#24595) 0d9f492...

dependencies

Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.31.0&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies

BSP agent crashes (after some retries) when there is any issue in producing BS proofs From the last conversation a while back, we didn't have any monitoring, hence crashing the...

I looked at the cmd directory in the “bsp-agent” and came up with potential solutions to optimize logging in the cmd directory I discovered the code by default uses “log.InfoLevel”...

Bumps [github.com/influxdata/influxdb](https://github.com/influxdata/influxdb) from 1.10.0 to 1.11.6. Commits c7a591b fix: prevent retention service from hanging (#25064) 9c84e6c fix: ignore empty index error deleting last measurement (#25037) (#25043) 3edc22f fix: return MergeIterator.Close...

dependencies
go

`WriteField` should be used only for text fields. `CreateFormFile` + `part.Write` send binary content. PS. Pinner has also to be adjusted.