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

Initial phase1 settings #4084

Merged
merged 6 commits into from
Dec 12, 2023
Merged

Initial phase1 settings #4084

merged 6 commits into from
Dec 12, 2023

Conversation

sisuresh
Copy link
Contributor

@sisuresh sisuresh commented Dec 6, 2023

Description

Resolves #4066 as well

Marked as draft because the cost types need to be updated.

soroban-settings/phase1.json Outdated Show resolved Hide resolved
soroban-settings/phase1.json Outdated Show resolved Hide resolved
soroban-settings/phase1.json Outdated Show resolved Hide resolved
soroban-settings/phase1.json Outdated Show resolved Hide resolved
soroban-settings/phase1.json Outdated Show resolved Hide resolved
@sisuresh sisuresh marked this pull request as ready for review December 7, 2023 01:06
auto& params = entry.current()
.data.configSetting()
.contractCostParamsCpuInsns();
for (auto val : vals)
Copy link
Contributor

Choose a reason for hiding this comment

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

Instead of hardcoding the values here we should probably read the json instead. This is both less cumbersome and more safe. Fine to do as a followup though.

@dmkozh
Copy link
Contributor

dmkozh commented Dec 12, 2023

r+ 74cf669

@latobarita latobarita merged commit c9731ea into stellar:master Dec 12, 2023
15 checks passed
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.

Remove deprecated /master/scripts/soroban-settings since upgrade tx will be done by a command line tool
5 participants