question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Parametrize the contract you can use `AccountClient.create_account`

See original GitHub issue

Is your feature request related to a problem? Please describe. It is not a problem, but I like the transaction management and private key establishment that happens in this method however it is limited to the OZ contract. It would be nice to be able to allow the user to specify any contract to use here (and have it default to the OZ one).

Describe the solution you’d like Allow the user to specify a separate contract to use in AccountClient.create_account()

Describe alternatives you’ve considered Implement outside of lib.

Additional context Add any other context or screenshots about the feature request here.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:11 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Solpatiumcommented, Jun 24, 2022

@cptartur we should handle this after the RPC work is done.

0reactions
cptarturcommented, Sep 21, 2022

AccoutClient.create_account has been deprecated and will be removed in next version.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Dunning procedure in configuration:Define Parametrize ...
We can assign a Dunning Procedure in configuration at "Define and Parametrize External Transactions". Path: Financial Accounting->Contract ...
Read more >
Parametrizing fixtures and test functions — pytest documentation
Parametrizing fixtures and test functions¶. pytest enables test parametrization at several levels: pytest.fixture() allows one to parametrize fixture ...
Read more >
How to Parametrize a Curve - YouTube
Your browser can 't play this video. Learn more. Switch camera.
Read more >
Custom names for pytest parametrized tests - Stack Overflow
You can define how your parametrized test names look using the ids parameter. This can be a list of strings, or a function...
Read more >
Parametrization of a line examples - Math Insight
Example 1. Find a parametrization of the line through the points (3,1,2) and (1,0,5). Solution: The line is parallel to the vector v=(3,1,2)−(1,0,5)=(2,1 ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found