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

integrate new vm parameters #3913

Merged
merged 2 commits into from
Mar 18, 2022
Merged

integrate new vm parameters #3913

merged 2 commits into from
Mar 18, 2022

Conversation

sasurobert
Copy link
Contributor

integrate new vm parameters

@codecov
Copy link

codecov bot commented Mar 17, 2022

Codecov Report

Merging #3913 (bc52905) into development (15f5236) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##           development    #3913   +/-   ##
============================================
  Coverage        74.84%   74.84%           
============================================
  Files              614      614           
  Lines            81721    81723    +2     
============================================
+ Hits             61162    61164    +2     
  Misses           15899    15899           
  Partials          4660     4660           
Impacted Files Coverage Δ
process/factory/shard/vmContainerFactory.go 77.12% <100.00%> (+0.24%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 266d792...bc52905. Read the comment docs.

camilbancioiu
camilbancioiu previously approved these changes Mar 17, 2022
@iulianpascalau iulianpascalau self-requested a review March 17, 2022 12:34
@@ -696,13 +696,17 @@

[VirtualMachine]
[VirtualMachine.Execution]
TimeOutForSCExecutionInMilliseconds = 10000 # 10 seconds = 10000 milliseconds
WasmerSIGSEGVPassthrough = false
Copy link
Contributor

Choose a reason for hiding this comment

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

Since this is a very sensitive config, I would simply use a const for this.
The const would have been altered when the system test prepared by a sed command.

go.mod Outdated
@@ -57,6 +57,6 @@ replace github.com/ElrondNetwork/arwen-wasm-vm/v1_2 v1.2.39 => github.com/Elrond

replace github.com/ElrondNetwork/arwen-wasm-vm/v1_3 v1.3.39 => github.com/ElrondNetwork/arwen-wasm-vm v1.3.39

replace github.com/ElrondNetwork/arwen-wasm-vm/v1_4 v1.4.44 => github.com/ElrondNetwork/arwen-wasm-vm v1.4.44
replace github.com/ElrondNetwork/arwen-wasm-vm/v1_4 v1.4.44 => github.com/ElrondNetwork/arwen-wasm-vm v1.4.45-0.20220317104253-9919c14d121e
Copy link
Contributor

Choose a reason for hiding this comment

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

proper release?

Copy link
Collaborator

@gabi-vuls gabi-vuls left a comment

Choose a reason for hiding this comment

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

System test passed.

@sasurobert sasurobert merged commit e731181 into development Mar 18, 2022
@sasurobert sasurobert deleted the integrate-new-vm-params branch March 18, 2022 11:07
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

4 participants