rln-contract/test
r4bbit e13af692f7 fix: make tests compile with forge-std@1.6.0
There was a breaking change introduced in `forge-std` at
https://github.com/foundry-rs/forge-std/pull/407 which breaks
compilation of `Rln.t.sol` with `forge-std@v1.6.0`.

This commit updates the dependency to v1.6.0 and adjusts the test source
such that it successfully compiles.

Another way to go about this would've been to just stick with `v1.5.6.`
and ensuring installation of that version.
However, I've decided to update the dependency to the latest stable
version instead.
2023-08-08 20:45:12 +02:00
..
PoseidonHasher.t.sol chore: convert rln to rlnbase, and inherit into rln 2023-07-26 16:40:55 +05:30
RLNApp.t.sol fix: args 2023-07-27 17:22:29 +05:30
Rln.t.sol fix: make tests compile with forge-std@1.6.0 2023-08-08 20:45:12 +02:00
Verifier.sol chore: convert rln to rlnbase, and inherit into rln 2023-07-26 16:40:55 +05:30
poseidon.test.ts feat: foundry integration 2023-03-29 12:28:42 +05:30
rln.test.ts chore: convert rln to rlnbase, and inherit into rln 2023-07-26 16:40:55 +05:30