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

sync kernel #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

sync kernel #5

wants to merge 2 commits into from

Conversation

cdetrio
Copy link
Contributor

@cdetrio cdetrio commented Jan 14, 2018

No description provided.

@cdetrio cdetrio force-pushed the sync-kernel branch 6 times, most recently from 026e3d1 to c451a7f Compare January 14, 2018 17:36
@cdetrio cdetrio requested a review from axic January 14, 2018 17:57
_call (gasHigh, gasLow, addressOffset, valueOffset, dataOffset, dataLength, resultOffset, resultLength, cbIndex) {
// _call (gasHigh, gasLow, addressOffset, valueOffset, dataOffset, dataLength, resultOffset, resultLength, cbIndex) {
// cbIndex was for async method
_call (gasHigh, gasLow, addressOffset, valueOffset, dataOffset, dataLength, resultOffset, resultLength) {
Copy link
Member

Choose a reason for hiding this comment

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

Does this needs to have an underscore prefix because call is a restricted keyword in es6?

@@ -59,6 +59,7 @@ module.exports = class Interface {
'getBlockGasLimit',
'log',
'create',
'_call',
Copy link
Member

Choose a reason for hiding this comment

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

I don't think this will make call available to contracts. is there some code somewhere removing the underscore prefix?

@@ -579,6 +580,7 @@ module.exports = class Interface {
storageStore (keyOffset, valueOffset, cbIndex) {
Copy link
Member

Choose a reason for hiding this comment

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

The cbIndex parameter should be removed from all of the async methods.

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

2 participants