-
contract static analysis using: `mythril` or `slither`
```python
pip3 install mythril
export SOLC_VERSION=0.8.24
myth -v 4 analyze contracts/BCA_ERC20_nf.sol --solc-json solc-remappings.json --e…
-
When i run a docker container it gets stopped without returning output in few seconds giving "exited with code 0"
-
## Description
So to sum up, I found that the `PC address` reported does not match the disassemble code generated by solc. I don't know if I made any mistake in usage or if I apprehend the m…
-
Bit shifting opcodes recently added to Ethereum and for almost all `address` operations used by solidity.
-
In order to ensure more deterministic performance, we must avoid dynamic allocation pretty much anywhere after launch the VCPUs. There are currently a lot of places that allocate strings and vecs and …
-
List of features brainstormed in Boulder 5/29
(# of votes)
- Deployment tracking // Creating packages (II)
- Tutorials // Docs (I)
- Py-EVM, Eth-Test, Pytest Plugin (II)
- Multi Compiler
- Pl…
-
For some reason the current and expected outputs aren't matching.Also in the all_tests.sh 'python --version' is used. It should be python3 --version right or is 'python *.py' used anywhere internally …
norhh updated
6 years ago
-
There are several Dawstone Avil tags that are empty and have no items by default which results in barrier item recipes.
Empty tag: embers:augmentables
Empty tag: embers/augmentables/armors
Empty …
-
**_I have:_**
- [X] searched existing issues (http://project-topaz.com/issues/) to see if the issue has already been opened
- [X] checked the commit log to see if the issue has been resolved sin…
-
Since it is possible to generate spell books in https://www.dnd-spells.com/spells is it possible to replicate such a feature in vanilla-spells?
There should be a CSV table for all the characteristi…