hirosystems / stacks-subnets

Stacks Subnets: a layer-2 scaling solution for Stacks, intended for high-throughput, low-latency workloads
http://docs.hiro.so
GNU General Public License v3.0
51 stars 13 forks source link

Refactor to cleanly utilize upstream code #273

Open obycode opened 1 year ago

obycode commented 1 year ago

As much as possible, the subnet node should be reusing code from upstream (stacks-blockchain). Ideally that would mean using crates, the way that clarity and stacks-common are now, but if that is not possible, then there should at least be a clear separation from the code that is copied from upstream and the code that is specific to the subnet node.