forked from neo-project/neo
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Preview4 #4
Merged
Merged
Preview4 #4
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Make BinarySerializer public * public serialize/deserialize methods Co-authored-by: Harry <[email protected]>
* record historical designation * fix ut * sort * Remove sort * use different key * fix some * Store it as BiEndian * avoid in same block * Optimize * use findrange * optimize index get * Erik's feedback * Fix UT * fix empty sequence * optimize height * fix ut * index * fix ut Co-authored-by: Luchuan <[email protected]> Co-authored-by: Shargon <[email protected]> Co-authored-by: Erik Zhang <[email protected]>
Co-authored-by: Tommo-L <[email protected]>
Co-authored-by: Tommo-L <[email protected]> Co-authored-by: Shargon <[email protected]>
* add event * add Request event * move Reponse into Finish method * format * optimize * Update src/neo/SmartContract/Native/Oracle/OracleContract.cs Co-authored-by: Erik Zhang <[email protected]> * Update src/neo/SmartContract/Native/Oracle/OracleContract.cs Co-authored-by: Erik Zhang <[email protected]> * fix * apply erik's feedback * add RequestContract * Update src/neo/SmartContract/Native/Oracle/OracleContract.cs Co-authored-by: Erik Zhang <[email protected]> Co-authored-by: Tommo-L <[email protected]> Co-authored-by: Erik Zhang <[email protected]> Co-authored-by: Shargon <[email protected]>
) * Move MaxValidUntilBlockIncrement & MaxTraceableBlocks to protocol * Add comments * Revert MaxValidUntilBlockIncrement Co-authored-by: Jin Qiao <[email protected]> Co-authored-by: Shargon <[email protected]> Co-authored-by: Vitor Nazário Coelho <[email protected]>
* Itoa atoi * add base * Update src/neo/SmartContract/ApplicationEngine.Binary.cs Co-authored-by: Erik Zhang <[email protected]> * Update src/neo/SmartContract/ApplicationEngine.Binary.cs Co-authored-by: Erik Zhang <[email protected]> * Fix ut * Clean code * Update src/neo/SmartContract/ApplicationEngine.Binary.cs Co-authored-by: Erik Zhang <[email protected]> * Update src/neo/SmartContract/ApplicationEngine.Binary.cs Co-authored-by: Erik Zhang <[email protected]> * Fix ut Co-authored-by: Erik Zhang <[email protected]>
* add InsufficientFunds code * add ResponseTooLarge * Update OracleResponseCode.cs * Change values Co-authored-by: Tommo-L <[email protected]> Co-authored-by: Shargon <[email protected]> Co-authored-by: Erik Zhang <[email protected]>
* If exists * Call onPayment if to it's a smart contract * Increase cost in transfer * Remove Mint check * return * Remove extra args * Drop result * Clean code * Method.Exists * Rename * protected * Update ApplicationEngine.Contract.cs * Fix merge * Add Name in Extra * Name in manifest * Fix UT * dotnet format * Remove Method.Exists * Clean code * Move filed `Name` * Rename * Update null checks * Fix CallFromNativeContract parameters * Update AssetDescriptor.cs * Fix UT * format * Shargon's suggestion * Update src/neo/SmartContract/Native/Tokens/Nep17Token.cs Co-authored-by: Luchuan <[email protected]> * Fix Co-authored-by: Erik Zhang <[email protected]> Co-authored-by: Luchuan <[email protected]>
* Allow to get Verification Result outside core * Use index * Return IEnumerable * Clean code * Revert "Return IEnumerable" This reverts commit 7dd3717. * LoadContract solution * Remove constant * Reuse call * Refactor * Move to LoadContract * Remove double check * Update src/neo/SmartContract/ApplicationEngine.cs Co-authored-by: Erik Zhang <[email protected]> * Move to else * Fix LoadContract * Update Helper.cs * Remove empty line * Add packParameters * Use LoadContract in CallContractInternal Co-authored-by: Erik Zhang <[email protected]>
* Make KeyBuilder public so neo-debugger can use it * Move namespace * Clean using Co-authored-by: Shargon <[email protected]>
* Add data to transfer/onPayment * wallet * Fix UT * Remove data from Mint and Burn * Use default value * Remove default parameter in native contract * Remove default parameter Co-authored-by: Erik Zhang <[email protected]>
* Call from native contract synchronously * Use native callingScriptHash * Optimize Co-authored-by: Shargon <[email protected]>
* Check safemethod * Move safe method to Abi * Native safe * Fix merge Co-authored-by: Erik Zhang <[email protected]>
* Fix asset symbol * Increase coverage Co-authored-by: Shargon <[email protected]>
Co-authored-by: Shargon <[email protected]>
* Refactor activation Index * Improve parse * Fix * Update ManagementContract.cs * IReadOnlyDictionary * Erik's feedback * Optimize Co-authored-by: Erik Zhang <[email protected]>
* Rename native contracts * Fix * RoleManagement Co-authored-by: Shargon <[email protected]>
* .NET 5.0 * Update main.yml * Update main.yml * Update main.yml Co-authored-by: Shargon <[email protected]> Co-authored-by: Vitor Nazário Coelho <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
update