-
Currently, there is no way to discern what version of constants the configuration.tar.gz serves.
The workaround is to compare hashes to check if a new version is available.
I suggest to version …
-
### Issue
From discord channel
```
Was trying to build v6.2.0 and ran into a few issues (managed to fix them locally) -
1. Boost installs libboost_python3-py37 instead of libboost_python-py37…
-
Currently the files from https://mainnet-join.zilliqa.com/seed-configuration.tar.gz are located out of the version control system and have to be mounted to the image maually/with the script. Can we co…
-
#### Problem
Regarding [this](https://github.com/Zilliqa/Zilliqa/blob/master/src/libNode/Node.cpp#L932):
```
void Node::SetState(NodeState state)
{
m_state = state;
LOG_EPOCH(INFO, to_string(…
-
How do I resolve this in order to claim my rewards?
Thanks in advance!
-
I tried to check `FungibleToken.scilla` file from https://github.com/Zilliqa/ZRC/pull/31 with the Gas Usage Analizer, but got the following error message:
```
$ bin/scilla-checker -gua -gaslimit 8…
-
The API is useful and it is used to retrieve the history. Generally TxBlock has microblock hashes. There are two DB's `microblocks_x` and `txBodies_x` where x is 0,1,2 etc(folder) in the `historical_d…
-
We have a lot of scattered type declarations, imported in random places (the most notorious example is ScillaContractDeployer, which declares a bunch of types that really shouldn't be there now that t…
-
Folding through nested statements and expressions is a common pattern used almost in every static analysis.
However, this pattern is too verbose and error-prone, because a developer could forget to…
-
* [Limitations of Zilliqa’s sharding approach](https://medium.com/nearprotocol/limitations-of-zilliqas-sharding-approach-8f9efae0ce3b)
* [nightshade](https://near.org/papers/nightshade/)
* [VM Matte…