alastria / alastriaID-truffle-contracts

Alastria ID truffle Smart Contracts
MIT License
2 stars 5 forks source link

Review credential and presentation registry unit tests #65

Closed rober12 closed 1 year ago

rober12 commented 1 year ago

Review the AlastriaCredentialRegistry and AlastriaPresentationRegistry unit tests as they were developed on hardhat and this repository is truffle.

These already developed tests must be saved for reuse in the new alastriaID-hardhat-contracts repository that is pending to be created. (https://github.com/alastria/alastriaID-truffle-contracts/tree/develop/tests/registry)

In order not to work from scratch, you can take the unit tests of the old smart contracts and adapt them. (https://github.com/alastria/alastria-identity/tree/master/test/registry)

rober12 commented 1 year ago

The unit tests of the alastriaID-truffle-contracts repository will remain as they will no longer support this repository, but everything will be migrated to a repository called alastriaID-hardhat-contracts.

The only thing that will be done is to perform the unit tests of AlastriaPublicKeyRegistry.sol and AlastriaCredentialRegistry.sol and AlastriaPresentationRegistry.sol to close this version and this repository with a larger package.

Card -> https://github.com/alastria/alastriaID-truffle-contracts/issues/63