chainstorage
chainstorage copied to clipboard
The File System For a Multi-Blockchain World
Bumps google.golang.org/protobuf from 1.32.0 to 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...
### 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...
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...
### 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
Abstract out the current DynamoDB based KV implementation and enable a pluggable storage layer
Current Implementation is AWS SQS based, we would like to provide abstraction and enable other storage impl
### 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`.