From 69b40620578d58b63c3e1606d26857ea08b2910f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Triay?= Date: Wed, 31 Jan 2024 16:22:51 -0300 Subject: [PATCH] Backport backported fixes to `main` (#885) * bump version and update changelog * fix docs links * update class hashes to cairo 2.4.1 * Address versioning and presets issues (#879) * fix cairo version * update class hashes * fix scarb.toml version number * add presets explainer * update wording * fix wording * fix word --- docs/modules/ROOT/pages/presets.adoc | 4 ++-- docs/modules/ROOT/pages/utils/_class_hashes.adoc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/modules/ROOT/pages/presets.adoc b/docs/modules/ROOT/pages/presets.adoc index 8a2c79afd..f5430b417 100644 --- a/docs/modules/ROOT/pages/presets.adoc +++ b/docs/modules/ROOT/pages/presets.adoc @@ -1,7 +1,7 @@ :account: xref:/api/account.adoc#Account[Account] -:eth-account-upgradeable: xref:/api/account.adoc#EthAccountUpgradeable[EthAccountUpgradeable] :erc20: xref:/api/erc20.adoc#ERC20[ERC20] :erc721: xref:/api/erc721.adoc#ERC721[ERC721] +:eth-account-upgradeable: xref:/api/account.adoc#EthAccountUpgradeable[EthAccountUpgradeable] :sierra-class-hashes: https://docs.starknet.io/documentation/architecture_and_concepts/Smart_Contracts/class-hash[Sierra class hashes] :starkli: https://book.starkli.rs/introduction[starkli] :wizard: https://wizard.openzeppelin.com[Wizard for Cairo] @@ -39,4 +39,4 @@ NOTE: Class hashes were computed using {class-hash-cairo-version}. | `{erc721-class-hash}` |=== -TIP: {starkli} class-hash command can be used to compute the class hash from a compiled artifact. +TIP: {starkli} class-hash command can be used to compute the class hash from a Sierra artifact. diff --git a/docs/modules/ROOT/pages/utils/_class_hashes.adoc b/docs/modules/ROOT/pages/utils/_class_hashes.adoc index 90290e7c0..851107c2b 100644 --- a/docs/modules/ROOT/pages/utils/_class_hashes.adoc +++ b/docs/modules/ROOT/pages/utils/_class_hashes.adoc @@ -8,4 +8,4 @@ :erc721-class-hash: 0x045c96d1b24c3dc060680e4bfd4bdc32161aefe8f8939cd4be3954c5d8688d75 // Presets page -:presets-page: xref:presets.adoc[Compiled class hash] +:presets-page: xref:presets.adoc[Sierra class hash]