-
### Current behavior
Wrong behavior when concatenating string that is stored inside variable
Cannot run the original **build test** command
### Expected behavior
```
a = 'aaa'
b = 'bbb'
resul…
-
Here's plan for next couple of days (weeks?):
- [x] improve typechain api. Add functions that will translate single file, as well as copy runtime). Releated: https://github.com/krzkaczor/TypeChain/is…
-
This test is based on the latest network topology: https://github.com/maciejzaleski/InternalTestnet/blob/master/Documentation/FullNode/InternalTestnet-NetworkDesign.draw.io.svg
**Setup**
- Starte…
-
We don't want to open direct access to System.Text or BitConverter, however we still need to convert between bytes and the below types. Useful for hashing etc.
Bool should go back and forwards with…
-
In version 1 we have decided we won't be able to kill contracts. This is a difficult decision but we are able to justify it via our internal design rationale.
However, should we decide to change t…
-
### User Story
It would be nice for end users to be able to know the change in collateral balances that occur during the event UpdatedUserBalance.
### Why Is this Needed?
*Summary*: Easier tracki…
0xean updated
5 years ago
-
I was told that `additional_hash` is useful for third-party applications. However, I don't see `additinal_hash` in I don't see additional_hash in the packed form of Secret message. https://github.com…
-
Hi,
If I use the following FullNodeBuilder:
```
node = new FullNodeBuilder()
.UseNodeSettings(nodeSettings)
.UseBlockStore()
…
-
## Problem Definition
We currently sign messages on Raiden simply by signing the hash of the message. By using [eth_sign_sha3](https://github.com/raiden-network/raiden/blob/2df06259496fd10cadd29c8e…
-
If a smart contract is called without a method being specified, its fallback should be invoked.
The fallback should be declared via an attribute on a method.
I believe we have more info availab…