-
Notifications
You must be signed in to change notification settings - Fork 117
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
Subscribe to all events in the test dApp #2713
Conversation
✅ Deploy Preview for taquito-test-dapp ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
New packages have been deployed to the preview repository at https://npm.preview.tezostaquito.io/. Published packages:
|
A new deploy preview is available on Netlify at https://86d4dd4--tezostaquito.netlify.app |
00f6cab
to
248842b
Compare
@@ -29,6 +29,13 @@ export default ({ command }) => { | |||
}/index.js` | |||
// `../../node_modules/@airgap/beacon-dapp/dist/walletbeacon.dapp.min.js` | |||
), | |||
"@airgap/beacon-sdk": path.resolve( | |||
path.resolve(), | |||
// "./src/walletbeacon.dapp.min.js" |
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.
are these comments needed? If not then it's probably better to clean up these artifacts
@@ -1,6 +1,5 @@ | |||
<script lang="ts"> | |||
import Sidebar from "./lib/Sidebar.svelte"; | |||
import TaquitoLogo from "./lib/TaquitoLogo.svelte"; |
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.
possible to still have a static log somewhere in the background?
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.
I think it's OK to remove it for now. I've started a doc to improve the test dApp in notion
{#if $store.networkType === NetworkType.CUSTOM} | ||
{shortenHash(opHash)} | ||
{:else} | ||
<a href={`${getTzKtUrl($store.networkType)}/${opHash}`} target="_blank" rel="noopener noreferrer"> |
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.
Curious of the reason to change from better-call.dev to tzkt
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.
AFAIK TzKt is the newer, more feature rick, more actively developed successor to BCD.
Related to: #2707
Thank you for your contribution to Taquito.
Before submitting this PR, please make sure:
In this PR, please also make sure:
closes #TICKETNUMBER
in the description box (when applicable)Release Note Draft Snippet
In the test dApp, all beacon events are now subscribed to and shown in the UI