Skip to content

Server release for boojnet #13

Pre-release
Pre-release
Compare
Choose a tag to compare
@ly0va ly0va released this 08 Nov 10:22
· 1134 commits to main since this release
283096c
chore: Restore contract verification tests (#419)

# What ❔

- restoring contract verification tests
- bumping hardhat and hardhat-vyper

## Why ❔

A bug in hardhat-vyper was fixed, hence we can compile vyper again.

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [ ] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [ ] Tests for the changes have been added / updated.
- [ ] Documentation comments have been added / updated.
- [ ] Code has been formatted via `zk fmt` and `zk lint`.

Co-authored-by: Igor Borodin <hatemosphere@protonmail.com>