feat: loan sdk#933
Draft
themariofrancia wants to merge 22 commits intodevelopmentfrom
Draft
Conversation
… ats web build Signed-off-by: Luigi Navarro <luigi@io.builders> Signed-off-by: jaime-iobermudez <jaime.bermudez@io.builders> Co-authored-by: jaime-iobermudez <jaime.bermudez@io.builders>
Signed-off-by: Axel-IoBuilders <108282711+Axel-IoBuilders@users.noreply.github.com> Signed-off-by: jaime-iobermudez <jaime.bermudez@io.builders> Signed-off-by: Ruben Martinez <ruben.martinez@io.builders> Signed-off-by: mamoralesiob <miguelangel@io.builders> Co-authored-by: jaime-iobermudez <jaime.bermudez@io.builders> Co-authored-by: Ruben Martinez <ruben.martinez@io.builders> Co-authored-by: mamoralesiob <miguelangel@io.builders>
Signed-off-by: Mario Francia <mariofranciarius@gmail.com>
Signed-off-by: Mario Francia <mariofranciarius@gmail.com>
Signed-off-by: Mario Francia <mariofranciarius@gmail.com>
Signed-off-by: mamoralesiob <miguelangel@io.builders>
Signed-off-by: Axel-IoBuilders <108282711+Axel-IoBuilders@users.noreply.github.com> Signed-off-by: Ruben Martinez <ruben.martinez@io.builders> Co-authored-by: Ruben Martinez <ruben.martinez@io.builders>
Signed-off-by: jaime-iobermudez <jaime.bermudez@io.builders>
Signed-off-by: Mario Francia <mariofranciarius@gmail.com>
Signed-off-by: Alberto Molina <alberto@io.builders>
Signed-off-by: jaime-iobermudez <jaime.bermudez@io.builders>
…907) Signed-off-by: Alberto Molina <alberto@io.builders>
Signed-off-by: Axel-IoBuilders <108282711+Axel-IoBuilders@users.noreply.github.com> Signed-off-by: Ruben Martinez <ruben.martinez@io.builders> Co-authored-by: Ruben Martinez <ruben.martinez@io.builders>
…909) Signed-off-by: Alberto Molina <alberto@io.builders>
Signed-off-by: Axel-IoBuilders <108282711+Axel-IoBuilders@users.noreply.github.com>
Signed-off-by: Mario Francia <mariofranciarius@gmail.com> Signed-off-by: Axel-IoBuilders <108282711+Axel-IoBuilders@users.noreply.github.com> Co-authored-by: Axel-IoBuilders <108282711+Axel-IoBuilders@users.noreply.github.com>
Signed-off-by: jaime-iobermudez <jaime.bermudez@io.builders>
Signed-off-by: Mario Francia <mariofranciarius@gmail.com>
Signed-off-by: Mario Francia <mariofranciarius@gmail.com>
Signed-off-by: Mario Francia <mariofranciarius@gmail.com>
…eat/loan-sdk Signed-off-by: Mario Francia <mariofranciarius@gmail.com>
Signed-off-by: Mario Francia <mariofranciarius@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces foundational support for loan features in the Asset Tokenization SDK, including new fixtures and comprehensive tests for loan creation, retrieval, and updating. The changes add both the data generation utilities for loan-related entities and an end-to-end test suite to verify the correct behavior of the loan API.
The most important changes are:
Loan Feature Implementation:
Testing Infrastructure:
LoanFixture.tscontaining fixtures for loan commands, requests, queries, and details, enabling consistent and realistic test data generation for all loan-related entities.Loan.test.ts, a comprehensive integration test that covers the full lifecycle of a loan: creation, retrieval, updating of loan details, and validation of all loan data fields. This ensures the correctness and robustness of the new loan functionality.