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

emit: implement AppCallWithOperationAndArgs #803

Merged
merged 1 commit into from
Mar 27, 2020
Merged

Conversation

fyrchik
Copy link
Contributor

@fyrchik fyrchik commented Mar 27, 2020

It is nice to have a typical task of calling contract method
with specific arguments incapsulated inside some function.

It is nice to have a typical task of calling contract method
with specific arguments incapsulated inside some function.
@codecov
Copy link

codecov bot commented Mar 27, 2020

Codecov Report

Merging #803 into master will increase coverage by 0.04%.
The diff coverage is 69.56%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #803      +/-   ##
=========================================
+ Coverage   66.76%   66.8%   +0.04%     
=========================================
  Files         141     141              
  Lines       12964   12980      +16     
=========================================
+ Hits         8655    8671      +16     
  Misses       3899    3899              
  Partials      410     410
Impacted Files Coverage Δ
pkg/rpc/client/nep5.go 0% <0%> (ø) ⬆️
pkg/vm/emit/emit.go 81.37% <72.72%> (-2.38%) ⬇️

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 d462276...db2dccf. Read the comment docs.

@roman-khimov roman-khimov merged commit c738975 into master Mar 27, 2020
@roman-khimov roman-khimov deleted the feature/appcall branch March 27, 2020 10:30
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.

2 participants