Releases: coti-io/confidentiality-contracts
Releases · coti-io/confidentiality-contracts
1.0.3
What's Changed
- Smiller coti/mpc core improvements by @smiller-coti in #18
Full Changelog: v1.0.0...1.0.3
0.7.8
What's Changed
- Smiller coti/mpc core improvements by @smiller-coti in #18
Full Changelog: 0.7.6...0.7.8
v1.0.0
Supports Testnet (>1.X.X)
What's Changed
- AccountOnBoard/AccountOnBoard.sol: contract emits an event containing two shares of an AES key (encrypted using the provided RSA public key)
- examples/precompiles: solidity files of the precompiles examples fixes , changing getResult method to be specific on the type of result, hence changing method names
- lib/MPCCore.sol: functions:
- getUserKey return value changed to return two shares of the AES key.
- Introducing CheckedAdd, CheckedSub, CheckedMul methods to detect if overflow occurred.
- TransferWithAllowance - metadata type modified.
- DeleteUserKey method removes the AES key entirely making any data that was encrypted with that key inaccessible.
Known Limitations
- test-hardtest/precompile.test.ts:
- shr, shl and random precompile test are not supported yet.
- test-hardtest/util/onboard.ts: hre.ethers.provider - when creating a wallet using hre.ethers.provider getting error when calling sendTransaction method; as a workaround using initEtherProvider to init connection.
Full Changelog: 0.7.6...1.0.0
0.7.6
What's Changed
- Add license, CoC, and contributing guidelines by @danielgruesso in #16
- bump sdk version by @smiller-coti in #17
Full Changelog: v0.7.5...0.7.6
0.6.5
Compatible and Tested with coti-sdk-typescript version 0.5.0
What's Changed
- Return deleted hardhat and forge support by @vladi-coti in #1
- Readme standarization by @danielgruesso in #3
- Add python sdk examples link by @danielgruesso in #4
- Detailed instructions on script usage by @danielgruesso in #5
- added additional test cases for ConfidentialERC721URIStorage by @smiller-coti in #6
- Update clone url to use https by @danielgruesso in #7
- Smiller coti/confidential erc721 balance by @smiller-coti in #9
New Contributors
- @vladi-coti made their first contribution in #1
- @danielgruesso made their first contribution in #3
- @smiller-coti made their first contribution in #6
Full Changelog: https://github.com/coti-io/confidentiality-contracts/commits/0.6.5