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

Merge prod into dev #1850

Merged
merged 22 commits into from
Dec 14, 2023
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
53a8789
Update Settings “blog-posts”
AmalyStark Dec 12, 2023
e98fd39
Create Post “loot-survivor-realms-fully-onchain-game-on-starknet”
AmalyStark Dec 12, 2023
a8be867
Update Post “loot-survivor-realms-fully-onchain-game-on-starknet”
AmalyStark Dec 12, 2023
381de8c
Create Post “focusing-with-focus-tree-starknet-ecosystem”
AmalyStark Dec 12, 2023
335c888
Create Post “shoshin-onchain-gaming-on-starknet”
AmalyStark Dec 12, 2023
4d36215
Update Post “shoshin-onchain-gaming-on-starknet”
AmalyStark Dec 12, 2023
c53101c
Create Post “dojo-provable-game-engine-on-starknet”
AmalyStark Dec 12, 2023
4d2975a
Create Post “dex-aggregators-on-starknet”
AmalyStark Dec 12, 2023
5343aa4
Create Post “how-to-bridge-funds-to-starknet-wallets”
AmalyStark Dec 12, 2023
5c1212d
Create Post “briq-starknet-tutorial-video”
AmalyStark Dec 12, 2023
91d84c6
Create Post “starknet-launches-the-devonomics-pilot-program”
shakedstarkware Dec 12, 2023
f226b8f
Update Post “starknet-launches-the-devonomics-pilot-program”
shakedstarkware Dec 12, 2023
2e3d0ac
Update Post “starknet-launches-the-devonomics-pilot-program”
shakedstarkware Dec 12, 2023
848fef6
Update Post “starknet-launches-the-devonomics-pilot-program”
shakedstarkware Dec 12, 2023
d081d4f
Update Post “starknet-launches-the-devonomics-pilot-program”
shakedstarkware Dec 12, 2023
6ae96ca
Update Settings “blog-posts”
AmalyStark Dec 12, 2023
40b061c
Create Roadmap Post “transaction-fee-reduction”
AmalyStark Dec 14, 2023
9527e41
Create Roadmap version “v0-13-0-1”
AmalyStark Dec 14, 2023
95af2d6
Update Roadmap version “v0-13-0-1”
AmalyStark Dec 14, 2023
26da1d1
Update Roadmap Post “transaction-fee-reduction”
AmalyStark Dec 14, 2023
694ca71
Update Roadmap Post “transaction-fee-reduction”
AmalyStark Dec 14, 2023
150cc09
Update Page “community”
AmalyStark Dec 14, 2023
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
Prev Previous commit
Next Next commit
Create Roadmap Post “transaction-fee-reduction”
  • Loading branch information
AmalyStark authored and nuno-aac committed Dec 14, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 40b061c740d0fbde43c3ac121bf9956e6ca12b63
19 changes: 19 additions & 0 deletions _data/roadmap-posts/transaction-fee-reduction.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
id: 594d24ff-022b-424b-abb7-6605bb6940e3
title: Transaction Fee Reduction
availability: Q1 2024
version: 00b0fa3e-684d-4520-ba40-45c5f43cc7eb
stage: building-now
blocks:
- type: markdown
body: >-
Starknet v0.13.0 will also include some transaction fee reductions:


1. Cairo step/builtin costs: 50% reduction

2. L1 data availability:

1. 10% across the board for DA
2. constant 240 gas discount per tx + 312 gas discount per every contract changed

Items (1) and (2.1) are possible due increasing block size in the near future (this is already being priced in). For the first item, larger blocks mean more steps per proof submitted to L1 (for more details, see the [documentation on the transaction fee mechanism 18](https://docs.starknet.io/documentation/architecture_and_concepts/Network_Architecture/fee-mechanism/#computation)). For the second, according to our estimates, a 2x increase from the current blocksize will cause more “batching” of storage updates, justifying a reduced cost from users. Item (2.2) is due to a more accurate pricing of transactions.