Skip to content

v1.0.1

Latest
Compare
Choose a tag to compare
@apbendi apbendi released this 05 Mar 15:06
· 1 commit to main since this release
b5b6f98

Release Notes

This is a minor release which adds Hardhat compatibility and improves upon the usage of staker as dependency within Foundry projects as well. In particular, this release:

  • Makes it possible to add staker as an npm dependency for inclusion in Hardhat projects
  • Makes importing the project in Foundry projects easier by removing the need for remappings by the consuming project. Downstream dependencies can simply import from paths like staker/Staker.sol.
  • Makes it easier to import test related files into Foundry projects that may want to leverage the repositories test infrastructure, via the staker-test/ remapping

This release includes no breaking changes, or changes of any kind, to the core contracts. This release should be considered production ready.