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

Support previewnet for accounts create #1476

Merged
merged 2 commits into from
Mar 29, 2024

Conversation

chasefleming
Copy link
Member

@chasefleming chasefleming commented Mar 27, 2024

Closes #1474


For contributor use:

  • Targeted PR against master branch
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work
  • Code follows the standards mentioned here
  • Updated relevant documentation
  • Re-reviewed Files changed in the Github PR explorer
  • Added appropriate labels

@chasefleming chasefleming added the Improvement Technical work without new features, refactoring, improving tests label Mar 27, 2024
@@ -259,6 +263,7 @@ func (l *lilicoAccount) create(network string) (flowsdk.Identifier, error) {
request.Header.Add("Authorization", accountToken)

client := &http.Client{
Timeout: time.Second * 20,
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we add a timeout on getAccountCreationResult also?

Copy link
Member Author

@chasefleming chasefleming Mar 29, 2024

Choose a reason for hiding this comment

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

Is that in flowkit @jribbink since it's using GetTransactionByID?

Copy link
Contributor

@jribbink jribbink Mar 29, 2024

Choose a reason for hiding this comment

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

Yeah not sure. If it's not easy, don't bother... it's not that important imo

@chasefleming chasefleming merged commit 65f033f into feature/stable-cadence Mar 29, 2024
7 checks passed
@chasefleming chasefleming deleted the chasefleming/1474 branch March 29, 2024 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement Technical work without new features, refactoring, improving tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants