|
RES: [corda-dev] Can Corda do parallel transactions from the same node?
Are you using Corda Open Source or Corda Enterprise? Best regards, BANCO BRADESCO S.A. 4251 / Departamento de Pesquisa e Inovação Pesquisas Especiais George Marcel M. A. Smetana Tel.: 11 3684-8460, ra
Are you using Corda Open Source or Corda Enterprise? Best regards, BANCO BRADESCO S.A. 4251 / Departamento de Pesquisa e Inovação Pesquisas Especiais George Marcel M. A. Smetana Tel.: 11 3684-8460, ra
|
By
GEORGE MARCEL MONTEIRO ARCURI SMETANA
·
|
|
Can Corda do parallel transactions from the same node?
Hi George, probably my answer was misleading: I wrote about “post-trading” where latency is not a problem so important like in trading phase… But, anyway, we are talking about many many Tx that cannot
Hi George, probably my answer was misleading: I wrote about “post-trading” where latency is not a problem so important like in trading phase… But, anyway, we are talking about many many Tx that cannot
|
By
Lanfranco Morini
·
|
|
RES: [corda-dev] Can Corda do parallel transactions from the same node?
Additionally, for high frequency trading, I understand that latency is critical. Enterprise Blockchain still have latency around seconds, I guess. Best regards, BANCO BRADESCO S.A. 4251 / Departamento
Additionally, for high frequency trading, I understand that latency is critical. Enterprise Blockchain still have latency around seconds, I guess. Best regards, BANCO BRADESCO S.A. 4251 / Departamento
|
By
GEORGE MARCEL MONTEIRO ARCURI SMETANA
·
|
|
RES: [corda-dev] Can Corda do parallel transactions from the same node?
Lanfranco, Blockchain Enterprise may not be the best platform for high frequency trading… What is you throughput requirements? Right now, Corda can do around 2.000 TPS for a particular use case. More
Lanfranco, Blockchain Enterprise may not be the best platform for high frequency trading… What is you throughput requirements? Right now, Corda can do around 2.000 TPS for a particular use case. More
|
By
GEORGE MARCEL MONTEIRO ARCURI SMETANA
·
|
|
Can Corda do parallel transactions from the same node?
Hi George, I agree with your point about citizens with its own node, but the same scenario can be replicated in a post-trading (Capital Markets) context: so many High Frequency trades to be matched be
Hi George, I agree with your point about citizens with its own node, but the same scenario can be replicated in a post-trading (Capital Markets) context: so many High Frequency trades to be matched be
|
By
Lanfranco Morini
·
|
|
RES: [corda-dev] Can Corda do parallel transactions from the same node?
Avery, Hope you and others in this thread are doing well. Blockchain / Distributed Ledger wasn’t designed for citizens to have nodes in their homes or smartphones. Citizens will mostly have wallets th
Avery, Hope you and others in this thread are doing well. Blockchain / Distributed Ledger wasn’t designed for citizens to have nodes in their homes or smartphones. Citizens will mostly have wallets th
|
By
GEORGE MARCEL MONTEIRO ARCURI SMETANA
·
|
|
Blockchain Bootcamp: Using Corda on Chainstack for Decentralized Governance
Hey everyone, Chainstack and R3 are doing a Corda workshop this Friday, September 18. Details here: Blockchain Bootcamp: Using Corda on Chainstack for Decentralized Governance https://www.eventbrite.s
Hey everyone, Chainstack and R3 are doing a Corda workshop this Friday, September 18. Details here: Blockchain Bootcamp: Using Corda on Chainstack for Decentralized Governance https://www.eventbrite.s
|
By
Evgeny Konstantinov
·
|
|
Extending TokenType
Hi, I'd like to create my own token type. For example, data class MyTokenType(val attrib1: String, …) : TokenType(tokenIdentifier = attrib1, fractionDigits = 0) Then I will create FungibleToken(s) wit
Hi, I'd like to create my own token type. For example, data class MyTokenType(val attrib1: String, …) : TokenType(tokenIdentifier = attrib1, fractionDigits = 0) Then I will create FungibleToken(s) wit
|
By
Sean
·
|
|
Can't start node on Alibaba Cloud with IP address instead of localhost 4 messages
Hi We are testing connection among nodes hosted on different cloud server providers. We successfully tested nodes hosted on different server instances on Amazon cloud but won’t be able to even start a
Hi We are testing connection among nodes hosted on different cloud server providers. We successfully tested nodes hosted on different server instances on Amazon cloud but won’t be able to even start a
|
By
Avery Starr
·
|
|
Conclave beta 3 released!
Hi there, We're pleased to announce the availability of Conclave Beta 3! Download it here. New in this release: New feature! The Mail API makes it easy to deliver encrypted messages to the enclave tha
Hi there, We're pleased to announce the availability of Conclave Beta 3! Download it here. New in this release: New feature! The Mail API makes it easy to deliver encrypted messages to the enclave tha
|
By
Mike Hearn
·
|
|
Corda Mobile
Hello Everyone, I am new to Corda, but I have a good blockchain background, I wanted to know if it is available to have corda nodes on mobile phones, I have been searching and got confused by the answ
Hello Everyone, I am new to Corda, but I have a good blockchain background, I wanted to know if it is available to have corda nodes on mobile phones, I have been searching and got confused by the answ
|
By
Youssef
·
|
|
Maven as a build tool
Hi, Currently, we have a Cordformation plugin which runs the task of "deployNodes"using gradle plugin. I wanted to know if there is any way by which we can use the "deplyNodes" task with maven as a bu
Hi, Currently, we have a Cordformation plugin which runs the task of "deployNodes"using gradle plugin. I wanted to know if there is any way by which we can use the "deplyNodes" task with maven as a bu
|
By
aamir7_12@...
·
|
|
CENM Deployment using Docker, Minikube and Helm charts 7 messages
Hi All: I am following https://docs.corda.net/docs/cenm/1.2/deployment-kubernetes.html link and trying to do a small PoC using Minikube instead of Kubernetes and in AWS Ubuntu box. But I am unable to
Hi All: I am following https://docs.corda.net/docs/cenm/1.2/deployment-kubernetes.html link and trying to do a small PoC using Minikube instead of Kubernetes and in AWS Ubuntu box. But I am unable to
|
By
Chandrika Basak
·
|
|
CE4.5 - Serialization of Enum 5 messages
Hi, Trying to upgrade to CE4.5 from CE4.4, I encountered the following error. It seems to be related to https://groups.io/g/corda-dev/message/1303 and the 4.5 fix "We have fixed an issue where Corda f
Hi, Trying to upgrade to CE4.5 from CE4.4, I encountered the following error. It seems to be related to https://groups.io/g/corda-dev/message/1303 and the 4.5 fix "We have fixed an issue where Corda f
|
By
Sean
·
|
|
[ann] PoolBoy: RPC connection pooling for Corda clients
Hi there, Just released PoolBoy, a small library to help with RPC connection pooling for Corda clients. For more info checkout https://manosbatsis.github.io/corda-rpc-poolboy This is an early release
Hi there, Just released PoolBoy, a small library to help with RPC connection pooling for Corda clients. For more info checkout https://manosbatsis.github.io/corda-rpc-poolboy This is an early release
|
By
Manos Batsis
·
|
|
corda with hashgraph consensus service 2 messages
Hi all, I have read about corda can use Hashgraph consensus service. I m trying to understand the sceneraio where this is needed. Can anyone tell me Anjana
Hi all, I have read about corda can use Hashgraph consensus service. I m trying to understand the sceneraio where this is needed. Can anyone tell me Anjana
|
By
Anjana George
·
|
|
Schedulable state's flow not firing 5 messages
Hi I have a simple To-Do management CorDapp that has a schedulable state ToDoState. In attempting to call a flow (AlarmFlow) from nextScheduledActivity(), the flow fails to start. I initially created
Hi I have a simple To-Do management CorDapp that has a schedulable state ToDoState. In attempting to call a flow (AlarmFlow) from nextScheduledActivity(), the flow fails to start. I initially created
|
By
Jamiel Sheikh
·
|
|
CENM Deployment 3 messages
Hi: I am new to CENM deployment and trying to set up CENM network using default configurations. After doing all the configuration in the idman.conf file as well as database, when i tried to run identi
Hi: I am new to CENM deployment and trying to set up CENM network using default configurations. After doing all the configuration in the idman.conf file as well as database, when i tried to run identi
|
By
Chandrika Basak
·
|
|
manual deployment of a CENM test environment 14 messages
Hi: I am trying to setup CENM test environment. For that as a prerequisite, i need to download : * Identity Manager distribution.zip * Network Map distribution.zip * PKI Tool distribution.zip (for PKI
Hi: I am trying to setup CENM test environment. For that as a prerequisite, i need to download : * Identity Manager distribution.zip * Network Map distribution.zip * PKI Tool distribution.zip (for PKI
|
By
Chandrika Basak
·
|
|
Raft Notary 5 messages
Hi, I'd like to know what limitations are know for the embedded Copycat Raft server inside notary per https://docs.corda.net/docs/corda-os/4.5/running-a-notary.html Copycat has been upgraded to the At
Hi, I'd like to know what limitations are know for the embedded Copycat Raft server inside notary per https://docs.corda.net/docs/corda-os/4.5/running-a-notary.html Copycat has been upgraded to the At
|
By
Sean
·
|