-
Notifications
You must be signed in to change notification settings - Fork 407
feat: track hyperbridge evm activity #433
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
base: master
Are you sure you want to change the base?
Conversation
|
Hi. Quick question! (Wasn't answered in discord). Our protocol enables cross-chain messages for things like cross-chain swaps (Intent Gateway), token teleports, and other dApp interactions. To fit in the deposit/withdrawal terminology this pr tracks individual dapps, and stores volume data. Is it possible to track token transfer volumes from cross-chain message events even if they don't follow the traditional bridge deposit/withdrawal model? Or does the bridges dashboard strictly require that semantic? |
hi, yes u can track these messages. pr looks good, please resolve conflicts |
So it is possible to track those events without the |
fd76e2d to
f7953fe
Compare
|
@vrtnd I have fixed the conflicts |
|
@royvardhan since |
I have now removed the individual product tracking and added ISMP tracking instead, but without the |
|
Hi @vrtnd, can you please give this another review? |
| "event PostResponseEvent(string source, string dest, address indexed from, bytes to, uint256 nonce, uint256 timeoutTimestamp, bytes body, bytes response, uint256 responseTimeoutTimestamp, uint256 fee)", | ||
| ], | ||
| logKeys: { | ||
| blockNumber: "blockNumber", |
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.
missing from and to in all events
please check by running tests npm run test hyperbridge 1000

Track Hyperbridge evm volume by dapps.