-
Notifications
You must be signed in to change notification settings - Fork 480
call_v2 cross-contract calls with additional limit parameters
#2077
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
Merged
Merged
Changes from 35 commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
de543ed
init call_v2 methods and types
ascjones 8339352
add e2e tests to basic-contract-caller example
ascjones 7fb24b9
Merge branch 'master' into aj/call-v2
ascjones a84fe4f
Add storage_deposit
ascjones b7ad4b0
Fix basic-contract-caller e2e tests
ascjones 99a9c03
Remove `basic_contract_caller` integration test, moved to #1909
ascjones cc52b41
WIP adding cross_contract_calls test
ascjones a0813f9
Add `integration-test` for possible migration pattern (#1909)
ascjones bab2e0a
Add `basic-contract-caller` E2E test (#2085)
ascjones b2a2cf9
Only need one .gitignore
ascjones bd83e18
WIP adding create v2 API
ascjones ae6330a
Merge branch 'master' into aj/call-v2
ascjones ab251c2
Revert "WIP adding create v2 API"
ascjones 16d1479
WIP e2e tests
ascjones 85e7e9c
Add CallV2 builder methods
ascjones eb7ca99
Pass weight limit as params
ascjones 2c0a632
Allow deprecated
ascjones 8b6ce3f
Add storage_deposit_limit
ascjones 982089d
Clippy
ascjones 1d8cd75
Use struct update syntax
ascjones 9393e42
Remove space
ascjones ab62c5b
CHANGELOG
ascjones 818358e
fmt
ascjones b648bfc
Import OtherContract directly instead of reexporting
ascjones 2c91364
Make other_contract pub
ascjones 649bc69
Revert prev
ascjones 58f5104
docs
ascjones 7c9c85c
top level gitignore for integration-tests
ascjones e909ecd
Remove unused setters
ascjones 6e75a0e
Use ContractRef
ascjones f6e77dc
integration-test comments
ascjones 7b0b5b1
Rename to `call_v2`
ascjones b176da9
Comments and builder method
ascjones a3dd520
SP
ascjones 1d400ad
comments
ascjones dab7ab0
fix doc test
ascjones d29152c
merge `basic-contract-caller` into `cross-contract-calls`
ascjones fab7a54
Make `call_v2` the default for cross contract calls
ascjones 2fdb9ab
Complete switch to make `call_v2` default
ascjones fc409f1
Fix doc test
ascjones dbd4d87
Update crates/env/src/call/call_builder.rs
ascjones 35b0907
Update crates/env/src/call/call_builder.rs
ascjones e766fae
Update crates/env/src/call/call_builder.rs
ascjones 75ebea3
Update crates/env/src/call/call_builder.rs
ascjones b777fbf
Review suggestion
ascjones 4d3a1d5
Fmt
ascjones 6a5008e
Review suggestion and spellcheck
ascjones 845c8cd
Use call_v2 in other examples
ascjones 85edec2
Docs
ascjones 183772b
Merge branch 'master' into aj/call-v2
ascjones 3abc574
Merge branch 'master' into aj/call-v2
ascjones 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 hidden or 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 hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.