Andrzej Chmielewski

Results 7 issues of Andrzej Chmielewski

This change makes sure that in case of non-zero exit code, it is properly propagated to the CLI. Currently, no matter if there's an error or not, the `flutter pub...

currently, if we try to create an account in the template using android emulator without biometrics set up, an error occurs: ![image](https://user-images.githubusercontent.com/1711474/169047594-24bf4fa4-ed12-49eb-bb16-efb3151a716a.png) lets make the biometrics to be optional and...

Feature 💡

currently, if error occurs in the create wallet flow, we show a blank screen with "error!" in the middle. ## acceptance criteria include scrollable stacktrace on the screen and a...

Feature 💡

Add feature of wallet derivation to the `cosmos_node_client` library ## Acceptance criteria - introduce new type `Mnemonic` that has the constructor `Mnemonic.generate(MnemonicLength length)` ```dart enum MnemonicLength { words12, words24, }...

Feature 💡
📡 cosmos_node_client

## Acceptance Criteria - introduce new types `CosmosTransaction` and `SignedCosmosTransaction`: ```dart class CosmosTransaction { final List messages; //comes from the google's protobuf https://pub.dev/documentation/protobuf/latest/protobuf/GeneratedMessage-class.html final String? memo; final Fee? fee; //comes...

Feature 💡
📡 cosmos_node_client

Let's write some quick notes on how to perform a release of the template that will be embedded with the next version of starport. 1. bump version of the project...

Technical 🛠

We need to be able to specify typography inside cosmosTheme for the ui components to use in accordance to designs: - add `CosmosTextStyleData textStyles` to `CosmosTheme` simmilar to `colors` property....

Feature 💡