## Overview - Grant FY23-1075 - Report 3
This report provides a summary of the progress made in completing the tasks related to **"Deliverable 2: Implement learnings"**. It includes information on tasks completed, tasks in progress, completion time, overall timeline updates, blockers/issues encountered, and relevant links to materials.
---
## Deliverable Details
- **Project:** Truster Issuer Registry on Ethereum
- **Deliverable:** "Implement learnings"
- **Reporting Period:** 15.09.2023 - 16.10.2023
- **Report Date:** 16.10.2023
---
## Tasks Summary
### Tasks Completed
After starting to implement the smart contract in the last reportig period, we have successfully finished the following tasks:
- [X] Implement all method signatures
- [X] Full test converage
- [X] Automatic deployment to a testnet via CI/CD
Furthermore, we have initiated the planning process for expanding the contract by incorporating an additional metadata field for hints. This may necessitate modifications to existing methods and updates to the specification draft.
### Tasks In Progress
- [ ] Extend spec and implementation with additional metadata a hint value can have (e.g. expiration date)
### Tasks Planned
- [ ] Type generation (for TypeScript) (Planned Start: 01.10.23)
- [ ] Write TypeScript library for interacting with the smart contract (Planned Start: 01.11.23)
---
## Timeline Updates
Progress is on track and aligned with the original timeline.
---
## Blockers/Issues
None.
---
## Links to Materials
- [1] [Trusted Hint Registry](https://github.com/spherity/trusted-hint-registry)
- [2] [EIP-7506 spec draft PR](https://github.com/ethereum/EIPs/pull/7547/commits)