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: Updates for 0.13.1.1 (testnet) #1208

Merged
merged 3 commits into from
Apr 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ The pricing of the above components in terms of L1 gas is given by the following
| Event key | 0.256 gas/felt
| Event data | 0.12 gas/felt
| Calldata | 0.128 gas/felt
| CASM bytecode | 28 gas/felt
| Sierra bytecode | 28 gas/felt
| ABI | 0.875 gas/character
| CASM bytecode | 1 gas/felt
| Sierra bytecode | 1 gas/felt
| ABI | 0.032 gas/character
|===
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,26 @@ include::ROOT:partial$snippet_important_goerli_removed.adoc[]
|Environment |Starknet version|Sierra version|Cairo version

|Mainnet|0.13.1|1.5.0|2.0.0 - 2.6
|Sepolia Testnet|0.13.1|1.5.0|2.0.0 - 2.6
// |Goerli Testnet (deprecated)|0.13.1|1.5.0|2.0.0 - 2.6
|Sepolia Testnet|0.13.1.1|1.5.0|2.0.0 - 2.6
|===

[id="version0.13.1.1"]
== Starknet v0.13.1.1

Copy link
Collaborator

Choose a reason for hiding this comment

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

I think that we should add a sentence in the spirit of the mailing list update - following community feedback regarding high declaration prices ...

Copy link
Collaborator Author

@stoobie stoobie Apr 2, 2024

Choose a reason for hiding this comment

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

In response to community feedback, Starknet 0.13.1.1 reduces class declaration fees and increases the calldata limit:

|===
| Resource | Gas cost (0.13.1) | Gas cost (0.13.1.1)

| CASM bytecode | 28 gas/felt | 1 gas/felt
| Sierra bytecode | 28 gas/felt | 1 gas/felt
| ABI | 0.875 gas/character | 0.032 gas/character
|===

|===
|Entity | Limit (0.13.1) | Limit (0.13.1.1)

| Calldata length (felts) | 4,000 | 5,000
|===

[id="version0.13.1"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ include::ROOT:partial$snippet_important_goerli_removed.adoc[]
[%autowidth.stretch]
|===
|Entity | Description | Sepolia | Mainnet

|Block time | The maximum amount of time within which a pending block is closed, if no other limit is met. | 6 minutes | 6 minutes
|Block limit (Cairo steps)| The maximum number of Cairo steps that can be completed
within each block to ensure block production times remain consistent and predictable. | 40,000,000 | 40,000,000
Expand Down
2 changes: 1 addition & 1 deletion playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ asciidoc:
# These attributes define the version footer, located in the starknet-docs-antora-ui project,
# In /src/partials/, in the files footer-content.hbs and starknet_version.hbs.
starknet_mainnet_version: 'Mainnet: 0.13.1'
starknet_testnet_version: 'Sepolia: 0.13.1'
starknet_testnet_version: 'Sepolia: 0.13.1.1'
page-starknet_version: '{starknet_mainnet_version} | {starknet_testnet_version}'


Expand Down
Loading