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

Repo cleanup and EOS EVM rename #490

Merged
merged 3 commits into from
Apr 20, 2023
Merged

Repo cleanup and EOS EVM rename #490

merged 3 commits into from
Apr 20, 2023

Conversation

arhag
Copy link
Member

@arhag arhag commented Apr 20, 2023

Addresses #392, but not a full resolution of the issue.

Removes product, docs/pmo, and stakingcontract directories.

trustevm-node renamed to eos-evm-node. trustevm-rpc renamed to eos-evm-rpc. Options for those programs that referenced Trust EVM are changed to instead reference EOS EVM.

Replace references to Trust EVM in code and documentation to EOS EVM. The Trust seal engine has intentionally not been changed. The secrets and GitHub app for CICD still reference Trust for now and will be changed later.

Updates silkworm submodule with renames in the ChainConfig.

For some reason, the renames in the silkworm ChainConfig caused the compiled contract to change and in fact consume 32 more bytes of data. Since we had previously configured the stack size to as high as possible before causing the data to exceed the 64 KiB WASM page limit, this required me to reduce the stack size by 32 bytes. (As part of resolving #455 we should sure we leave a good safety margin going forward so we don't keep running into this issue every time we make a tiny change to contract to cause it to use a little bit more data.)

@arhag arhag changed the title Repo cleanup and EOS EVM rename [WIP] Repo cleanup and EOS EVM rename Apr 20, 2023
@arhag arhag changed the title [WIP] Repo cleanup and EOS EVM rename Repo cleanup and EOS EVM rename Apr 20, 2023
@arhag arhag merged commit 6631f4e into main Apr 20, 2023
5 checks passed
@arhag arhag deleted the arhag/repo-cleanup branch April 20, 2023 16:58
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.

None yet

2 participants