-
Testrpc relies on local scilla interpreter. Developers will have to compile it themselves, and some people might run into problems. This testrpc should ideally work "out-of-the-box".
Developers sh…
-
#178 covered a framework for gas accounting in Scilla. The actual numbers for various costs were arbitrarily defined.
In continuation, experiment / discuss and fix more realistic costs for various…
-
When user sends an erroneous code to the kaya rpc server, the error is not handled properly. The server should still return a transaction hash like the actual zilliqa blockchain's response. But the er…
-
Write up a detailed design for gas mechanism in Scilla. This should cover various aspects such as
- instruction execution cost
- storage cost of an instruction. If an instruction stores something i…
-
https://medium.com/blockchannel/walking-through-the-erc721-full-implementation-72ad72735f3c
https://medium.com/crypto-currently/the-anatomy-of-erc721-e9db77abfc24
http://erc721.org/
The official pa…
-
How about add completion library, `gt` `ge` and `le` ?
like this
```
let gt =
fun (a : Uint128) =>
fun (b : Uint128) =>
let ret = builtin lt b a in
ret
let ge =
fun (a : Uint128) =…
-
Ubuntu 18.04.2 LTS in an LXC container. The physical host is also under 18.04.2. Total physical RAM: 32GB.
Binary packages from Scilla repository:
```
root@scdb:~# aptitude show scylla
Packag…
-
Security token contract needs to be added as it might be of use to a lot of users
-
**Description**:
The Contract Address is created when `CreateTransaction` is done. After deploying a SmartContract using `CreateTransaction` API, it returns TransactionID as the result.
However, …
-
This requirement came from the proposal to support ERC20 #43