Samlior
Samlior
I'm trying to get `evmone` to pass all the tests in [ethereum/tests](https://github.com/ethereum/tests), but currently I find that `evmone` can't pass [this test](https://github.com/ethereum/tests/blob/develop/GeneralStateTests/stCreate2/CREATE2_HighNonce.json). After debugging, I found out that this is...
`enterStaking` mint the syrup, `leaveStaking` burn the syrup, but `emergencyWithdraw` did not burn the syrup ```solidity // Stake CAKE tokens to MasterChef function enterStaking(uint256 _amount) public { PoolInfo storage pool...
## Bug Report ``` pyfa v2.53.0 EVE Data Version: 2291895 (2023-06-13 23:48:15) OS version: Linux-6.1.45-1-lts-x86_64-with-glibc2.38 Python version: 3.11.3 (main, Jun 5 2023, 09:32:32) [GCC 13.1.1 20230429] wxPython version: 4.2.1 (wxWidgets...
**Before submitting this PR, please make sure**: - [x] Your code builds clean without any errors or warnings - [x] You are using approved title ("feat/", "fix/", "docs/", "refactor/") **A...