corda Questions
38
Solved
When trying to run the Example CorDapp (GitHub CorDapp) via IntelliJ, I receive the following error:
Cannot inline bytecode built with JVM target 1.8 into bytecode that is
being built with JVM tar...
Hemicrania asked 26/2, 2018 at 12:41
6
I understand bitcoin uses blockchain technology to maintain a decentralised ledger of all transactions. I have also read many posts eluding to future applications of blockchain technology, no...
Hagan asked 25/7, 2016 at 1:54
4
Solved
When I run Corda flow tests from IntelliJ, the tests fail with the following errors:
QUASAR WARNING: Quasar Java Agent isn't running. If you're using
another instrumentation method you can igno...
Genic asked 21/11, 2017 at 10:55
1
I have investigated and played with corda-settler project. Following the recommendations within the documentation, I have created a custom ethereum module (with an outline similar to the ripple mod...
Chevy asked 9/7, 2019 at 22:30
2
Solved
What is the difference between using the confidential identities workflows in Corda, to calling anonymise() on a well known party?
Maraschino asked 20/5, 2020 at 16:58
4
Can anyone explain PBFT Algorithm in detail without giving any link for the same? And how it works in hyperledger. So, once the transaction is sent to the blockchain:
Who validates the transactio...
Shun asked 18/1, 2017 at 3:10
3
Solved
To get state I can use Vault, but what about transactions? How I can get them, for example, by txHash? Is it possible to do this by CordaRPCOps, there is internalVerifiedTransactionsSnapshot method...
Migration asked 29/5, 2018 at 23:17
9
As the developers are constantly using different network protocols of blockchain such as Hyperledger, multichain, Ethereum, Corda, and others. Community will appreciate if the developers &...
Yolandayolande asked 17/1, 2017 at 7:11
1
Solved
I have just started learning Corda. I am not clear with difference between ledger, vault and storage service. My queries are with regards to following documents I went through:
Corda technical...
1
Solved
I'm trying to build a generic repository around Corda's vault. It should look something like this:
class VaultRepository<out T : ContractState>(private val services: CordaRPCOps) {
fun get...
1
Java 8 is going out of public support in September and can no longer be secured we need to know when the Corda platform will remove their dependency on Java 8 therefore, we need a Java 9 compatible...
Corvus asked 12/12, 2017 at 9:33
1
I want to create a custom CA and have created rootCertficate as mention on this link using following commands
set RANDFILE=rand
set OPENSSL_CONF=c:\Binaries\openssl-X64\openssl.cnf
openssl req -ne...
Demicanton asked 23/11, 2017 at 8:0
1
This question frequently comes up in conversations: When a Corda transaction is sent to a non-validating notary service for finalisation, what can the notary service see and deduce about the world?...
Mide asked 20/11, 2017 at 8:7
1
Solved
Trying to open a Corda demo in IntelliJ IDEA and getting this error when it tries to import gradle settings
Error:Could not find org.jetbrains.kotlin:kotlin-gradle-plugins:1.1.4.
Searched in th...
Unreadable asked 16/11, 2017 at 12:48
2
Solved
There were some changes in the API for 1.0 that had removed isRelevant(). What are the best workarounds for this?
Given a use case: If there are 100 parties that want to see this queryable state a...
Cowitch asked 18/10, 2017 at 12:56
1
When chaining transactions through multiple parties, I see that the final recipient party has the entire transaction history visible to them
This is even if I use a non-validating Notary and suspe...
Frogfish asked 13/7, 2017 at 20:34
1
Solved
From release-M13 of Corda, in the CordApp-Tutorial example, there are some constraints checks made within the flow itself (ExampleFlow.Acceptor). My question is, what constraints may I check on the...
Bethesda asked 12/7, 2017 at 19:24
1
© 2022 - 2024 — McMap. All rights reserved.