astraly-labs / hyperlane_starknet

Starknet implementation of the Hyperlane protocol.
MIT License
17 stars 10 forks source link

dev: add more test coverage for the incremental merkle tree #35

Closed JordyRo1 closed 2 weeks ago

JordyRo1 commented 3 weeks ago

The actual merkle tree hook contract (cf: https://github.com/astraly-labs/hyperlane_starknet/blob/main/contracts/src/contracts/hooks/merkle_tree_hook.cairo) lacks testing for the internal functions. The idea is to try every single function to avoid unexpected outputs.

EvolveArt commented 3 weeks ago

related issue #37