-
Notifications
You must be signed in to change notification settings - Fork 224
Conversation
The rest of the error will come in other PR? |
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.
Is good to me, still having errors in neo-cli, but step by step
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.
You adjust almost everything, @erikzhang. Like magic.
Running this preview release gonna be very good and interesting.
What errors? |
It doesn't compile to me |
OMG, this guy is the master yoda. No errors, @erikzhang: Step 43/63 : RUN dotnet publish /opt/neoCli/neo-cli/neo-cli.csproj -o neo-cli -c Release -r ubuntu.16.04-x64
---> Running in 451cc52612e9
Microsoft (R) Build Engine version 15.9.20+g88f5fadfbe for .NET Core
Copyright (C) Microsoft Corporation. All rights reserved.
Services/ConsoleServiceBase.cs(302,34): warning CS0168: The variable 'ex' is declared but never used [/opt/neoCli/neo-cli/neo-cli.csproj]
neo-cli -> /opt/neoCli/neo-cli/bin/Release/netcoreapp2.1/ubuntu.16.04-x64/neo-cli.dll
neo-cli -> /opt/neoCli/neo-cli/neo-cli/
Removing intermediate container 451cc52612e9
---> b273a309f635 |
Compiled with these commits: NEO_CLI_BLOCKCHAIN_URL=https://github.com/neo-project/neo-cli.git
NEO_CLI_BRANCH=3.0/neo-122
NEO_CLI_COMMIT=d19206bc743c71fdc81644bf7f88143fab744fa3
NEO_BLOCKCHAIN_URL=https://github.com/neo-project/neo.git
NEO_BLOCKCHAIN_BRANCH=master
NEO_BLOCKCHAIN_COMMIT=a9f46bc7d351933e7d8666665c49f850ed5d8e24
NEO_PLUGINS_URL=https://github.com/neo-project/neo-plugins.git
NEO_PLUGINS_BRANCH=master
NEO_PLUGINS_COMMIT=3774004b6a4bb45034458fd90698079640f6079e
LOCAL_NEO_CLI_BLOCKCHAIN="false"
LOCAL_NEO_CLI_BLOCKCHAIN_URL="localfiles/neo-cli"
LOCAL_NEO_BLOCKCHAIN="false"
LOCAL_NEO_BLOCKCHAIN_URL="localfiles/neo"
LOCAL_NEO_PLUGINS="false"
LOCAL_NEO_PLUGINS_URL="localfiles/neo-plugins"
SET_NEO_VM="true"
NEO_VM_URL=https://github.com/neo-project/neo-vm.git
NEO_VM_BRANCH=master
NEO_VM_COMMIT=332db08ada15916e69451fc9a23075574ac511a1
LOCAL_NEO_VM="false"
LOCAL_NEO_VM_URL="localfiles/neo-vm"
PLUGINS_LIST="
ApplicationLogs
CoreMetrics
ImportBlocks
RpcNep5Tracker
RpcSecurity
RpcWallet
SimplePolicy
StatesDumper
" |
Travis have errors too |
I have no compilation errors here. |
Now i haven't got compilation errors .... but the unit test still with errors |
Hi @superboyiii, you are ahead of us! ahueahuea Let's check it out. We need to double check the logic for simple policy and all initialization, the plugin might be not needed anymore. |
Fixed |
"IsLowPriority" need to be removed in SimplePolicy since Transcation.get_IsLowPrioriy() has been removed. Acutally, almost every neo-plugin need to be adjusted in NEO3 since they all have some issues when installed. |
@superboyiii, you are right. |
A conflict comes out in Neo3.0.0-CI00130 if an external node makes transaction via a wallet which is opened by consensus node at the same time. |
No description provided.