chainstorage icon indicating copy to clipboard operation
chainstorage copied to clipboard

The File System For a Multi-Blockchain World

Results 17 chainstorage issues
Sort by recently updated
recently updated
newest added

Bumps google.golang.org/protobuf from 1.32.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.32.0&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
go

### What changed? Why? + Bump toolchain versions + Update go.mod: since golang 1.21 is forcing to update go.mod, golang 1.20 is no longer supported ### How did you test...

1. ChainNode as data source: Unlike normal node providers, Chainnode uses header to capture security token (yes, safer!) but currently Chainstorage doesn't seem to support this way to authenticate with...

help wanted

We’ve been running Chainstorage on AWS and it’s been working out great so far. However, most of our infrastructure is on GCP. It would be great if Chainstorage could natively...

First off, I'd like to thank the contributors. This project has been incredibly useful for pulling various blockchains. However, I noticed that while there's an option for sidechains in the...

xl-project

### What changed? Why? + Add a `rpc_replayer` tool for recording rpc responses + Run functional tests in GitHub Actions ### How did you test the change? GitHub Actions

Parent Ticket: https://github.com/coinbase/chainstorage/issues/44 1. Provide blob storage abstraction for ChainStorage. 2. Move S3 dependency as a storage implementation

help wanted

Abstract out the current DynamoDB based KV implementation and enable a pluggable storage layer

help wanted

Current Implementation is AWS SQS based, we would like to provide abstraction and enable other storage impl

help wanted

### What changed? Why? Use https://asdf-vm.com/ to manage toolchain versions. #30 ### How did you test the change? `make bootstrap`, `make build`, `make config`, `make test`, and `make integration`.