From 28a1ee768e47c861ba2d8e907e74e861ab65ee9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Triay?= Date: Thu, 19 Oct 2023 12:19:10 -0300 Subject: [PATCH] add mentions to our public roadmap (#793) * add mentions to our public roadmap * fix linting issues --- README.md | 10 +++++----- docs/modules/ROOT/pages/index.adoc | 2 ++ 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3ac087332..b58cf83e5 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ mod MyToken { ### Unsupported -`DualCase` dispatchers rely on Sierra's ability to catch a revert to resume execution. Currently, Starknet live chains (testnets and mainnet) don't implement that behavior. Starknet's testing framework does support it. +[`DualCase` dispatchers](https://docs.openzeppelin.com/contracts-cairo/0.7.0/interfaces#dualcase_dispatchers) rely on Sierra's ability to catch a revert to resume execution. Currently, Starknet live chains (testnets and mainnet) don't implement that behavior. Starknet's testing framework does support it. ## Learn @@ -129,6 +129,10 @@ Check out the [full documentation site](https://docs.openzeppelin.com/contracts- ## Development +> **Note**: You can track our roadmap and future milestones in our [Github Project](https://github.com/orgs/OpenZeppelin/projects/29/). + +OpenZeppelin Contracts for Cairo exists thanks to its contributors. There are many ways you can participate and help build high quality software, make sure to check out the [contribution](CONTRIBUTING.md) guide in advance. + ### Set up the project Clone the repository: @@ -161,10 +165,6 @@ scarb test Refer to [SECURITY.md](SECURITY.md) for more details. -## Contribute - -OpenZeppelin Contracts for Cairo exists thanks to its contributors. There are many ways you can participate and help build high quality software. Check out the [contribution](CONTRIBUTING.md) guide! - ## License OpenZeppelin Contracts for Cairo is released under the [MIT License](LICENSE). diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index aa01b689a..a52e1b248 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -8,6 +8,8 @@ WARNING: This repo contains highly experimental code. Expect rapid iteration. *Use at your own risk.* +NOTE: You can track our roadmap and future milestones in our https://github.com/orgs/OpenZeppelin/projects/29/[Github Project]. + == Installation The library is available as a {scarb} package. Follow {installation} for installing Cairo and Scarb on your machine