Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: create cosmos_node_client package #263

Merged
merged 12 commits into from
May 5, 2022
Merged

Conversation

Zfinix
Copy link
Contributor

@Zfinix Zfinix commented Apr 24, 2022

Closes #255

@Zfinix
Copy link
Contributor Author

Zfinix commented Apr 27, 2022

This is ready guys

Comment on lines 90 to 93
# - name: cosmos_node_client - tests
#working-directory: packages/cosmos_node_client
#if: env.cosmos_node_client == 'true'
#run: flutter test
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any reason this is commented out?

Copy link
Contributor Author

@Zfinix Zfinix Apr 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't have any tests right now and the ci fails because of that, once we add tests we would we'd it back.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets add one, even 2+2=4 test just to enable the CI from the beginning. you can always remove the test as soon as you add proper ones later on

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay

@@ -0,0 +1,228 @@
include: package:lint/analysis_options.yaml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's use cosmos_lint package here instead of specifying the rules again

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I'm going to do that just needed the previous PR to be merged.

@Zfinix Zfinix requested a review from andrzejchm April 29, 2022 07:41
Copy link
Contributor

@andrzejchm andrzejchm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏🏻

@Zfinix Zfinix merged commit 795924d into main May 5, 2022
@Zfinix Zfinix deleted the feat/cosmos_node_client branch May 5, 2022 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Create 'cosmos_node_client' package
2 participants