This repository was archived by the owner on Nov 10, 2025. It is now read-only.
Merged
Conversation
shargon
commented
Feb 23, 2024
Jim8y
approved these changes
Feb 23, 2024
Jim8y
approved these changes
Feb 23, 2024
Member
|
let me test |
vncoelho
reviewed
Feb 23, 2024
Member
vncoelho
left a comment
There was a problem hiding this comment.
#40 6.697 /opt/neo-modules/src/RpcServer/Utility.cs(38,34): error CS1061: 'NativeContract' does not contain a definition for 'GetContractState' and no accessible extension method 'GetContractState' accepting a first argument of type 'NativeContract' could be found (are you missing a using directive or an assembly reference?) [/opt/neo-modules/src/RpcServer/RpcServer.csproj]
Member
Author
You need to update your submodule, it works in workflow |
Member
|
mine is updated |
Member
Author
No, is not xD, check the workflow |
Member
|
My setup is different @shargon I am obtaining the last neo locally and replacing the folder entirely # Now it is submodule deps - Removing the existing directory
RUN rm -r /opt/neo-modules/neo
# Copying the new library into place
RUN cp -r /opt/neoLib /opt/neo-modules/neo
# Getting the git version of the module
RUN cd /opt/neoLib && echo "Current neoLib last commit is: $(git rev-parse HEAD)"
# Getting the git version of the submodule
RUN cd /opt/neo-modules && echo "Current neo-modules last commit is: $(git rev-parse HEAD)"#37 [33/40] RUN cd /opt/neoLib && echo "Current neoLib last commit is: $(git rev-parse HEAD)"
#37 0.324 Current neoLib last commit is: b467613884ef4196283f9f303897dedb0c3de36d
#37 DONE 0.3s
#38 [34/40] RUN cd /opt/neo-modules && echo "Current neo-modules last commit is: $(git rev-parse HEAD)"
#38 0.352 Current neo-modules last commit is: 8aaeb5e571c513458f3e2bf4ffcda090576002c3 |
Member
Author
Check that you have this commit in neo |
Member
|
In fact these two were minutes ago....aehauheauea |
vncoelho
approved these changes
Feb 23, 2024
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Close #879 #880
Require neo-project/neo#3161