Skip to content

Commit

Permalink
phase 2 limits for pubnet
Browse files Browse the repository at this point in the history
  • Loading branch information
anupsdf committed Mar 12, 2024
1 parent 5eb6cb6 commit ca712f0
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions soroban-settings/pubnet_phase2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"updated_entry": [
{
"contract_compute_v0": {
"ledger_max_instructions": 500000000,
"tx_max_instructions": 100000000,
"fee_rate_per_instructions_increment": 25,
"tx_memory_limit": 41943040
}
},
{
"contract_ledger_cost_v0": {
"ledger_max_read_ledger_entries": 200,
"ledger_max_read_bytes": 500000,
"ledger_max_write_ledger_entries": 125,
"ledger_max_write_bytes": 70000,
"tx_max_read_ledger_entries": 40,
"tx_max_read_bytes": 133120,
"tx_max_write_ledger_entries": 25,
"tx_max_write_bytes": 66560,
"fee_read_ledger_entry": 6250,
"fee_write_ledger_entry": 10000,
"fee_read1_kb": 1786,
"bucket_list_target_size_bytes": 12500000000,
"write_fee1_kb_bucket_list_low": -193153,
"write_fee1_kb_bucket_list_high": 57695,
"bucket_list_write_fee_growth_factor": 1000
}
}
]
}

9 comments on commit ca712f0

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

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

saw approval from sisuresh
at anupsdf@ca712f0

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

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

merging anupsdf/stellar-core/phase2 = ca712f0 into auto

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

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

anupsdf/stellar-core/phase2 = ca712f0 merged ok, testing candidate = f5813dd

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

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

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

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

saw approval from sisuresh, sisuresh
at anupsdf@ca712f0

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

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

merging anupsdf/stellar-core/phase2 = ca712f0 into auto

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

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

anupsdf/stellar-core/phase2 = ca712f0 merged ok, testing candidate = ede03b1

@latobarita
Copy link
Contributor

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

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

fast-forwarding master to auto = ede03b1

Please sign in to comment.