Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 1113 ThorId implemented #1203

Merged
merged 18 commits into from
Aug 27, 2024

Conversation

lucanicoladebiasi
Copy link
Contributor

@lucanicoladebiasi lucanicoladebiasi commented Aug 27, 2024

Description

The class at packages/core/src/vcdm/ThorId.ts implements the Thor Id functionalities (unsigned int hex expressions of 64 digits) as part of the VeChain Data Model.

The class at packages/core/src/vcdm/Mnemonic.ts has the code documentation reviews and coherent with the same conventions adopted since the introduction of the VeChain Data Model.

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • yarn test:solo
  • yarn test:unit

Test Configuration:

  • Node.js Version: v20.14.0
  • Yarn Version: 1.22.22

Checklist:

  • My code follows the coding standards of this project
  • I have performed a self-review of my code
  • I have commented on my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • New and existing integration tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • I have not added any vulnerable dependencies to my code

Copy link

github-actions bot commented Aug 27, 2024

Test Coverage

Summary

Lines Statements Branches Functions
Coverage: 99%
99.42% (3639/3660) 97.68% (971/994) 99.86% (734/735)
Title Tests Skipped Failures Errors Time
core 548 0 💤 0 ❌ 0 🔥 1m 15s ⏱️
network 686 0 💤 0 ❌ 0 🔥 4m 1s ⏱️
errors 43 0 💤 0 ❌ 0 🔥 17.481s ⏱️

@lucanicoladebiasi lucanicoladebiasi marked this pull request as ready for review August 27, 2024 13:35
@lucanicoladebiasi lucanicoladebiasi requested a review from a team as a code owner August 27, 2024 13:35
@lucanicoladebiasi lucanicoladebiasi marked this pull request as draft August 27, 2024 13:50
@lucanicoladebiasi lucanicoladebiasi marked this pull request as ready for review August 27, 2024 13:56
@fabiorigam fabiorigam merged commit 5eebc2b into main Aug 27, 2024
12 checks passed
@fabiorigam fabiorigam deleted the 1113-package-unit-and-quantity-expressions branch August 27, 2024 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

package unit and quantity expressions
2 participants