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

Implement ThorClient and Account :: EOA :: Online #197

Closed
wants to merge 8 commits into from

Conversation

fabiorigam
Copy link
Member

Work in progress
Waiting for #196 to be approved

@fabiorigam fabiorigam linked an issue Nov 6, 2023 that may be closed by this pull request
3 tasks
@fabiorigam fabiorigam changed the title Account :: EOA :: Online Implement ThorClient and Account :: EOA :: Online Nov 6, 2023
Copy link

github-actions bot commented Nov 6, 2023

Test Coverage

Summary

Lines Statements Branches Functions
Coverage: 99%
99.89% (949/950) 99.62% (266/267) 100% (169/169)
Title Tests Skipped Failures Errors Time
core 232 0 💤 0 ❌ 0 🔥 49.361s ⏱️
network 18 0 💤 0 ❌ 0 🔥 9.233s ⏱️
errors 18 0 💤 0 ❌ 0 🔥 9.952s ⏱️

*/
constructor(
protected readonly httpClient: IHttpClient,
readonly genesis: Block,
Copy link
Member

Choose a reason for hiding this comment

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

Do we need the genesis when making a thor client? It's a pain to find / configure IMO

Copy link
Member

Choose a reason for hiding this comment

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

@claytonneal I know you hated this part about connex 😂

Copy link
Member

Choose a reason for hiding this comment

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

IMO, it's better to have an async function to get the genesis block

Copy link
Member Author

Choose a reason for hiding this comment

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

We are removing it don't worry

@pierobassa
Copy link
Member

Refactored the initial structure in #198

@fabiorigam fabiorigam closed this Nov 7, 2023
@fabiorigam fabiorigam deleted the 47-account-eoa-online branch November 29, 2023 09:03
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.

Account :: EOA :: Online
3 participants