CityOfZion / neo-sharp

Neo-sharp is a new core and node implementation of NEO focused on modular design, best coding practices and testability.
MIT License
35 stars 24 forks source link

Change Gas logic for allow StepInto #556

Closed shargon closed 5 years ago

shargon commented 5 years ago

Fixes:

codecov[bot] commented 5 years ago

Codecov Report

Merging #556 into development will increase coverage by 0.25%. The diff coverage is 75.4%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #556      +/-   ##
===============================================
+ Coverage        50.28%   50.54%   +0.25%     
===============================================
  Files              355      356       +1     
  Lines            16034    16074      +40     
===============================================
+ Hits              8063     8124      +61     
+ Misses            7971     7950      -21
Impacted Files Coverage Δ
test/NeoSharp.VM.TestHelper/VMUTEntry.cs 100% <ø> (ø) :arrow_up:
src/NeoSharp.VM/ExecutionEngineBase.cs 80% <ø> (ø) :arrow_up:
...eoSharp.VM.TestHelper/VMUTExecutionContextState.cs 100% <ø> (ø) :arrow_up:
...chain/Processing/InvocationTransactionPersister.cs 0% <0%> (ø) :arrow_up:
src/NeoSharp.VM.NeoVM/ApplicationEngine.cs 99.64% <100%> (ø) :arrow_up:
...oSharp.VM.TestHelper/Converters/ScriptConverter.cs 53.57% <53.57%> (ø)
src/NeoSharp.VM/Extensions/ByteArrayExtensions.cs 36.08% <0%> (+36.08%) :arrow_up:

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 1652f3f...b69f23b. Read the comment docs.