owlprotocol / contracts

MIT License
3 stars 4 forks source link

Fixing foundry's compatibility with pnpm dependencies. #335

Closed HrikB closed 2 years ago

HrikB commented 2 years ago

The first test that should be ported to a forge test is the Lootbox.sol. The contract heavily depends on block.timestamp given the way that VRFBeacon is architect with one request per EPOCH_BLOCK.

HrikB commented 2 years ago

/cib

github-actions[bot] commented 2 years ago

Branch issue-335 created! Clone with: git fetch && git checkout --track origin/issue-335 Rebase develop branch changes with: git checkout issue-335 && git rebase develop