-
Notifications
You must be signed in to change notification settings - Fork 349
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
[Alpaca] Add block hash and timestamp #8723
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Skipped Deployments
|
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 am not confident with the Tezos update. It will create hundreds of requests.
Also, we can remove extra blockNumber
field and create a mandatory block
field.
[Bot] Testing with 'Oxygen' ❌ 1 txs 💰 2 miss funds ($6.45) ⏲ 74s
❌ 1 mutation errors
|
Spec (accounts) | State | Remaining Runs (est) | funds? |
---|---|---|---|
Stellar (2) | 4 ops , 17.9999 XLM ($6.45) | 💪 999+ | GBPCBJGLI5PI5EQTERHNAXN5JQNHPERZAWGUBUG6RPWIS7FEYJNTKEMO |
Tezos (1) | 0 ops , 0 XTZ ($0.00) | ❌ | tz1UodLb3BKQ4ATx2dytFv77hPe76SNVeTUd |
XRP (1) | 0 ops , 0 XRP ($0.00) | ❌ | rBERjFwyKj4uHd1coeHX84cLGkzUs5s7Zb |
undefined: 18.9999 XLM (4ops) (GBPCBJGLI5PI5EQTERHNAXN5JQNHPERZAWGUBUG6RPWIS7FEYJNTKEMO on 44'/148'/0') sep5#0 js:2:stellar:GBPCBJGLI5PI5EQTERHNAXN5JQNHPERZAWGUBUG6RPWIS7FEYJNTKEMO:sep5
undefined: 0 XLM (0ops) (GDTLR6ZNKY2HKZEMSSYRHOPXPQKWYY45WJQCR7FEWKVKYEPVBTVW42HZ on 44'/148'/1') sep5#1 js:2:stellar:GDTLR6ZNKY2HKZEMSSYRHOPXPQKWYY45WJQCR7FEWKVKYEPVBTVW42HZ:sep5
undefined: 0 XTZ (0ops) (tz1UodLb3BKQ4ATx2dytFv77hPe76SNVeTUd on 44'/1729'/0'/0') tezbox#0 js:2:tezos:02b776444e7af7dd410d58810c3543ff862f50b9cb0115a72f289a3ae3c91fb24e:tezbox
undefined: 0 XRP (0ops) (rBERjFwyKj4uHd1coeHX84cLGkzUs5s7Zb on 44'/144'/0'/0/0) #0 js:2:ripple:rBERjFwyKj4uHd1coeHX84cLGkzUs5s7Zb:
Performance ⏲ 74s
Time spent for each spec: (total across mutations)
Spec (accounts) | preload | scan | re-sync | tx status | sign op | broadcast | test | destination test |
---|---|---|---|---|---|---|---|---|
TOTAL | 267ms | 10.1s | 0.79ms | 780ms | N/A | N/A | N/A | N/A |
Stellar (1) | 0.70ms | 3.8s | 0.79ms | 780ms | N/A | N/A | N/A | N/A |
Tezos (0) | 264ms | 4.9s | N/A | N/A | N/A | N/A | N/A | N/A |
XRP (0) | 2.62ms | 1369ms | N/A | N/A | N/A | N/A | N/A | N/A |
What is the bot and how does it work? Everything is documented here!
3dd3cc0
to
7d18f34
Compare
[Bot] Testing with 'Nitrogen' ❌ 1 txs ($7.30) ⏲ 69.9s
❌ 1 mutation errors
|
Spec (accounts) | State | Remaining Runs (est) | funds? |
---|---|---|---|
Tezos (3) | 156 ops , 5.28869 XTZ ($7.30) | 👍 182 | tz1aDK1uFAmnUXZ7KJPEmcCEFeYHiVZ56zVF |
undefined: 5.28869 XTZ (152ops) (tz1aDK1uFAmnUXZ7KJPEmcCEFeYHiVZ56zVF on 44'/1729'/0'/0') tezbox#0 js:2:tezos:0240051fc51799e60dcc8870415b87fc4fd948e71b23fdc0d9b8ac7438cf7d4708:tezbox
undefined: 0 XTZ (4ops) (tz1he4fPXP3c9fFrztYT3k7KyYuLb28arFNn on 44'/1729'/1'/0') tezbox#1 js:2:tezos:02fe3d777af5380ef0a431c4985772c9669743050cee5feff717c3c3272d7a2810:tezbox
undefined: 0 XTZ (0ops) (tz1SApkt3kmMaqNE1qtgADc6m3B49HZkFVDA on 44'/1729'/2'/0') tezbox#2 js:2:tezos:029d7bcf10737806147b22ba4578747ce4ac53e26b443c9eb1ac0e4d5bfbb8f67e:tezbox
Performance ⏲ 69.9s
Time spent for each spec: (total across mutations)
Spec (accounts) | preload | scan | re-sync | tx status | sign op | broadcast | test | destination test |
---|---|---|---|---|---|---|---|---|
TOTAL | 190ms | 3.7s | 0.55ms | 636ms | N/A | N/A | N/A | N/A |
Tezos (2) | 190ms | 3.7s | 0.55ms | 636ms | N/A | N/A | N/A | N/A |
What is the bot and how does it work? Everything is documented here!
[Bot] Testing with 'Nitrogen' ($0.00) ⏲ 6ms
Details of the 0 mutationsPortfolio ($0.00) – Details of the 0 currencies
Performance ⏲ 6msTime spent for each spec: (total across mutations)
|
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.
👍
Because I made the changes
✅ Checklist
npx changeset
was attached.block
on theOperation
object returned by the coin framework forstellar
,tezos
andxrp
📝 Description
Update
listOperations
for the coins modulestellar
,tezos
andxrp
. This change is needed because we need extra information about the block for each operation (the time and the hash of the block)❓ Context
🧐 Checklist for the PR Reviewers