qianbin on master
let to const in readme `const`… Merge pull request #30 from bka… (compare)
qianbin on v1.4.0
qianbin on master
docker: use latest go version &… Merge pull request #431 from li… (compare)
libotony on master
Update VERSION (compare)
libotony on master
thor: implement variable-length… api: implement subscriptions/be… api/doc: document subscriptions… and 1 more (compare)
KeyStore
(which is stored in imToken) to Sync or mobile wallet and remember only KeyStore
works
is calculate the intrinsicGas enough?
nope, you need add vm gas also
Hi again! We have couple of failed transactions in mainnet:
https://insight.vecha.in/#/main/txs/0x19edb3fedd6e3f5f91c3e9e8e858c51ef0640663af649cdaa1dc1bae737069fb
https://insight.vecha.in/#/main/txs/0xafa6134cd6684899f12b678747c72292c6edd238a47efe5e2120e00b948e86bb
Is there any way to find out the reason of fail?
Thanks in advance!
0xabce2eb3c43b85aeb000/811328063099000000000000 wei
but the address only hold 0xabce2eb3c43b859df000/811328063098999998902272 wei
Hi. Just wanted to ask a question. Before that, I would like to apologize if this is not the correct medium for this.
I am looking at the tech and want to start on a project. I've done some reading on Thor and the apis, but before I dive too deep, I wanted to consult already knowledgeable people if this is possible:
I am thinking of making a messaging app that uses the Vechain Blockhain. So, a mobile app that connects to the Vechain Blockhain like the Vechain Wallet app.
You will write a message. The frontend, i.e. the mobile app, will encrypt this using the public key of the recipient address you are sending to. This encrypted string will be written on the blockhain as a VTHO transaction to the recipient address (in the data segment). The recipient will open their app. Download the transaction information, including the data segment. Decode it using their private key. Read the message on their mobile device (obviously in plain text format, like a normal text message).
Of course, there is a few more additional steps that I'm skipping over in terms of user signing in (perhaps their mnemonic phrase) and they would be consuming 21 VTHO minimum for each text message they send.
Also, obviously for push notifications, I would have to be either using another 3rd party app / backend server to notify the users when a transaction(message) arrives to their address.
Before I get started or raise my hopes for this idea, I wanted to check if people see any major issues when it comes to implementing this. Any help is appreciated and thank you for your help.