Blockstream / green_android

Blockstream Green Wallet for Android
GNU General Public License v3.0
177 stars 74 forks source link

use git submodule instead of fetch_assets.sh #121

Closed Giszmo closed 2 years ago

Giszmo commented 2 years ago

Description

It's kind of unexpected that the compilation requires curl and jq and pulls stuff from https://raw.githubusercontent.com which doesn't get the same cryptographic checks a git revision could get. Why not add asset_registry_db as a git submodule instead?

angelix commented 2 years ago

@Giszmo fetch_assets.sh was removed and cached assets are provided by GDK.