-
Notifications
You must be signed in to change notification settings - Fork 1
feat: tradetrust-core base features release #13
Conversation
fix: test release
add test to verify on token registry with dns-txt for v3 documents change type hints for fixtures for v3 documents
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, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unexpected any. Specify a different type.
}) | ||
|
||
it('does not fail if gtag is not present', () => { | ||
gaEvent(mockGaEvent as any) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unexpected any. Specify a different type.
const data = await res.json() | ||
return { | ||
maxPriorityFeePerGas: safeParseUnits( | ||
(data as any).standard.maxPriorityFee.toString(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unexpected any. Specify a different type.
9 | ||
), | ||
maxFeePerGas: safeParseUnits( | ||
(data as any).standard.maxFee.toString(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unexpected any. Specify a different type.
🎉 This PR is included in version 1.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Summary
tradetrust-core first release with base features
Features
Issues
What are the related issues or stories?
https://tradetrust.atlassian.net/browse/TT-144