Youssef GHOUBACH

Results 6 comments of Youssef GHOUBACH

Any news about this ? can't get UTXOs for bech32 `Invalid address: Checksum mismatch. Code:1`

Yes, @afk11 am already using bitcoinjs. i only use bitpay's insight-api to query balances and UTXOs I think i should start looking for alts Thanks for the heads up !

@coreyphillips yes, a tricky one but it works am using electrumx server (you can run your own or use one of the public [testnet](https://1209k.com/bitcoin-eye/ele.php?chain=tbtc) or [mainet](https://1209k.com/bitcoin-eye/ele.php?chain=btc) ones) check [my wallet](https://github.com/youssefgh/mooo-wallet)...

@coreyphillips cool, you're welcome, happy to help !

Since 0.13.0 factory is removed, bind should be used instead : ``` bind(NgRoutingUsePushState, toValue: new NgRoutingUsePushState.value(false)); ``` And this is a PR to 0.13.0 tutorial upgrade : https://github.com/angular/angular.dart.tutorial/pull/127

Putting : ```js project.ext { mapboxTelemetryVersion = "8.0.0" } ``` in App_Resources/Android/before-plugins.gradle seems like a solution but waiting for plugin devs input