-
Notifications
You must be signed in to change notification settings - Fork 449
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[E2E] Add
create_call_builder
for testing on-chain contracts (#2075)
* Reexport `ContractCallBuilder` from `ink_e2e` * Add `create_call_builder(AccountId)` * Revert "Reexport `ContractCallBuilder` from `ink_e2e`" This reverts commit 6377e2d. * Apply `cargo fmt` * Add CI test * Improve code * Make spellchecker happy * Fix CI * Revert me: Run CI with isolated examples * Fix CI * Fix CI * Make `rustfmt` happy * Make `rustfmt` happy * Revert me: Install `subkey` * Revert me: Debug CI * Fix CI * Improve formatting * Remove local `subkey` installation * Revert "Revert me: Run CI with isolated examples" This reverts commit 9900cc9. * Use newer Docker image * Improve variable name * Update UI tests for new Rust version from Docker * Improve structure * Update UI tests for new Rust version from Docker * Make `rustfmt` happy * Update image to 1.75
- Loading branch information
Michael Müller
authored
Jan 29, 2024
1 parent
11db525
commit 1ea20a2
Showing
11 changed files
with
204 additions
and
3 deletions.
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
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
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