alastria / alastriaID-truffle-contracts

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

Create unit test to AlastriaPublicKeyRegistry.sol #63

Closed rober12 closed 3 months ago

rober12 commented 1 year ago

It is necessary to create a series of tests to verify that the behaviour of the AlastriaPublicKeyRegistry.sol smart contract works as expected.

These tests need to be created in the following folder: https://github.com/alastria/alastriaID-truffle-contracts/tree/develop/tests/registry with the following name: AlastriaPublicKeyRegistry.ts

Currently there are unit tests for the AlastriaCredentialRegistry.sol and AlastriaPresentationRegistry.sol smart contracts that test all the functionality of these smart contracts including the optional anchoring of credentials and presentations. (the latest functionality included in these smart contracts)

rober12 commented 3 months ago

Closed as it was determined that no further unit tests for the AlastriaPublicKeyRegistry.sol were to be implemented for versión 2.2.