-
Notifications
You must be signed in to change notification settings - Fork 206
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
Conversation
Your preview build is ready! ✨ Check the following link in 1-2 minutes: https://starknet-io.github.io/starknet-docs/pr-1160/documentation/ . |
Your preview build is ready! ✨ Check the following link in 1-2 minutes: https://starknet-io.github.io/starknet-docs/pr-1160/documentation/ . |
There was a problem hiding this 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.
components/Starknet/modules/starknet_versions/pages/version_notes.adoc
Outdated
Show resolved
Hide resolved
* 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 |
There was a problem hiding this comment.
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.
components/Starknet/modules/starknet_versions/pages/version_notes.adoc
Outdated
Show resolved
Hide resolved
components/Starknet/modules/starknet_versions/pages/version_notes.adoc
Outdated
Show resolved
Hide resolved
components/Starknet/modules/starknet_versions/pages/version_notes.adoc
Outdated
Show resolved
Hide resolved
Your preview build is ready! ✨ Check the following link in 1-2 minutes: https://starknet-io.github.io/starknet-docs/pr-1160/documentation/ . |
components/Starknet/modules/starknet_versions/pages/version_notes.adoc
Outdated
Show resolved
Hide resolved
components/Starknet/modules/starknet_versions/pages/version_notes.adoc
Outdated
Show resolved
Hide resolved
components/Starknet/modules/starknet_versions/pages/version_notes.adoc
Outdated
Show resolved
Hide resolved
Your preview build is ready! ✨ Check the following link in 1-2 minutes: https://starknet-io.github.io/starknet-docs/pr-1160/documentation/ . |
components/Starknet/modules/starknet_versions/pages/version_notes.adoc
Outdated
Show resolved
Hide resolved
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
Your preview build is ready! ✨ Check the following link in 1-2 minutes: https://starknet-io.github.io/starknet-docs/pr-1160/documentation/ . |
Your preview build is ready! ✨ Check the following link in 1-2 minutes: https://starknet-io.github.io/starknet-docs/pr-1160/documentation/ . |
Your preview build is ready! ✨ Check the following link in 1-2 minutes: https://starknet-io.github.io/starknet-docs/pr-1160/documentation/ . |
components/Starknet/modules/starknet_versions/pages/version_notes.adoc
Outdated
Show resolved
Hide resolved
Your preview build is ready! ✨ Check the following link in 1-2 minutes: https://starknet-io.github.io/starknet-docs/pr-1160/documentation/ . |
components/Starknet/modules/starknet_versions/pages/version_notes.adoc
Outdated
Show resolved
Hide resolved
Your preview build is ready! ✨ Check the following link in 1-2 minutes: https://starknet-io.github.io/starknet-docs/pr-1160/documentation/ . |
components/Starknet/modules/starknet_versions/pages/version_notes.adoc
Outdated
Show resolved
Hide resolved
=== 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: |
There was a problem hiding this comment.
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__
?
components/Starknet/modules/starknet_versions/pages/version_notes.adoc
Outdated
Show resolved
Hide resolved
Your preview build is ready! ✨ Check the following link in 1-2 minutes: https://starknet-io.github.io/starknet-docs/pr-1160/documentation/ . |
components/Starknet/modules/starknet_versions/pages/version_notes.adoc
Outdated
Show resolved
Hide resolved
components/Starknet/modules/starknet_versions/pages/version_notes.adoc
Outdated
Show resolved
Hide resolved
Your preview build is ready! ✨ Check the following link in 1-2 minutes: https://starknet-io.github.io/starknet-docs/pr-1160/documentation/ . |
Your preview build is ready! ✨ Check the following link in 1-2 minutes: https://starknet-io.github.io/starknet-docs/pr-1160/documentation/ . |
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
Your preview build is ready! ✨ Check the following link in 1-2 minutes: https://starknet-io.github.io/starknet-docs/pr-1160/documentation/ . |
a8b9b6c
to
419de12
Compare
Your preview build is ready! ✨ Check the following link in 1-2 minutes: https://starknet-io.github.io/starknet-docs/pr-1160/documentation/ . |
LGTM |
…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>
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
<docs/feat/fix/chore>(optional scope): <description>
, e.g:fix: minor typos in code