-
Notifications
You must be signed in to change notification settings - Fork 113
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
NEP: NEO Executable Format (NEF) #121
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, @bettybao1209, nice writting and definition.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This NEP describes a standard for how to store executable smart contract code that can be deployed. Given that NEO supports not just C# for writing contracts but also other languages the standard should provide sufficient information for other languages to create valid NEF files without having to look at the C# source code. The current revision provides too little information and relies heavily on knowing the C# source code. The below suggested changes should provide sufficient information such that alternative language implementers (like myself) do not require digging into the C# code.
Co-authored-by: Erik van den Brink <git@erikvandenbrink.com>
@shargon I see you accepted only one suggestion. Do you have any feedback on the other ones? |
Co-authored-by: Erik van den Brink <git@erikvandenbrink.com>
Co-authored-by: Erik van den Brink <git@erikvandenbrink.com>
Co-authored-by: Erik van den Brink <git@erikvandenbrink.com>
Co-authored-by: Erik van den Brink <git@erikvandenbrink.com>
Co-authored-by: Erik van den Brink <git@erikvandenbrink.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix to hyperlink format for mediawiki
Co-authored-by: Erik van den Brink <git@erikvandenbrink.com>
Co-authored-by: Shargon <shargon@gmail.com>
Co-authored-by: Erik van den Brink <git@erikvandenbrink.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Scripthash
was replaced by Abi
, could you update this PR @bettybao1209 ? neo-project/neo#1973
Need to be updated, related to neo-project/neo#2044 |
@erikzhang @bettybao1209 Let's move on? |
Please add method tokens. |
Ok, I'm working on it. |
The same comment that I mentioned here applies to this NEP. I've made an addition here: https://github.com/neo-project/proposals/pull/121/files#r557413256 It would be good if someone could accept or reject. 😄 |
Co-authored-by: Guil. Sperb Machado <gsm@machados.org>
Merge? |
close #120