Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

neo-node not compiling against neo master #746

Closed
devhawk opened this issue Feb 18, 2021 · 1 comment · Fixed by #748
Closed

neo-node not compiling against neo master #746

devhawk opened this issue Feb 18, 2021 · 1 comment · Fixed by #748

Comments

@devhawk
Copy link

devhawk commented Feb 18, 2021

\node\neo-gui\GUI\BulkPayDialog.cs(20,49): error CS7036: There is no argument given that corresponds to the required formal parameter 'settings' of 'AssetDescriptor.AssetDescriptor(DataCache, ProtocolSettings, UInt160)' [\node\neo-gui\neo-gui.csproj]
\node\neo-gui\GUI\DeveloperToolsForm.ContractParameters.cs(24,29): error CS1929: 'string' does not contain a definition for 'ToScriptHash' and the best extension method overload 'Helper.ToScriptHash(byte[])' requires a receiver of type 'byte[]' [\node\neo-gui\neo-gui.csproj]
\node\neo-gui\GUI\DeveloperToolsForm.ContractParameters.cs(56,53): error CS7036: There is no argument given that corresponds to the required formal parameter 'snapshot' of 'ContractParametersContext.Parse(string, DataCache)' [\node\neo-gui\neo-gui.csproj]
\node\neo-gui\GUI\DeveloperToolsForm.ContractParameters.cs(67,72): error CS7036: There is no argument given that corresponds to the required formal parameter 'version' of 'Helper.ToAddress(UInt160, byte)' [\node\neo-gui\neo-gui.csproj]
\node\neo-gui\GUI\BulkPayDialog.cs(47,42): error CS7036: There is no argument given that corresponds to the required formal parameter 'version' of 'Helper.ToScriptHash(string, byte)' [\node\neo-gui\neo-gui.csproj]
\node\neo-gui\GUI\BulkPayDialog.cs(56,55): error CS7036: There is no argument given that corresponds to the required formal parameter 'asset_id' of 'Wallet.GetAvailable(DataCache, UInt160)' [\node\neo-gui\neo-gui.csproj]
\node\neo-gui\GUI\Helper.cs(44,31): error CS7036: There is no argument given that corresponds to the required formal parameter 'verifiable' of 'ContractParametersContext.ContractParametersContext(DataCache, IVerifiable)' [\node\neo-gui\neo-gui.csproj]
\node\neo-gui\GUI\InvokeContractDialog.cs(44,48): error CS1501: No overload for method 'MakeTransaction' takes 1 arguments [\node\neo-gui\neo-gui.csproj]
\node\neo-gui\GUI\PayToDialog.cs(19,49): error CS7036: There is no argument given that corresponds to the required formal parameter 'settings' of 'AssetDescriptor.AssetDescriptor(DataCache, ProtocolSettings, UInt160)' [\node\neo-gui\neo-gui.csproj]
\node\neo-gui\GUI\PayToDialog.cs(35,44): error CS7036: There is no argument given that corresponds to the required formal parameter 'version' of 'Helper.ToAddress(UInt160, byte)' [\node\neo-gui\neo-gui.csproj]
\node\neo-gui\GUI\PayToDialog.cs(48,44): error CS7036: There is no argument given that corresponds to the required formal parameter 'version' of 'Helper.ToScriptHash(string, byte)' [\node\neo-gui\neo-gui.csproj]
\node\neo-gui\GUI\PayToDialog.cs(56,55): error CS7036: There is no argument given that corresponds to the required formal parameter 'asset_id' of 'Wallet.GetAvailable(DataCache, UInt160)' [\node\neo-gui\neo-gui.csproj]
\node\neo-gui\GUI\PayToDialog.cs(74,31): error CS7036: There is no argument given that corresponds to the required formal parameter 'version' of 'Helper.ToScriptHash(string, byte)' [\node\neo-gui\neo-gui.csproj]
\node\neo-gui\GUI\SigningTxDialog.cs(26,75): error CS7036: There is no argument given that corresponds to the required formal parameter 'snapshot' of 'ContractParametersContext.Parse(string, DataCache)' [\node\neo-gui\neo-gui.csproj]
\node\neo-gui\GUI\InvokeContractDialog.cs(79,64): error CS7036: There is no argument given that corresponds to the required formal parameter 'snapshot' of 'ApplicationEngine.Run(byte[], DataCache, IVerifiable, Block, ProtocolSettings, int, long)' [\node\neo-gui\neo-gui.csproj]
\node\neo-gui\GUI\MainForm.cs(41,61): error CS0117: 'Blockchain' does not contain a definition for 'TimePerBlock' [\node\neo-gui\neo-gui.csproj]
\node\neo-gui\GUI\SigningTxDialog.cs(44,75): error CS7036: There is no argument given that corresponds to the required formal parameter 'snapshot' of 'ContractParametersContext.Parse(string, DataCache)' [\node\neo-gui\neo-gui.csproj]
\node\neo-gui\GUI\DeveloperToolsForm.TxBuilder.cs(22,53): error CS7036: There is no argument given that corresponds to the required formal parameter 'verifiable' of 'ContractParametersContext.ContractParametersContext(DataCache, IVerifiable)' [\node\neo-gui\neo-gui.csproj]
\node\neo-gui\GUI\TransferDialog.cs(22,72): error CS1929: 'string' does not contain a definition for 'ToScriptHash' and the best extension method overload 'Helper.ToScriptHash(byte[])' requires a receiver of type 'byte[]' [\node\neo-gui\neo-gui.csproj]
\node\neo-gui\GUI\TransferDialog.cs(23,58): error CS1503: Argument 1: cannot convert from 'Neo.Wallets.TransferOutput[]' to 'Neo.Persistence.DataCache' [\node\neo-gui\neo-gui.csproj]
\node\neo-gui\GUI\TransferDialog.cs(23,67): error CS1503: Argument 2: cannot convert from 'Neo.UInt160' to 'Neo.Wallets.TransferOutput[]' [\node\neo-gui\neo-gui.csproj]
\node\neo-gui\GUI\TxOutListBoxItem.cs(11,34): error CS7036: There is no argument given that corresponds to the required formal parameter 'version' of 'Helper.ToAddress(UInt160, byte)' [\node\neo-gui\neo-gui.csproj]
\node\neo-gui\GUI\ViewContractDialog.cs(12,38): error CS1061: 'Contract' does not contain a definition for 'Address' and no accessible extension method 'Address' accepting a first argument of type 'Contract' could be found (are you missing a using directive or an assembly reference?) [\node\neo-gui\neo-gui.csproj]
\node\neo-gui\GUI\MainForm.cs(153,89): error CS0117: 'Blockchain' does not contain a definition for 'Singleton' [\node\neo-gui\neo-gui.csproj]
\node\neo-gui\GUI\MainForm.cs(162,21): error CS1061: 'MainService' does not contain a definition for 'WalletOpened' and no accessible extension method 'WalletOpened' accepting a first argument of type 'MainService' could be found (are you missing a using directive or an assembly reference?) [\node\neo-gui\neo-gui.csproj]
\node\neo-gui\GUI\VotingDialog.cs(40,39): error CS7036: There is no argument given that corresponds to the required formal parameter 'version' of 'Helper.ToAddress(UInt160, byte)' [\node\neo-gui\neo-gui.csproj]
\node\neo-gui\GUI\MainForm.cs(169,21): error CS1061: 'MainService' does not contain a definition for 'WalletOpened' and no accessible extension method 'WalletOpened' accepting a first argument of type 'MainService' could be found (are you missing a using directive or an assembly reference?) [\node\neo-gui\neo-gui.csproj]
\node\neo-gui\GUI\MainForm.cs(174,73): error CS0117: 'Blockchain' does not contain a definition for 'Singleton' [\node\neo-gui\neo-gui.csproj]
\node\neo-gui\GUI\MainForm.cs(175,44): error CS0117: 'Blockchain' does not contain a definition for 'Singleton' [\node\neo-gui\neo-gui.csproj]
\node\neo-gui\GUI\MainForm.cs(178,45): error CS0117: 'LocalNode' does not contain a definition for 'Singleton' [\node\neo-gui\neo-gui.csproj]
\node\neo-gui\GUI\MainForm.cs(181,47): error CS0117: 'Blockchain' does not contain a definition for 'TimePerBlock' [\node\neo-gui\neo-gui.csproj]
\node\neo-gui\GUI\MainForm.cs(195,45): error CS0117: 'Blockchain' does not contain a definition for 'Singleton' [\node\neo-gui\neo-gui.csproj]
\node\neo-gui\GUI\MainForm.cs(220,54): error CS7036: There is no argument given that corresponds to the required formal parameter 'version' of 'Helper.ToAddress(UInt160, byte)' [\node\neo-gui\neo-gui.csproj]
\node\neo-gui\GUI\MainForm.cs(476,38): error CS1929: 'string' does not contain a definition for 'ToScriptHash' and the best extension method overload 'Helper.ToScriptHash(byte[])' requires a receiver of type 'byte[]' [\node\neo-gui\neo-gui.csproj]
@cloud8little
Copy link
Contributor

@Ashuaidehao

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants