Reputation: 49
1- Is there the possibility of creating more than 1 Notary for "Double-spending" validation in Corda Enterprise? The reason why I am asking this is to know if there is and alternative contingency in case the Notary server is offline.
2 - Would it be possible to use Oracle database at the Notary?
3 - Does the Notary depend on the Network-Map? If so, could you explain to me why?
4 - Is the Network-Map implemented in Corda Enterprise?
Thanks!!
Upvotes: 1
Views: 248
Reputation: 143
1- Is there the possibility of creating more than 1 Notary for "Double-spending" validation in Corda Enterprise? The reason why I am asking this is to know if there is and alternative contingency in case the Notary server is offline.
Yes. It is possible to create more than one Notary. However one transaction can be notarized by single notary only. Contigency plan when Notary server is offline -
2 - Would it be possible to use Oracle database at the Notary?
Yes. Oracle database can be configured for Notary for Corda v3.1+ version only.
3 - Does the Notary depend on the Network-Map? If so, could you explain to me why?
Every node in Corda depends on network map. The network map is mechanism by which a Corda node discovers other nodes in the network. So notary also caches the network map locally. Periodically, the nodes receive this network map from Network Map Server present in the network.
4 - Is the Network-Map implemented in Corda Enterprise?
I think you mean Network Map server. Currently R3 has plans to launch production grade CordaNet. This will have implementation of network map server. However for private networks, the network operator is supposed to implement the Network Map Server.
Upvotes: 4