Alex Metelli

Results 5 issues of Alex Metelli

after adding an ERC721 to the tokens and receiving 1 NFT the balance will show 0.000000000000000001 rather than 1.

Using the following workflow: ``` on: [push] name: test jobs: check: name: Protostar project runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 with: submodules: recursive - name: Install Protostar uses: sambarnes/protostar-toolchain@main -...

bug

### PR Type: - [x] Refactoring - [x] Testing ### Current Behavior: The function `apply_exponent_factor()` was missing, and no tests were available for `apply_impact_factor()`. Resolves: #494 ### Updated Behaviour: Testing...

Add a rule here https://github.com/crytic/amarna/blob/2bb48690eae625737bb59b84e1961795528f7bc8/amarna/rules/post_process_rules/UnusedFunctionsRule.py#L30 to exclude, function under namespace in libraries, from being flagged with “unused function” warning.

Closes #48 ## Introduced changes Introducing a governance mechanism inspired to [Compound Governance](https://github.com/compound-finance/compound-protocol/tree/master/contracts/Governance), [docs](https://docs.compound.finance/v2/governance/) The contracts are added as a workspace member of the repo. ## Checklist - [x] Linked...