Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update version_notes.adoc with 0.13.1 release notes #1160

Merged
merged 15 commits into from
Mar 5, 2024

Conversation

odednaor
Copy link
Collaborator

@odednaor odednaor commented Mar 3, 2024

Description of the Changes

Release notes taken from https://github.com/starkware-libs/cairo-lang/releases/tag/v0.13.1a0.

PR Preview URL

Release notes

Check List

  • Changes have been done against main branch, and PR does not conflict
  • PR title follows the convention: <docs/feat/fix/chore>(optional scope): <description>, e.g: fix: minor typos in code

@odednaor odednaor requested a review from stoobie March 3, 2024 12:50
Copy link

github-actions bot commented Mar 3, 2024

Your preview build is ready! ✨ Check the following link in 1-2 minutes: https://starknet-io.github.io/starknet-docs/pr-1160/documentation/ .

Copy link

github-actions bot commented Mar 3, 2024

Your preview build is ready! ✨ Check the following link in 1-2 minutes: https://starknet-io.github.io/starknet-docs/pr-1160/documentation/ .

Copy link
Collaborator

@stoobie stoobie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Several questions and suggestions.

* Time-related syscalls when called from account contract's `__validate__` function:
** `timestamp` returns the hour, rounded down.
** `block_number` returns the block number, rounded down to the nearest multiple of 100.
* *Optimization:* Load only the used functions in a contract into memory when generating the proof
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this a sequencer change? Or something else? Please specify.

@stoobie stoobie changed the title Update version_notes.adoc with 0.13.1 release notes docs: Update version_notes.adoc with 0.13.1 release notes Mar 4, 2024
Copy link

github-actions bot commented Mar 4, 2024

Your preview build is ready! ✨ Check the following link in 1-2 minutes: https://starknet-io.github.io/starknet-docs/pr-1160/documentation/ .

Copy link

github-actions bot commented Mar 4, 2024

Your preview build is ready! ✨ Check the following link in 1-2 minutes: https://starknet-io.github.io/starknet-docs/pr-1160/documentation/ .

Copy link

github-actions bot commented Mar 4, 2024

Your preview build is ready! ✨ Check the following link in 1-2 minutes: https://starknet-io.github.io/starknet-docs/pr-1160/documentation/ .

1 similar comment
Copy link

github-actions bot commented Mar 4, 2024

Your preview build is ready! ✨ Check the following link in 1-2 minutes: https://starknet-io.github.io/starknet-docs/pr-1160/documentation/ .

Copy link

github-actions bot commented Mar 4, 2024

Your preview build is ready! ✨ Check the following link in 1-2 minutes: https://starknet-io.github.io/starknet-docs/pr-1160/documentation/ .

Copy link

github-actions bot commented Mar 4, 2024

Your preview build is ready! ✨ Check the following link in 1-2 minutes: https://starknet-io.github.io/starknet-docs/pr-1160/documentation/ .

Copy link

github-actions bot commented Mar 4, 2024

Your preview build is ready! ✨ Check the following link in 1-2 minutes: https://starknet-io.github.io/starknet-docs/pr-1160/documentation/ .

Copy link

github-actions bot commented Mar 4, 2024

Your preview build is ready! ✨ Check the following link in 1-2 minutes: https://starknet-io.github.io/starknet-docs/pr-1160/documentation/ .

=== New features and enhancements

* *Cheaper data availability:* Starknet uses link:https://eips.ethereum.org/EIPS/eip-4844[EIP-4844].
* Time-related syscalls when called from an account contract's `__validate__` function:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this also apply to __validate_declare__ and __validate_deploy__?

Copy link

github-actions bot commented Mar 4, 2024

Your preview build is ready! ✨ Check the following link in 1-2 minutes: https://starknet-io.github.io/starknet-docs/pr-1160/documentation/ .

Copy link

github-actions bot commented Mar 4, 2024

Your preview build is ready! ✨ Check the following link in 1-2 minutes: https://starknet-io.github.io/starknet-docs/pr-1160/documentation/ .

Copy link

github-actions bot commented Mar 4, 2024

Your preview build is ready! ✨ Check the following link in 1-2 minutes: https://starknet-io.github.io/starknet-docs/pr-1160/documentation/ .

Copy link

github-actions bot commented Mar 4, 2024

Your preview build is ready! ✨ Check the following link in 1-2 minutes: https://starknet-io.github.io/starknet-docs/pr-1160/documentation/ .

1 similar comment
Copy link

github-actions bot commented Mar 4, 2024

Your preview build is ready! ✨ Check the following link in 1-2 minutes: https://starknet-io.github.io/starknet-docs/pr-1160/documentation/ .

@stoobie stoobie force-pushed the odednaor-patch-1 branch from a8b9b6c to 419de12 Compare March 4, 2024 14:58
Copy link

github-actions bot commented Mar 4, 2024

Your preview build is ready! ✨ Check the following link in 1-2 minutes: https://starknet-io.github.io/starknet-docs/pr-1160/documentation/ .

@iliav-starkware
Copy link
Collaborator

LGTM

@stoobie stoobie merged commit fc821f6 into main Mar 5, 2024
3 checks passed
@stoobie stoobie deleted the odednaor-patch-1 branch March 5, 2024 10:06
xiaolou86 pushed a commit to xiaolou86/starknet-docs that referenced this pull request Apr 7, 2024
…o#1160)

* Update version_notes.adoc with 0.13.1 release notes

* Update version_notes.adoc

* Update nav.adoc

* Apply suggestions from code review

* Apply suggestions from code review

* Apply suggestions from code review

* Update version_notes.adoc

* Apply suggestions from code review

* Apply suggestions from code review

* Apply suggestions from code review

* Update components/Starknet/modules/starknet_versions/pages/version_notes.adoc

* Apply suggestions from code review

* Add links to community forum posts

* Added pricing changes

* Added pricing changes

---------

Co-authored-by: Steve Goodman <39279277+stoobie@users.noreply.github.com>
Co-authored-by: Steve Goodman <steve@starkware.co>
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.

3 participants