vacp2p / rln-contract

RLN contract
Apache License 2.0
13 stars 6 forks source link

Modernize repo and fix deployment process #15

Closed rymnc closed 1 year ago

rymnc commented 1 year ago

In https://github.com/vacp2p/rln-interep-contract, there were the following changes introduced in the repo apart from logical changes -

  1. CI for testing contracts with coverage
  2. Improved deployment process, with storing addresses and associated artifact data within the repo for vc
  3. Faster testing with fixtures

They should be included in this repo so that we move to a production-ready state.

rymnc commented 1 year ago

Closing this issue since contract work has been taken up by @vacp2p/pse and now lives in https://github.com/rate-limiting-nullifier/rln-contract. It will be refactored to use foundry, and enhanced testing+reporting.