Skip to content

Commit

Permalink
Merge branch 'main' of github.com:OpenZeppelin/cairo-contracts into f…
Browse files Browse the repository at this point in the history
…eat/add-macros-package
  • Loading branch information
ericnordelo committed Jan 2, 2025
2 parents b75027f + 6d623a2 commit c164f00
Show file tree
Hide file tree
Showing 14 changed files with 1,107 additions and 98 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# run: curl -L https://raw.githubusercontent.com/software-mansion/cairo-coverage/main/scripts/install.sh | sh

- name: Markdown lint
uses: DavidAnson/markdownlint-cli2-action@eb5ca3ab411449c66620fe7f1b3c9e10547144b0 # v16
uses: DavidAnson/markdownlint-cli2-action@a23dae216ce3fee4db69da41fed90d2a4af801cf # v16
with:
globs: |
*.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
uses: actions/checkout@v4

- name: Check for typos
uses: crate-ci/typos@d1c850b2b5d502763520c25fb4a6a1128ad99bd9
uses: crate-ci/typos@9d890159570d5018df91fedfa40b4730cd4a81b1
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Bump scarb to v2.9.2 (#1239)

### Fixed

- Fixed message type hash in SNIP12 doc (#1274)

## 0.20.0 (2024-12-06)

### Added
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@

**A library for secure smart contract development** written in Cairo for [Starknet](https://starkware.co/product/starknet/), a decentralized ZK Rollup.

> **Warning**
> This repo contains highly experimental code.
> It has no code coverage checks.
> It hasn't been audited.
> **Use at your own risk.**
> [!TIP]
> :mage: **Not sure how to get started?** Check out [Contracts Wizard for Cairo](https://wizard.openzeppelin.com/cairo) — an interactive smart contract generator.
## Usage

> **Warning**
> Expect rapid iteration.
> [!WARNING]
> This repo contains highly experimental code.
> It hasn't been audited.
> **Use at your own risk.**
### Prepare the environment

Expand Down Expand Up @@ -127,7 +126,8 @@ 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/).
> [!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.

Expand All @@ -154,7 +154,7 @@ snforge test -w

## Security

> ⚠️ Warning! ⚠️
> [!WARNING]
> This project is still in a very early and experimental phase. It has never been audited nor thoroughly reviewed for security vulnerabilities. Do not use in production.
Refer to [SECURITY.md](SECURITY.md) for more details.
Expand Down
1 change: 1 addition & 0 deletions docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
** Governance
*** xref:/governance/governor.adoc[Governor]
*** xref:/governance/multisig.adoc[Multisig]
*** xref:/governance/timelock.adoc[Timelock Controller]
*** xref:/governance/votes.adoc[Votes]
*** xref:/api/governance.adoc[API Reference]
Expand Down
Loading

0 comments on commit c164f00

Please sign in to comment.