Releases: SmartTokenLabs/attestation
Multiple fixes and enhancements
What's Changed
- Add VerifyAttestation contract and interface to npm package by @JamesSmartCell in #261
- Removed optional included pk in ticket by @jot2re in #263
- Fix ASN parse buffer conversion. by @micwallace in #257
- Fix typo in ticket schema by @micwallace in #264
- updated logging, error handling, added method to read key from PEM st… by @oleggrib in #265
- 246 constanttime by @jot2re in #248
- fix: 🐛 attestation request fix, test fix by @oleggrib in #272
- feat: 🎸 js implment for issue 246 by @oleggrib in #274
- Candidate for 0.4 by @jot2re in #298
Full Changelog: 0.3.18...0.4.0
Logging configuration changes
Logging configuration changes for Devcon along with other minor merges; in particular in relations to automatisation.
What's Changed
- Javascript NPM packaging by @micwallace in #239
- Attestation NPM 0.3.3 by @micwallace in #251
- added ticket validator by @micwallace in #252
- Test Ticket Validity time window by @JamesSmartCell in #243
- Updated public key read methods and add Key Reader method to Authenticator by @micwallace in #255
- Add gradle wrapper by @ligi in #256
New Contributors
- @micwallace made their first contribution in #239
Full Changelog: 0.3.17...0.3.18
Bug fixes and compatibility issues
Handles multiple bugs and issues.
Should work with attestation.id. Both the main and liscon branch, as verified through manual testing.
What's Changed
- Issue with v value for non EIP155 signatures by @jot2re in #238
- added variable message for requestAttest, optional date as integer by @oleggrib in #237
Full Changelog: 0.3.15...0.3.17
TS compatibility fix
Bug fix for TS which fixes an issue with release 0.3.14
Backward compatibility and bug fixes
This release contain multiple bug fixes and general fixes along with added wrappers to ensure backward compatibility.
Specific changes included
- Sonarqube review by @jot2re in #227
- Added optional timestamps in milliseconds by @jot2re in #212
- Added eip712 signature version to signed NFT attestation by @jot2re in #210
- Change ticket ID to support string as well as integer by @jot2re in #225
Full Changelog: 0.3.13...0.3.14
Liscon backwards compatibility
Compatibility release to be backwards compatible with the Liscon ticket version.
Yet another dependency update
0.3.11 Another dependency vulnability
Second log4j fix
Since the first two log4j updates did not totally fix the log4shell vulnerability, then here is the third one.
Updates log4j to 2.17.0
Log4j dependency hot fix
Log4j and dependency hot fix for 0.3.7.
Due to issues with 0.3.8 this version is called 0.3.9 to ensure that the most recent version number is the one to use.
Introducing cosigning
Introduces cosigning and adds default logging configuration.