Closed ukane-philemon closed 3 months ago
Is 7531942 for testing or do we need those changes?
Is 7531942 for testing or do we need those changes?
Errm, most of it was from @itswisdomagain commit on the stale branch. But we need the script and readme changes.
We would clean that commit of test changes once we are ready to push upstream.
@JoeGruffins you'll need to replace the upstream commit https://github.com/cake-tech/cake_wallet/pull/1322/commits/63357642a496e4a5658b35002c97ccd39c089653 with this one: https://github.com/JoeGruffins/cake_wallet/pull/13/commits/55d837ccc2a1a42083b95d7d9794e4e184a170ea, that is if there are no more required changes to make in that script commit.
Thanks.
Ok I updated it.
Thanks.
getting an error when building:
lib/entities/provider_types.dart:50:29: Error: A non-null value must be returned since the return type 'List<ProviderType>' doesn't allow null. - 'List' is from 'dart:core'. - 'ProviderType' is from 'package:cake_wallet/entities/provider_types.dart' ('lib/entities/provider_types.dart'). static List<ProviderType> getAvailableBuyProviderTypes(WalletType walletType) { ^ lib/entities/provider_types.dart:87:29: Error: A non-null value must be returned since the return type 'List<ProviderType>' doesn't allow null. - 'List' is from 'dart:core'. - 'ProviderType' is from 'package:cake_wallet/entities/provider_types.dart' ('lib/entities/provider_types.dart'). static List<ProviderType> getAvailableSellProviderTypes(WalletType walletType) {
I think this comment was intended for #14, it has been resolved.
I think this comment was intended for https://github.com/JoeGruffins/cake_wallet/pull/14, it has been resolved.
Yeah sorry about that.
Changes have been added to the upstream pr so closing.
Builds on #12.
Tested on simnet: https://github.com/JoeGruffins/cake_wallet/issues/11#issuecomment-2227516005
Modified commits: