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

Debugger compatibility fixes #1311

Merged
merged 2 commits into from
Aug 12, 2020
Merged

Conversation

AnnaShaleva
Copy link
Member

No description provided.

Debugger expects it to be ByteArray. C# compiler also compiles it
as `ByteArray` (in both manifest and debug.json).

The previous commit 6a21612 changed
this line as C# implementation serializes Blockchain.ApplicationExecuted.Stack
as array of stackitem.Item and deserializes it as array of
smartcontract.Parameter.
@codecov
Copy link

codecov bot commented Aug 12, 2020

Codecov Report

Merging #1311 into master will decrease coverage by 0.02%.
The diff coverage is 8.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1311      +/-   ##
==========================================
- Coverage   68.30%   68.27%   -0.03%     
==========================================
  Files         214      214              
  Lines       18443    18454      +11     
==========================================
+ Hits        12597    12599       +2     
- Misses       5164     5173       +9     
  Partials      682      682              
Impacted Files Coverage Δ
pkg/compiler/compiler.go 52.77% <0.00%> (-5.99%) ⬇️
pkg/smartcontract/param_type.go 91.61% <100.00%> (ø)
pkg/rpc/client/wsclient.go 84.56% <0.00%> (+1.34%) ⬆️

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 483eed1...44aefe7. Read the comment docs.

@roman-khimov roman-khimov added this to the v0.91.0 milestone Aug 12, 2020
@roman-khimov roman-khimov merged commit 95d86b6 into master Aug 12, 2020
@roman-khimov roman-khimov deleted the debugger-compatibility-fixes branch August 12, 2020 15:42
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

3 participants