[Neo Core Style] Rename parameters, update comments, fix code style#3294
Merged
shargon merged 2 commits intoneo-project:masterfrom Jun 7, 2024
Merged
[Neo Core Style] Rename parameters, update comments, fix code style#3294shargon merged 2 commits intoneo-project:masterfrom
shargon merged 2 commits intoneo-project:masterfrom
Conversation
shargon
reviewed
Jun 6, 2024
shargon
approved these changes
Jun 6, 2024
vncoelho
approved these changes
Jun 6, 2024
cschuchardt88
approved these changes
Jun 6, 2024
Jim8y
added a commit
to Jim8y/neo
that referenced
this pull request
Jun 7, 2024
* 'fix-3300' of github.com:Jim8y/neo: Fixed up `main.yml` (neo-project#3292) [Neo Core Style] Rename parameters, update comments, fix code style (neo-project#3294)
Jim8y
added a commit
to Jim8y/neo
that referenced
this pull request
Jun 8, 2024
* master: Fix error when vc_redist is missing (neo-project#3293) Fixed up `main.yml` (neo-project#3292) [Neo Core Style] Rename parameters, update comments, fix code style (neo-project#3294)
This file contains hidden or 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
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.
Description
This pr is mainly intended to rename the
indextoblockHeight. Reason of making this update is because when we usethe second parameter is confusing, as native contract itself has a field Id, sort of confusing to people who is not familer with neo as core-devs. Well, i am also lost for a while thought shargon was passing the contract id/index in the devpack test engine.
And to avoid this pr be a
single line pr, I also fixed some style issues, and a nullable issue here:As
Concatrequires left and right value both beNotNullwhile_eventsDescriptorsis nullable.Fixes # (issue)
Type of change
How Has This Been Tested?
Existing tests.
Test Configuration:
Checklist: