The Wayback Machine - https://web.archive.org/web/20211120022142/https://github.com/topics/distributed-ledger
Skip to content
#

distributed-ledger

Here are 190 public repositories matching this topic...

fabric
opticyclic
opticyclic commented Sep 11, 2019

Currently there seem to be 3 options for testing Corda:

  1. MockNetwork
  2. Driver DSL
  3. Manually start a network then run tests

The MockNetwork is useful for testing flows but it doesn't implement an RPC interface so you can't use it in your Spring REST API tests.

The Driver DSL has an RPC interface but all the work appears to have to be done in the dsl closure which means you can't get

S11001001
S11001001 commented Nov 17, 2021

With #11315 done, we can do some small optimizations:

  • NonEmpty
    • if it makes a difference, redefine pour to abstract over IterableFactory and MapFactory, if those implementations do optimization for same-type conversions
    • redesign pour's API to put the factory type first, no more tricky currying
    • just use toSeq for toSeq
    • define collect, map, and

Improve this page

Add a description, image, and links to the distributed-ledger topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the distributed-ledger topic, visit your repo's landing page and select "manage topics."

Learn more