-
Notifications
You must be signed in to change notification settings - Fork 37
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(jellyfish-api-core): enable transferdomain gov attributes #2138
Conversation
✅ Deploy Preview for jellyfishsdk ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov Report
@@ Coverage Diff @@
## main #2138 +/- ##
==========================================
+ Coverage 92.10% 92.77% +0.66%
==========================================
Files 372 372
Lines 11201 11201
Branches 1458 1458
==========================================
+ Hits 10317 10392 +75
+ Misses 848 773 -75
Partials 36 36
... and 41 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Docker build preview for jellyfish/apps is ready! Built with commit c0a9914
You can also get an immutable image with the commit hash
|
...ages/jellyfish-transaction-builder/__tests__/txn/txn_builder_account_transfer_domain.test.ts
Outdated
Show resolved
Hide resolved
packages/jellyfish-api-core/__tests__/category/account/transferDomain.test.ts
Show resolved
Hide resolved
...ages/jellyfish-transaction-builder/__tests__/txn/txn_builder_account_transfer_domain.test.ts
Outdated
Show resolved
Hide resolved
…er_account_transfer_domain.test.ts Signed-off-by: Harsh R <53080940+fullstackninja864@users.noreply.github.com>
packages/jellyfish-api-core/__tests__/category/account/getTokenBalances.test.ts
Show resolved
Hide resolved
packages/jellyfish-api-core/__tests__/category/account/transferDomain.test.ts
Outdated
Show resolved
Hide resolved
packages/jellyfish-api-core/__tests__/category/account/transferDomain.test.ts
Show resolved
Hide resolved
one more req.. since we have this configuration
can you add a failed case for p2sh address in transfer domain?? 🙏 |
a98ef13
packages/jellyfish-api-core/__tests__/category/account/transferDomain.test.ts
Outdated
Show resolved
Hide resolved
packages/jellyfish-api-core/__tests__/category/account/transferDomain.test.ts
Outdated
Show resolved
Hide resolved
packages/jellyfish-api-core/__tests__/category/account/transferDomain.test.ts
Outdated
Show resolved
Hide resolved
mising check p2sh addr in transferdomain via txn-builder |
…rDomain.test.ts Co-authored-by: canonbrother <w.canonbrother@gmail.com> Signed-off-by: Harsh R <53080940+fullstackninja864@users.noreply.github.com>
…rDomain.test.ts Co-authored-by: canonbrother <w.canonbrother@gmail.com> Signed-off-by: Harsh R <53080940+fullstackninja864@users.noreply.github.com>
here we have used p2sh address |
…K/jellyfish into harsh/set-gov-transferdomain
What this PR does / why we need it:
This PR sets gov attributes to enable EVM support for playground and added dToken transfer test caes for transfer domain
Which issue(s) does this PR fixes?:
Fixes #
Additional comments?: