-
Notifications
You must be signed in to change notification settings - Fork 350
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] Vechain integration #4947
Conversation
…rebased feat: vet and vethor integration
- added options to cli-transaction file and changed the property name to vechainCurrency - buildOptimisticOperation now uses only data already calculated - removed mode property from vechain transaction, added estimatedFees to provide the data to the previous point - added basic vechain app unit test
The query was failing resulting in an incorrect gas calculation
Deployment failed with the following error:
|
Desktop Build Checks
|
Desktop Build Checks
|
Desktop Build Checks
|
Desktop Build Checks
|
Desktop Build Checks
|
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.
🚀
[Bot] Testing with 'Nitrogen' ❌ 1 txs 💰 1 miss funds ($0.38) ⏲ 17.2s
❌ 1 mutation errors
|
Spec (accounts) | State | Remaining Runs (est) | funds? |
---|---|---|---|
VeChain VTHO (3) | 7 ops , 5 VET ($0.19) | 0xc4B17901FECf86932c3bb296BB00E7c6816Fd416 |
|
VeChain VET (3) | 7 ops , 5 VET ($0.19) | 0xc4B17901FECf86932c3bb296BB00E7c6816Fd416 |
Vechain 1 cross: 0 VET (4ops) (0xc4B17901FECf86932c3bb296BB00E7c6816Fd416 on 44'/818'/0'/0/0) vechain#0 js:2:vechain:0xc4B17901FECf86932c3bb296BB00E7c6816Fd416:vechain
Vechain 2: 5 VET (3ops) (0x7850ddc6a26AF0C078b9f1569Ca16746B2ACd3bD on 44'/818'/0'/0/1) vechain#1 js:2:vechain:0x7850ddc6a26AF0C078b9f1569Ca16746B2ACd3bD:vechain
Vechain 3: 0 VET (0ops) (0x6fc5998724338CDe55Bba798273FAdcDE79c5074 on 44'/818'/0'/0/2) vechain#2 js:2:vechain:0x6fc5998724338CDe55Bba798273FAdcDE79c5074:vechain
Vechain 1 cross: 0 VET (4ops) (0xc4B17901FECf86932c3bb296BB00E7c6816Fd416 on 44'/818'/0'/0/0) vechain#0 js:2:vechain:0xc4B17901FECf86932c3bb296BB00E7c6816Fd416:vechain
Vechain 2: 5 VET (3ops) (0x7850ddc6a26AF0C078b9f1569Ca16746B2ACd3bD on 44'/818'/0'/0/1) vechain#1 js:2:vechain:0x7850ddc6a26AF0C078b9f1569Ca16746B2ACd3bD:vechain
Vechain 3: 0 VET (0ops) (0x6fc5998724338CDe55Bba798273FAdcDE79c5074 on 44'/818'/0'/0/2) vechain#2 js:2:vechain:0x6fc5998724338CDe55Bba798273FAdcDE79c5074:vechain
Performance ⏲ 17.2s
Time spent for each spec: (total across mutations)
Spec (accounts) | preload | scan | re-sync | tx status | sign op | broadcast | test | destination test |
---|---|---|---|---|---|---|---|---|
TOTAL | 2.28ms | 15.2s | 11ms | 1830ms | N/A | N/A | N/A | N/A |
VeChain VTHO (2) | 0.33ms | 7.7s | 1.84ms | 1830ms | N/A | N/A | N/A | N/A |
VeChain VET (2) | 1.96ms | 7.5s | 9ms | N/A | N/A | N/A | N/A | N/A |
What is the bot and how does it work? Everything is documented here!
📝 Description
VeChain integration
❓ Context
LLC,LLD,LLM
https://ledgerhq.atlassian.net/browse/LIVE-6240
✅ Checklist
📸 Demo
🚀 Expectations to reach
Please make sure you follow these Important Steps.
Pull Requests must pass the CI and be internally validated in order to be merged.