-
Notifications
You must be signed in to change notification settings - Fork 443
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
delegate_dependency
api calls (#2076)
* *WIP* add `delegate_dependency` env api calls * Updated return types and moved docs * unused imports * Lazy delegate to * Allow deprecated * Initialise delegate_to hash in constructor * Test example, adding `remove_code` extrinsic to e2e * Docs * CHANGELOG.md * drink unimplemented * Send it * Fix comment * Fix comment * Fix comment * Fix comment * Fix comment * Update integration-tests/upgradeable-contracts/delegator/delegatee2/Cargo.toml Co-authored-by: Gherman <german@parity.io> * Update crates/e2e/src/backend.rs Co-authored-by: Gherman <german@parity.io> * update to `lock/unlock` host fns * #[allow(deprecated)] for _v1 calls * Add link to lock up deposit * doc comment as per review * Update crates/e2e/src/backend.rs Co-authored-by: Michael Müller <michi@parity.io> * Update crates/e2e/src/backend.rs Co-authored-by: Michael Müller <michi@parity.io> * Update crates/env/src/api.rs Co-authored-by: Michael Müller <michi@parity.io> * Apply suggestions from code review Co-authored-by: Michael Müller <michi@parity.io> --------- Co-authored-by: Gherman <german@parity.io> Co-authored-by: Michael Müller <michi@parity.io>
- Loading branch information
1 parent
1e46971
commit bc92b61
Showing
20 changed files
with
509 additions
and
69 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.