This repository was archived by the owner on May 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1313 fetch-depth : 1
1414
1515 - name : Cache node modules
16- uses : actions/cache@v2
16+ uses : actions/cache@v4
1717 env :
1818 cache-name : cache-node-modules
1919 with :
Original file line number Diff line number Diff line change 1616 fetch-depth : 1
1717
1818 - name : Cache node modules
19- uses : actions/cache@v2
19+ uses : actions/cache@v4
2020 env :
2121 cache-name : cache-node-modules
2222 with :
Original file line number Diff line number Diff line change 1010<br />
1111<br />
1212
13+ ## Soft-deprecation notice
14+
15+ Smock has had a fruitful life, and its legacy lives on
16+ [ smock-foundry] ( https://github.com/defi-wonderland/smock-foundry ) , a
17+ re-implementation for foundry which we now use exclusively as a side-effect of
18+ using ` foundry ` for all new projects.
19+
20+ This project will receive security/bug fixes and code review for the
21+ foreseeable future, so existing projects can continue to use it, but no further
22+ features will be implemented. In particular, we won't migrate the project to
23+ newer versions of peer dependencies, as specified in
24+ [ #201 ] ( https://github.com/defi-wonderland/smock/issues/201 )
25+
1326** Smock** is the ** S** olidity ** mock** ing library. It's a plugin for
1427[ hardhat] ( https://hardhat.org ) that can be used to create mock Solidity
1528contracts entirely in JavaScript (or TypeScript!). With Smock, it's
You can’t perform that action at this time.
0 commit comments