alastria / alastriaID-truffle-contracts

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

Update AlastriaProxy.sol in particular, the forward function #61

Closed rober12 closed 1 year ago

rober12 commented 1 year ago

It is necessary to study the forward function to determine whether it is necessary to create a new function by changing the input parameter from bytes memory to bytes32.

https://github.com/alastria/alastriaID-truffle-contracts/blob/feature/publicKeyHash/contracts/identityManager/AlastriaProxy.sol#L19

rober12 commented 1 year ago

After a working meeting with the core team it has been determined that this function does not require changes as the internal call of the forward requires the parameter to be bytes memory and not bytes32. Also it is not necessary to change the type of parameter to work with the hash of the public key.