alpenlabs / strata

Rust implementation of the Strata protocol
https://docs.stratabtc.org
Apache License 2.0
23 stars 1 forks source link

Fix/fullnode local run #460

Closed purusang closed 2 days ago

purusang commented 1 week ago

Description

This PR intends to correct docker-compose which is supposed to be used publicly to run fullnode from source code.

Type of Change

Checklist

Related Issues

delbonis commented 6 days ago

I appreciate the good work here but 197 files changed in a single PR is like 3x too many. This should be broken down into logical sections that work and we can review independently. Did this get jumbled up with some other PRs with some cherrypicking?

purusang commented 4 days ago

I appreciate the good work here but 197 files changed in a single PR is like 3x too many. This should be broken down into logical sections that work and we can review independently. Did this get jumbled up with some other PRs with some cherrypicking?

Oh yeah! the fix was branched out from releases that's why that many files changed which I didn't. Will cherrypick the changed ones before pr creation.