GSMA-CPAS / BWRP-common-adapter

The "Layer 2.5" with all Common functionality APIs
Apache License 2.0
2 stars 0 forks source link

Existing contract not fetched #36

Open smeyerzu opened 3 years ago

smeyerzu commented 3 years ago

During update of the development-setup I discovered that the common-adapter does not fetch existing contracts from the blockchain-adapter. It seems that it only fetches contracts received by the webhook?

zkong-gsma commented 3 years ago

This is due to the limitation of the "txId" only received on the "Event"

To make sure that we "receive" txId for "all" transaction, we are assuming/awaiting individual "push" event.

(untill we have a solution that txId comes together within the "document")

Please suggest some alternatives?

zkong-gsma commented 3 years ago

https://github.com/GSMA-CPAS/BWRP-blockchain-adapter/pull/27

Work in progress, and has dependency on above