helium / blockchain-etl

Blockchain follower that follows and stores the Helium blockchain
Apache License 2.0
64 stars 37 forks source link

updating dependencies and optimizing docker build #276

Closed jeffgrunewald closed 2 years ago

jeffgrunewald commented 2 years ago

Optimizing the docker build to pre-compile dependencies in a separate stage so they can be cached in a separate layer so long as there have been no changes to the rebar.config/rebar.lock files.

Also bumps the latest release of blockchain-core that patches a peer gossip bug related to allowance of rfc1918 addresses.

madninja commented 2 years ago

could you rebase this @jeffgrunewald ?

jeffgrunewald commented 2 years ago

could you rebase this @jeffgrunewald ?

done @madninja