AmbireTech / adex-validator-stack-rust

The Ambire AdEx Validator Stack implemented in Rust: sentry, validator worker, adapter, adview manager
https://adex.network
GNU Affero General Public License v3.0
11 stars 10 forks source link

[CI] Use a snapshot for Ethereum adapter testing #403

Closed elpiel closed 2 years ago

elpiel commented 3 years ago

Related to #380 & PR #385 and comment https://github.com/AdExNetwork/adex-validator-stack-rust/pull/385#discussion_r629963448

elpiel commented 2 years ago

Since #447 we have a snapshot of the contracts needed for the test_harness, however, this snapshot can be used for testing the EthereumAdapter and currently it's not being used this way.

The snapshot should also be updated to include the Identity (see #452 ) contract too