-
Notifications
You must be signed in to change notification settings - Fork 79
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
Update System.Contract.Call
#1647
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1647 +/- ##
==========================================
+ Coverage 82.49% 82.58% +0.08%
==========================================
Files 242 238 -4
Lines 19563 19502 -61
==========================================
- Hits 16139 16106 -33
+ Misses 2412 2392 -20
+ Partials 1012 1004 -8
Continue to review full report at Codecov.
|
There is a problem with RPC: we need to know if invoked method will return any value. Right now we always assume "yes". |
We may add one more parameter to the RPC call, can we create an issue for that in C# repo? |
Do you mean But see neo-project/neo-node#710 also. |
RPC problem is no longer an issue, after neo-project/neo#2211 . |
1. Remove `System.Contract.CallEx`. 2. Extend number of parameters. 3. Add return value count to `VM.Context`.
Close #1646 .