Skip to content

Commit

Permalink
refactor: milestone clean up (#152)
Browse files Browse the repository at this point in the history
* refactor: organise files

* refactor: internal functions

* refactor: document store storage

* refactor: shift inheritance

* refactor: common test

* refactor: move issue into IDocumentStoreBatchable.sol

* refactor: document store errors

* chore: add coverage script

* refactor: replace block number with boolean in DocumentStore
  • Loading branch information
superical authored Mar 15, 2024
1 parent 1066d2c commit 7953172
Show file tree
Hide file tree
Showing 12 changed files with 615 additions and 98 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ yarn-error.log
.DS_STORE
/cache
/artifacts
/coverage
/out
lcov.info
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,4 @@ npm run benchmark
## Additional information

If you are using Visual Studio Code, you may need to link the OpenZeppelin libraries. Refer to [here](https://github.com/juanfranblanco/vscode-solidity#openzeppelin) for more information.
Install lcov for test coverage report.
Loading

0 comments on commit 7953172

Please sign in to comment.