Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dapp-org/optimism-tests
https://github.com/dapp-org/optimism-tests
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dapp-org/optimism-tests
- Owner: dapp-org
- Created: 2020-10-21T13:12:12.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-12T13:31:17.000Z (almost 4 years ago)
- Last Synced: 2024-04-15T05:17:33.043Z (7 months ago)
- Language: Solidity
- Size: 17.6 MB
- Stars: 7
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-dapptools - Optimism Tests
README
# Optimism ECDSAContractAccount Tests
This repo contains the tests written as part of the [`dapp.org`](https://dapp.org.uk) audit of the
OVM `ECDSAContractAccount` smart wallet, published at https://dapp.org.uk/reports/optimism.To run the tests you will need to [install nix](https://nixos.org/download.html), you can then enter
a reproducible dev environment by running `nix-shell` from the repo root.From within the nix shell you can use
[`dapp`](https://github.com/dapphub/dapptools/tree/master/src/dapp) to run the tests:```
dapp test # run tests
dapp debug # interactively debug a test
```Tests demonstrating bugs are failing against the current implementation (`bb3539b`).
Once all bugs have been corrected, this test suite should pass.