Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

feat: tradetrust-core base features release #13

Merged
merged 50 commits into from
Jun 23, 2024
Merged

feat: tradetrust-core base features release #13

merged 50 commits into from
Jun 23, 2024

Conversation

MinHtet-O
Copy link
Contributor

Summary

tradetrust-core first release with base features

Features

  • Wrapping and Signing of Verifiable Document
  • Deploying Document Store
  • Wrapping, Issuing and Revoking of the Verifiable Document
  • Deploying Token Registry ( Standard/ Standalone )
  • Wrapping and Minting of Transferrable Record
  • Verifying

Issues

What are the related issues or stories?
https://tradetrust.atlassian.net/browse/TT-144

MinHtet-O and others added 20 commits February 21, 2024 18:45
feat: tradetrust verify function for verifiable and transferrable documents
* fix: migrate tt utils modules to core

* feat: enable direct export for each tradetrust modules

* fix: migrate generateProvider method from tt-verify/utils to tradetrust-core/utils/provider

* fix: remove maticmum from list of supported networks

* test: remove unused assertions from analytic unit tests

* test: replace ganache with hardhat node for test blockchain
* fix: export functions & types from tradetrust-tt/tradetrust

* docs: add methods from tradetrust/tradetrust to README for docs

* fix: add docs for wrapping and signing of verifiable documents

* fix: remove wrappedV2 and wrappedV3 document methods
* fix: export methods from token-registry

* fix: add docs for standalone and nonstandalone token registry deployment

* fix: add docs for title transfer of transferrable records

* fix: update docs for wrapping and minting of transferable records

* fix: add docs for title transfer
fix: add role and access management section for token registry
gaPageView(
{
action: 'TEST_ACTION',
} as any,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <@typescript-eslint/no-explicit-any> reported by reviewdog 🐶
Unexpected any. Specify a different type.

})

it('does not fail if gtag is not present', () => {
gaEvent(mockGaEvent as any)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <@typescript-eslint/no-explicit-any> reported by reviewdog 🐶
Unexpected any. Specify a different type.

const data = await res.json()
return {
maxPriorityFeePerGas: safeParseUnits(
(data as any).standard.maxPriorityFee.toString(),

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <@typescript-eslint/no-explicit-any> reported by reviewdog 🐶
Unexpected any. Specify a different type.

9
),
maxFeePerGas: safeParseUnits(
(data as any).standard.maxFee.toString(),

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <@typescript-eslint/no-explicit-any> reported by reviewdog 🐶
Unexpected any. Specify a different type.

@MinHtet-O MinHtet-O requested a review from rongquan1 June 21, 2024 03:24
@MinHtet-O MinHtet-O merged commit a59f1fc into main Jun 23, 2024
5 checks passed
Copy link

🎉 This PR is included in version 1.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@MinHtet-O MinHtet-O deleted the v2.0.0 branch June 28, 2024 01:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants