in TransactionProcessor.ProcessTransactionAsync, it checks if the transactionSource and transactionReceipt is good to create a contract, it creates a contract and insert to the table
otherwise it checks whether the contractaddress exists in the contracts table, if so then further process transactionlog and transactionvmstack
Hello. I've checked the GitHub repo and the closed issues on GitHub but I can't seem to get the compiler version to work correctly.
I have:
npm install solc
in my project (v 0.4.23)"solidity.compileUsingRemoteVersion" : "latest"
to my settingsThe compiler is giving me errors on emit
and constructor
. Using VS Code and Solium.
Sorry if this has been answered a million times before
web3.OfflineTransactionSigning.SignTransaction
on this page: https://nethereum.readthedocs.io/en/latest/introduction/web3/