Questions tagged [hedera-hashgraph]

Questions related to development on Hedera Hashgraph distributed ledger

Hedera () is an open-source, Distributed Ledger Technology that includes services for EVM-compatible smart contracts, file service, consensus service, token service, and a schedule service. Check out "What is Hedera?" for a an overview, and docs.hedera.com for developer documentation.

Hedera uses its own Hashgraph consensus to secure the network and its transactions, and it is a faster, more energy efficient, and more secure alternative to blockchain consensus mechanisms. Participation as a consensus node is currently permissioned by the Hedera Council, with an intention to transition to a permissionless network in the future.

128 questions
0
votes
2 answers

Deserialization of a protobuf object in Corda

I am trying to instantiate and sign a protobuf message within a Corda flow; the original transaction is created by a JavaScript client, encoded as base64, and submitted to Corda. The Corda node decodes, signs and forwards to the public network. The…
JSilverII
  • 1
  • 1
0
votes
2 answers

Hashgraph, what's it and how does it work?

Does anyone know what's a hashgraph and the difference from blockchain? If you could explain it to me how it works, I would be pleased! Thank you in advance!
0
votes
1 answer

Plotting a Hashgraph Simulation in Python

I've been working on a Hashgraph simulation for some time and I'm having trouble trying to figure out how to plot data in a hashgraph data structure. My hashgraph data structure is a dictionary containing keys (which would be the names of each…
Mav
  • 115
  • 9
0
votes
3 answers

Can anyone describe the differences in Tendermint and Hashgraph?

Can anyone describe the differences in Tendermint and Hashgraph? We are looking to use a BFT consensus solution with mongoDb like in BigchainDb but we are wondering the differences with Tendermint and Hashgraph? thank you
-1
votes
1 answer

How to avoid using a loop query to get the result for a transaction?

I am trying to wait for the receipt as long as my transaction is valid. At the moment, I use the TransactionReceiptQuery method in a loop, and after each 'failing' query I wait 2 seconds before retrying. Is there a better way to wait for the receipt…
-1
votes
1 answer

How do I make free read-only calls to a smart contract on Hedera blockchain network without incurring charges?

The problem is that I am trying to make free read-only calls to a smart contract on the Hedera network, but am encountering unexpected results. I have tried various methods, but am unable to successfully make the calls without incurring charges. I…
Acehilm
  • 113
  • 1
  • 7
-1
votes
1 answer

Can we update solidity smart contract which is deployed in Hedera TestNet?

As of now I need to deploy new contract for every change in solidity. We loss all the previous data which is in old contract. https://docs.hedera.com/guides/docs/sdks/smart-contracts/update-a-smart-contract for reference
-2
votes
1 answer

Process NFT metadata on hedera chain

I'm trying to get the metadata from the NFT on hedera chain. When creating NFT the CID was converted to unit8array format but when I fetch the data the output is different. I'm unable to retrieve the original CID value which was in metadata. link to…
1 2 3
8
9