|
Vault Query - Applying Vault.StateStatus 2 messages
Hi, I am trying to figure out the safest way to apply Vault.StateStatus because the vault query behavior is confusing. In https://docs.corda.net/docs/corda-os/4.4/api-vault-query.html this example doe
Hi, I am trying to figure out the safest way to apply Vault.StateStatus because the vault query behavior is confusing. In https://docs.corda.net/docs/corda-os/4.4/api-vault-query.html this example doe
|
By
Sean
·
|
|
QueryCriteria equality function not properly working
Hi, I've looked into testing equality of two QueryCriteria instances. This isn't working for queries that contain column predicates or compositions like: QueryCriteria.VaultCustomQueryCriteria(DummyLi
Hi, I've looked into testing equality of two QueryCriteria instances. This isn't working for queries that contain column predicates or compositions like: QueryCriteria.VaultCustomQueryCriteria(DummyLi
|
By
Mario Schlipf
·
|
|
Token InMemory selection - configuration 9 messages
Hi, Per https://github.com/corda/token-sdk/blob/1.1-hotfix/docs/InMemoryTokenSelection.md , the VaultWatcherService initialization needs to be configured as follows: stateSelection { inMemory { indexi
Hi, Per https://github.com/corda/token-sdk/blob/1.1-hotfix/docs/InMemoryTokenSelection.md , the VaultWatcherService initialization needs to be configured as follows: stateSelection { inMemory { indexi
|
By
Sean
·
|
|
Accounts Roadmap 3 messages
We are considering some design within our CorDapps which would see us committing fully to the Accounts concept and moving all of our flows over to using them. Is anyone aware of anything in the Corda
We are considering some design within our CorDapps which would see us committing fully to the Accounts concept and moving all of our flows over to using them. Is anyone aware of anything in the Corda
|
By
Barry Kreiser
·
|
|
Scripting corda-tools-shell-cli
Hi, Enterprise node admins are used to running scripts to manage a Corda network. For example, it would be nice to script a node gracefulShutdown instead of using the interactive shell. Looking at the
Hi, Enterprise node admins are used to running scripts to manage a Corda network. For example, it would be nice to script a node gracefulShutdown instead of using the interactive shell. Looking at the
|
By
Sean
·
|
|
How to monitor whether nodes are online in real-time 13 messages
Hi, We need to be able to monitor whether nodes are online in real-time and report that status on our network dashboard. Corda does not provide a direct facility to do this. We tried to write a Ping-P
Hi, We need to be able to monitor whether nodes are online in real-time and report that status on our network dashboard. Corda does not provide a direct facility to do this. We tried to write a Ping-P
|
By
Avery Starr
·
|
|
CENM Deployment with Docker, Kubernetes and Helm charts 2 messages
Hello everyone, I am using this way to deploy in my environment using Azure. (https://docs.corda.net/docs/cenm/1.2/deployment-kubernetes.html) I wonder if anyone can help me with the points: 1) How to
Hello everyone, I am using this way to deploy in my environment using Azure. (https://docs.corda.net/docs/cenm/1.2/deployment-kubernetes.html) I wonder if anyone can help me with the points: 1) How to
|
By
Andre Lopes
·
|
|
#Corda Calling an External Java Service API from Corda workflow 2 messages
#Corda
Is there any possible way to call an external java service from Corda workflow (acceptor class, more precisely)?
Is there any possible way to call an external java service from Corda workflow (acceptor class, more precisely)?
|
By
Chandrika Basak
·
|
|
Designing New Token in Token SDK 3 messages
hi. I have a requirement to design on-chain token which is 10 USD off-chain. Please anybody suggest how should i proceed with the design of this token using token sdk. Thanks. Rupesh.
hi. I have a requirement to design on-chain token which is 10 USD off-chain. Please anybody suggest how should i proceed with the design of this token using token sdk. Thanks. Rupesh.
|
By
rupesh.pithva@wipro.com
·
|
|
CashUtils.generateSpend 2 messages
hi, There is following method in corda finance api for Cash transactions. CashUtils.generateSpend(serviceHub, utx, amount, anonymousLender) What will be equivalent method if we change Cash to custom f
hi, There is following method in corda finance api for Cash transactions. CashUtils.generateSpend(serviceHub, utx, amount, anonymousLender) What will be equivalent method if we change Cash to custom f
|
By
rupesh.pithva@wipro.com
·
|
|
Design question: Flows that require user intervention 4 messages
I have a general design question that I would like your opinions on, as I am not sure if I have identified all the implications of my current solution. I hope that this type of question is appropriate
I have a general design question that I would like your opinions on, as I am not sure if I have identified all the implications of my current solution. I hope that this type of question is appropriate
|
By
ulrik.rasmussen@...
·
|
|
Issueing tokens to self 5 messages
hi, I have a requirement where Node A has to issue fungible Token to Self. And after that these tokens will be issue to another party. I am using following flow but it is giving me error. Basically i
hi, I have a requirement where Node A has to issue fungible Token to Self. And after that these tokens will be issue to another party. I am using following flow but it is giving me error. Basically i
|
By
rupesh.pithva@wipro.com
·
|
|
Mobile offline mode 14 messages
Hi We have a APP that talks to a server side that connects a Corda node. We need to offer mobile offline mode to accommodate the situation when people are roaming in a no-signal zone. The typical scen
Hi We have a APP that talks to a server side that connects a Corda node. We need to offer mobile offline mode to accommodate the situation when people are roaming in a no-signal zone. The typical scen
|
By
Avery Starr
·
|
|
Why is NonFungibleTokenContract final?
Hi, I am extending NonFungibleToken to MyNonFungibleToken for example. But I cannot have the corresponding MyNonFungibleTokenContract extend NonFungibleTokenContract because it is final. Does that mea
Hi, I am extending NonFungibleToken to MyNonFungibleToken for example. But I cannot have the corresponding MyNonFungibleTokenContract extend NonFungibleTokenContract because it is final. Does that mea
|
By
Sean
·
|
|
AccountService.accountKeys 2 messages
Hi, I need a way to lookup all the keys registered locally for an account, regardless where the keys were generated. I hope the accountKeys API does that for me. But the doc says "This API will only r
Hi, I need a way to lookup all the keys registered locally for an account, regardless where the keys were generated. I hope the accountKeys API does that for me. But the doc says "This API will only r
|
By
Sean
·
|
|
Reuse Account Key
Hi, RequestKeyForAccount flow returns and registers a newly generated key for an account. I wonder if it can add an option to return and register (if necessary) an existing key for an account. Or shor
Hi, RequestKeyForAccount flow returns and registers a newly generated key for an account. I wonder if it can add an option to return and register (if necessary) an existing key for an account. Or shor
|
By
Sean
·
|
|
install nodes on mobile phones
Hi Corda Team, Would you ever consider to develop the Corda node to be installed on mobile phones in the future? Avery
Hi Corda Team, Would you ever consider to develop the Corda node to be installed on mobile phones in the future? Avery
|
By
Avery Starr
·
|
|
deployNodes task failed 3 messages
#Corda
hi, I have a cordapp 4.4 with tokensdk 1.1. The java version is Open jdk 8 u252. While running deployNodes task, it is failing after deployNodes task ran for more than 3 min at following line.. Is the
hi, I have a cordapp 4.4 with tokensdk 1.1. The java version is Open jdk 8 u252. While running deployNodes task, it is failing after deployNodes task ran for more than 3 min at following line.. Is the
|
By
rupesh.pithva@wipro.com
·
|
|
Corda Dev Lead permanent - London - Call me on 07900 886783
#Corda
Snr Corda developer required at a leading-edge Cloud-based integration solution for retail financial businesses; helping to develop a set of common interfaces and a common data model for the industry.
Snr Corda developer required at a leading-edge Cloud-based integration solution for retail financial businesses; helping to develop a set of common interfaces and a common data model for the industry.
|
By
Carl
·
|
|
Talk on Ledger Sockets
Hiya, I'll be giving a talk tomorrow on "ledger sockets", which I briefly discussed at CordaCon 2019. This talk will go into more depth on the concept and cover IoT/blockchain related use cases, why l
Hiya, I'll be giving a talk tomorrow on "ledger sockets", which I briefly discussed at CordaCon 2019. This talk will go into more depth on the concept and cover IoT/blockchain related use cases, why l
|
By
Mike Hearn
·
|