Alex Metelli
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 -...
### 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...
### Describe the feature The project Makefile assumes several dependencies are pre-installed without checking for their presence or providing clear error messages when they're missing. This causes confusing failures during...
Closes #15380 ## Description This PR adds a dependency check for cargo-nextest before running Ethereum Foundation tests, ensuring that clear error messages are displayed to users when dependencies are missing....
Similar to ./src/shipyard/ships_performance under namespace details can be found here https://ogame.fandom.com/wiki/Defense
Add randomness to the previously implemented deterministic loot logic. At this stage the combat can still be in 1 round but ships group should be fighting against other group chose...
The following ships are missing - Large cargo - Heavy fighter - Battle Cruiser - Bomber - Destroyer Also death star logic missing The implementation should be done in ./src/shipyard/library.cairo...