-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rename "initialize" to "instantiate" Use the new terminology used by the SDK. * Remove `.cargo/config.toml` reference It is not created by the SDK anymore, and specifying the Wasm target should be done explicitly when building. * Remove obsolete associated types from ABI They were moved to the `Contract` and `Service` traits instead. * Update "Contract" section Tweak the example Counter contract to use the new SDK version. * Update the "Service" section Tweak the example Counter service to use the new SDK version. * Update "Cross-Chain Messages" section Tweak the description and examples to use the new SDK version. * Tweak "Calling other Applications" section Clarify which application is the dependency and add links to the mentioned examples. * Update the "Writing Tests" section Remove all the now obsolete information about running tests for specific platforms, and update the examples to use the updated SDK. * Update the "Contract Finalization" section Use the updated SDK and the new `load`/`store` terminology. * Update "Applications that Handle Assets" example Use the updated `Contract` trait implementation. * Update `linera-protocol` submodule to 0.11.1 And update the release branch and version files. * Add symlink to Cargo.lock + improve README --------- Co-authored-by: Janito Vaqueiro Ferreira Filho <[email protected]>
- Loading branch information
Showing
15 changed files
with
165 additions
and
318 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
devnet_2024_03_26 | ||
devnet_2024_05_07 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.10.3 | ||
0.11.1 |
Submodule linera-protocol
updated
423 files
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.