helium / blockchain-core

Apache License 2.0
213 stars 85 forks source link

Pulling out additional uses of the chain in favor of the ledger #1356

Closed jeffgrunewald closed 1 year ago

jeffgrunewald commented 2 years ago

Delegate operations to the ledger where possible. These changes should be safe from the perspective of function calls in other projects as none of them are called from outside of Core but there may be nuances to some of the calls to the chain that are still preferable to getting the information out of the ledger that I'm not aware of.