-
Notifications
You must be signed in to change notification settings - Fork 51
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!: worker.dev_create_account
, worker.dev_deploy
create subaccounts of root account instead of tla (sandbox, testnet)
#369
Merged
Merged
Changes from 39 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
f1b7d44
departed from tla on testnet
e1d0355
delete the accounts in test
eb64adc
avoid hardcodings
b49652c
Merge branch 'main' into remove-using-tla-on-testnet
AlexKushnir1 2e9c233
add new trait SponsoreAccountCreator
c0835a4
fmt
d95e45b
released new methods of traits and renamed tla functions
522632d
fix
7ab94b2
println result of deleting acc, isolate macos
47bf6a6
test only on macos
5df26ba
test test_batch_tx
6a92844
unused variables
50dda2f
find an error state
8adbcaa
isolate second call function
5ebdfe5
skip test_batch_tx()
680c8f7
testing batch_tx
b1cf6cf
add deposit to second call
7abadd6
separate two calls
3126db7
the code that was intended by merge is returned
a25019d
Merge branch 'main' into remove-using-tla-on-testnet
AlexKushnir1 dcff640
Merge branch 'near:main' into remove-using-tla-on-testnet
AlexKushnir1 a4bdc7d
Resolve issues after review
10d6b28
clippy
0e63022
remove unused import
48ca462
unused imports
adec38f
Merge branch 'main' into remove-using-tla-on-testnet
AlexKushnir1 d10894a
Merge branch 'main' into remove-using-tla-on-testnet
AlexKushnir1 679d18e
Merge branch 'main' into remove-using-tla-on-testnet
AlexKushnir1 1b61afe
Merge branch 'near:main' into remove-using-tla-on-testnet
AlexKushnir1 c2e4b43
clippy formating
981d65e
fmt formatting
2fc538d
formated names after review
1f11dea
chore: add Worker::<Testnet>::root_account_id method
69fb351
chore: fixes #398
b14b60e
doc: move `root_account` doc snippet
1455779
doc: add comments around `tla` methods
3c867de
chore: deduplicate into single `generate_dev_account_credentials` method
1a54933
chore: add `root_account_id` trait method and rename trait
adaf976
chore: make generate_dev_account_credentials sync (clippy)
20897d1
fix: dev_deploy on testnet
5b3000e
chore: use `root_account_id` method in `create_root_account_subaccoun…
66e424a
ci: add `fail-fast: false` to test job
1388747
chore: move `subaccount_prefix` validation to trait methods
55e538f
test: add test_dev_create_account{testnet, sandbox}
dea6e6b
chore: extract a repeating thingy as a default implementation of new …
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this appears to never have been run (during the lifespan of pr), as it didn't work