-
Followed instructions in the documentation. avm file was successfully compiled with indicators:
> Neo.Compiler.MSIL console app v2.4.1.0
> Find entrypoint:System.Boolean Main.SmartContracts.AContr…
zzo11 updated
5 years ago
-
```c#
public enum OpCode : byte
{
//NOP
NOP = 0x21,
//Jumps
JMP = 0x22,
JMP_L = 0x23,
JMPIF = 0x24,
JMPIF_L = 0x25,
JMPIFNOT = 0x26,
JMPIFNOT_L = 0x27,…
-
Hi,
I've been using the `testnet` project, to create my own Ethereum private network together a Truffle distributed application that I've developed. It's a votation application.
The votes are don…
-
Currently all non-smartcontracts features are .NET Standard 2.0 whilst smart contracts ones are .NET Core 2.1. We should move all the features to .NET Standard 2.0 and ensure that the daemons are cong…
-
**Describe the bug**
When I submit transactions to the ENS smart-contracts, MetaMask shows either no logo at all or show the old ENS logo (green with cursive writing) next to the transaction, ins…
-
The archive for `smart` v0.3.1s has the following permissions:
```
$ zipinfo smart-scalac-standalone-0.3.1s-linux.zip
Archive: smart-scalac-standalone-0.3.1s-linux.zip
Zip file size: 77641408 by…
-
I should open a PR to download the SCs from a list of address ~/Dropbox/SmartContracts
-
This currently fails with a cast correctness issue in `getX`.
```scala
import stainless.smartcontracts._
trait A extends ContractInterface {
var x: BigInt
def getX() = x
}
```
-
This example fails, but I was expecting it to go through.
```scala
import stainless.annotation._
import stainless.smartcontracts._
import Environment._
trait A extends Contract {
@addressO…
-