ergoplatform / ergo-appkit

Appkit: A Library for Java/Scala/Kotlin Development of Ergo Applications
MIT License
38 stars 27 forks source link

New blockchain api #215

Closed MrStahlfelge closed 1 year ago

MrStahlfelge commented 1 year ago

This PR adds the new Blockchain API added to node.

It also makes use of the blockchain API. For code to become clearer, a superclass from NodeAndExplorerDataSourceImpl is extracted: NodeDataSourceImpl. This one only uses node as data source, while NodeAndExplorerDataSourceImpl can fall back to explorer API when needed.

MrStahlfelge commented 1 year ago

We need to wait for ergoplatform/ergo#1961 to be resolved before replacing the existing solution