Where communities thrive


  • Join over 1.5M+ people
  • Join over 100K+ communities
  • Free without limits
  • Create your own community
People
Repo info
Activity
  • Sep 29 02:51
    libotony closed #95
  • Sep 24 05:50

    qianbin on master

    upgrade leveldb Merge pull request #304 from qi… (compare)

  • Sep 24 05:50
    qianbin closed #304
  • Sep 24 02:55
    qianbin opened #304
  • Sep 23 02:37
    libotony commented #95
  • Sep 20 09:21

    qianbin on master

    ver 1.1.1 Merge pull request #17 from vec… (compare)

  • Sep 20 09:21
    qianbin closed #17
  • Sep 20 09:09
    codecov-io commented #17
  • Sep 20 09:09
    codecov-io commented #17
  • Sep 20 09:08
    coveralls commented #17
  • Sep 20 09:08
    coveralls commented #17
  • Sep 20 09:08
    coveralls commented #17
  • Sep 20 09:08
    coveralls commented #17
  • Sep 20 09:05
    libotony opened #17
  • Sep 20 09:04

    libotony on dev

    ver 1.1.1 (compare)

  • Sep 19 07:50

    qianbin on master

    use bn.toArray for compatible Merge pull request #16 from lib… (compare)

  • Sep 19 07:50
    qianbin closed #16
  • Sep 19 07:43
    codecov-io commented #16
  • Sep 19 07:43
    codecov-io commented #16
  • Sep 19 07:41
    libotony opened #16
Daniel de Witte
@Artimunor
this is just solidity i am doing nothing with a frontend
pragma solidity ^0.5.8;
Qian Bin
@qianbin
oh, just my personal viewpoint
Daniel de Witte
@Artimunor
using truffle to compile however
but truffle shouldnt do much more then just trigger solc right?
and yeah i think you are right if you say that they shouldn't do this :)
Qian Bin
@qianbin
sure
Daniel de Witte
@Artimunor
anyways thanks for your help, you solved it as always!
Qian Bin
@qianbin
no problem
Ken Woodruff
@kennethhoytwoodruff
hi, i'm trying to query User events with the Java SDK
Ken Woodruff
@kennethhoytwoodruff
should i update the com.vechain.thorclient.core.model.clients.PrototypeClientContract.java?
i see the Prototype.sol contains a class for Events but the Java class does not.
Mudassir H
@Mudassir-23
Hey guys, i am doing a POC on MPP. I have deployed a smart contract at 0xa4fb7a4230b576e6657c91f7c67e2b5fe4a469eb which has two simple methods set value and get value. I have added 0x8fd37d81f661ae7dcd200b312ba0a1842b20fa0f as sponsor and 0x7BC7d8fbB1E6470e33245B417A675Ac006Cb7e1c as user. But when ever i try setting new value as user, vtho is always deducted from user instead from sponsor. I am using inspector and sync to test this out.Please let me know how do i get it right.
shaohuaiW
@XJWX89
hi @Mudassir-23 did you set the credits?
Mudassir H
@Mudassir-23
@XJWX89 , yes i did
shaohuaiW
@XJWX89
be caution that the unit in credits plan is in WEI
Mudassir H
@Mudassir-23
@XJWX89 , are there any reference examples for this. I have set 3000 credit and 500 as recovery. Is this too low. I have 15000 vtho in sponsor account
shaohuaiW
@XJWX89
just want to make sure that 3000 credits or 3000 * 10^18 credits?
Mudassir H
@Mudassir-23
just 3000
shaohuaiW
@XJWX89
maximum amount of credit (VTHO in wei) allowed for each User of the account
so the credit you set is 3000wei insetad of 3000*10^18 Wei
https://github.com/vechain/thor/wiki/Prototype(EN) you can checkout the setCreditPlan in the ariticle
Mudassir H
@Mudassir-23
Does sync display VTHO for a transaction in wei ?
shaohuaiW
@XJWX89
No , but in when you setup the credits & recoveryRate is in Wei
libotony
@libotony
In the signing dialogue, it's displayed in VTHO which is 1e18 wei
OliverNChalk
@OliverNChalk
hey guys, has anyone faced any issues with duplicate events on the node? i.e. when going through historical events the node will have two events of the same txID at different block heights (maybe due to orphans). This creates issues if you try to do analytics on events
also, when comparing it with another public node, only mine has the duplicate events. suggesting that maybe an older version of thor had issues and these issues are sitting in my historical events DB
Daniel de Witte
@Artimunor
No idea what happened hete exactly, but the same issue arrises typically in normal software systems when you use a delivery guarantee mechanism on the sending side and no duplicate checking on the receiving side. Encountered it often over the years. Receipt acknowledgements also get lost sometimes on the interwebz.
libotony
@libotony
@OliverNChalk Which way did you use to get the events? And comparing to the best block, how far is the block height you got in the events ?
Pradyumna
@challapradyumna
The builtin contracts have a very old version of solidity, are there any plans to update them to 0.5.x version or should we do them ourselves?
libotony
@libotony
Hi @challapradyumna for the builtin contract interfaces, feel free to update to the new version
Ken Woodruff
@kennethhoytwoodruff
hi guys, I built a hierarchical deterministic wallet in javascript using hdkey and thor-devkit. It works nicely.
i am now trying to port it to java using thor-client-sdk4j.
do you have or do you recommend a java api for building HD wallets?
Qian Bin
@qianbin
@kennethhoytwoodruff seems that thor-client-sdk4j does not contain HD wallet stuff.
thor-client-sdk4j is maintained by toolcahin team. Not quite clear its plan
Ken Woodruff
@kennethhoytwoodruff
@qianbin how can i contact toolchain team?
IamArtur612
@IamArtur612
hej guys. Is the the testnet not backward compatible since the VIP-191 change?
Qian Bin
@qianbin
@IamArtur612 no
Should be updated to continue
IamArtur612
@IamArtur612
ok thx
Qian Bin
@qianbin
@kennethhoytwoodruff Sorry for late reply. Toolchain team is busy working on their main business, and has no free time to add such feature.
However, we’re planning to make another java sdk for common use case.
OliverNChalk
@OliverNChalk
Hey guys, any plans to support pruning old blocks?
Qian Bin
@qianbin
@OliverNChalk it’s really a hard work
tahpot
@tahpot
Is anyone working on identity solutions on VeChain?
Bao Pham
@BaoPham92
Is anyone able to help with a package manager installation error for Thorify?
libotony
@libotony
Post here or open an issue at https://github.com/vechain/thorify/issues/new
@BaoPham92
Bao Pham
@BaoPham92
@libotony Thank you. I just took heed of asking in Gitter before cluttering the issues board.