codex-contracts-eth/contracts
Mark Spanbroek a7dd840eaa [fuzzing] transfers out of the contract should always pass
When a transfer of tokens from the contract fails, then the
fuzzer has found a bug. Changing `require` to `assert`
ensures that the fuzzer considers this a test failure.
2023-06-19 14:58:47 +02:00
..
Configuration.sol Update links to codex-storage organization (#55) 2023-05-25 12:56:04 +03:00
FuzzMarketplace.sol [fuzzing] Enable fuzzing for Marketplace 2023-06-19 14:58:47 +02:00
Marketplace.sol [fuzzing] transfers out of the contract should always pass 2023-06-19 14:58:47 +02:00
Periods.sol [style] enforce `_` prefix for private names 2023-01-23 15:10:23 +01:00
Proofs.sol [marketplace] formatting 2023-06-19 14:58:47 +02:00
Requests.sol feat: collateral fractions (#47) 2023-03-30 11:11:21 +02:00
StateRetrieval.sol [style] enforce `_` prefix for private names 2023-01-23 15:10:23 +01:00
TestMarketplace.sol feat: collateral per slot (#44) 2023-03-08 12:02:34 +01:00
TestProofs.sol [style] enforce `_` prefix for private names 2023-01-23 15:10:23 +01:00
TestToken.sol Lint with solhint 2022-02-10 07:46:03 +01:00