-
I see the contract validation was successful, got the byte code and the smart contract creation appeared to be successful with the hash. However, I see some issues when I tried the receipt query by ha…
-
## Idea
Since the Wizard is part of our solution bundle that simplifies onboarding it does make a lot of sense to provide a wizard version that setups a raiden node using the demo environment.
## …
-
## Introduction
After having merged https://github.com/raiden-network/raiden/issues/2885, some tests still pass the `block_identifier` parameter as `latest` which might cause flakiness in some test…
-
## Steps to Reproduce
```
$ cd light-client/integration
$ docker build -t lightclient-integration .
```
## Expected Result
Image builds successfully
## Actual Result
> Deploying contract…
-
Failure to run the full node on MacOS 10.15.3.
Tried a fresh clone/build and different release branches.
**Errors**
```
/usr/local/share/dotnet/sdk/3.1.101/Sdks/Microsoft.NET.Sdk/targets/Mic…
-
The Oracle node election is strongly bound to the consensus system. The general idea is to use the same voting process as for the election of consensus nodes and use the same governance mechanisms.
…
-
I have been experimenting with implementing the ERC1155 smartcontracts from the NPM module for a custom token. At the moment every time I try to compile an ERC1155Meta.sol implementation I get a compi…
-
**Describe the bug**
In the section
> Using AssemblyScript
>
> AssemblyScript Smart Contracts: near-runtime-ts is a collection of helpers that make your SmartContracts look a lot like TypeScr…
-
**Describe the solution you'd like**
- Reserve SmartContract as part of the Genesis block (it can be empty at this stage)
- Implement built-in emission
- Find link between EVM and transaction fees.…
-
I've got a solidity method that returns address:
`
function getAssetBuyer() public view returns(address)
{
return buyerAddress;
}
`
The …