Skip to content

Conversation

@cryptonerdcn
Copy link
Member

No description provided.

cryptonerdcn and others added 30 commits May 30, 2023 14:20
更新: 添加简体中文翻译。
修正一些错误
# Conflicts:
#	po/zh-cn.po
* feat: security considerations

* doc: using errors for condition validations

* fix: security considerations

* feat: improved security chapter, access control

* fix: add missing cairo

* fix(cairo-book#206): security chapter format, anchor, guards
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* feat: cairo-verify beta

* feat: mdbook-cairo preprocessor

* feat: cairo-verify starknet contract support

* fix: TAG_REGEX_PATTERN

* doc: remove scripts, update README

* ci: update workflow to add cairo-verify check

* fix: cairo path in CI

* fix: cairo verify tool

- `cargo fmt`
- `cargo clippy warnings`
- does_not_compile tag implies does_not_run tag
- minor fix

* fix: remove cairo-run --program arg

* fix: cairo-files now conform to verifier

* fix: fixes in rust verifier

* feat: cairo-root CLI option

* refactor: remove Cmd::StarknetTest

* feat: add GH verify worflow on PRs

* fix:remove target/release addition to cairo root

---------

Co-authored-by: msaug <msaug@protonmail.com>
* First draft

* Writing improvments over basic functionality section

* Minor improvements

* Improve writing of first section

* Mayor overhaul

1. Improve writing of first section
2. Fix content errors on second section
3. Complete and give some polish to content missing from the second
   section

* Minor improvements

* grammar and typos fixes in first two sections

* Add draft for entries

* add dictionary as struct members sub section

* Add a minor draft

* Partial revision

* Major improvements to 3rd section

* Changed structure

* Add listings and improvements

* Grammar improvements

* Minor fixes

* fix: typos

---------

Co-authored-by: msaug <msaug@protonmail.com>
* Merge from main & Translate new changes to Chinese & Fix typos. (cairo-book#237)

* fix: missing example (cairo-book#240)

* feat: named parameters (cairo-book#239)

* Add Security Considerations chapter (cairo-book#206)

* feat: security considerations

* doc: using errors for condition validations

* fix: security considerations

* feat: improved security chapter, access control

* fix: add missing cairo

* fix(cairo-book#206): security chapter format, anchor, guards

* Merge from main & Translate new changes to Chinese & Fix typos. (cairo-book#242)

* removed bracket after break statements

---------

Co-authored-by: cryptonerdcn <cryptonerdcn@gmail.com>
Co-authored-by: Mathieu <60658558+enitrat@users.noreply.github.com>
Co-authored-by: julio4 <30329843+julio4@users.noreply.github.com>
* Merge from main & Translate new changes to Chinese & Fix typos. (cairo-book#237)

* fix: missing example (cairo-book#240)

* feat: named parameters (cairo-book#239)

* Add Security Considerations chapter (cairo-book#206)

* feat: security considerations

* doc: using errors for condition validations

* fix: security considerations

* feat: improved security chapter, access control

* fix: add missing cairo

* fix(cairo-book#206): security chapter format, anchor, guards

* Merge from main & Translate new changes to Chinese & Fix typos. (cairo-book#242)

* simplified the trait definition

* Revert "simplified the trait definition"

This reverts commit ddf5cce.

* cairo-book#231: Auto stash before revert of "removed return calls from functions"

* added generate trait

* fix renamed trait

* fix: reword sentence

---------

Co-authored-by: cryptonerdcn <cryptonerdcn@gmail.com>
Co-authored-by: Mathieu <60658558+enitrat@users.noreply.github.com>
Co-authored-by: julio4 <30329843+julio4@users.noreply.github.com>
Co-authored-by: msaug <msaug@protonmail.com>
* Merge from main & Translate new changes to Chinese & Fix typos. (cairo-book#237)

* fix: missing example (cairo-book#240)

* feat: named parameters (cairo-book#239)

* Add Security Considerations chapter (cairo-book#206)

* feat: security considerations

* doc: using errors for condition validations

* fix: security considerations

* feat: improved security chapter, access control

* fix: add missing cairo

* fix(cairo-book#206): security chapter format, anchor, guards

* Merge from main & Translate new changes to Chinese & Fix typos. (cairo-book#242)

* changed & and | to && and ||

* added StorageAccess docs

* minor corrections

* fix broken md formatting

* fix: rephrase StorageAccess derive

* updated example snippet, not it compiles

---------

Co-authored-by: cryptonerdcn <cryptonerdcn@gmail.com>
Co-authored-by: Mathieu <60658558+enitrat@users.noreply.github.com>
Co-authored-by: julio4 <30329843+julio4@users.noreply.github.com>
Co-authored-by: msaug <msaug@protonmail.com>
* added scarb test section to docs

* added code format on file name

* added code format on file name

* addition of test point to summary

* updated scarb version to latest 0.5.0-alpha

* fix: wrong explanation in previous commit

* chore: synced fork

* recovered deleted files

* fix: rework scarb test part

---------

Co-authored-by: msaug <msaug@protonmail.com>
enitrat and others added 29 commits August 10, 2023 16:37
* 🚀 add macros chapter

* 🩹 fix pr

* add cairo code

* refactor: update structure

---------

Co-authored-by: msaug <msaug@protonmail.com>
* ch01-01 minor edit

* ch01-01 minor edit
* fix: example nolonger invalid

* fix: add does_not_compile tag

---------

Co-authored-by: msaug <msaug@protonmail.com>
* fixed typo no -> need to

* pubic (lol) -> public
* fix typos

* more fixes

* more fixes
Co-authored-by: Tristan <tristan@Tristans-MacBook-Pro.local>
* fix list value error

* Update zh-cn.po
* fixign snippet

* update inline code"
* chore: update-2.2.0

* chore: update scarb version
Co-authored-by: Yangqijun <40876894+Again1013@users.noreply.github.com>
* feat: store packing

* Apply suggestions from code review

Co-authored-by: glihm <dev@glihm.net>

* fix: build

* add suggestions

* fmt

---------

Co-authored-by: glihm <dev@glihm.net>
Co-authored-by: Yangqijun <40876894+Again1013@users.noreply.github.com>
Wrong chapter in comment
@cryptonerdcn cryptonerdcn merged commit f99f296 into main Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.