Consensys / orchestrate

Orchestrate is a blockchain Transaction Orchestration system that can operate multiple chains simultaneously

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Store network type in chain registry (tessera, orion,....)

ggarri opened this issue · comments

Feature

Purpose of the feature

Once an user register a chain we should store the network type, such as: Orion, Tessera, ....

Background information

In order to provide a better user experience to our user of the tx-scheduler when they send a private transaction we could infer the private network type instead of forcing users to provide that redundant information.

Steps to resolve

  • User register a chain with a private network: Orion, Tesssera
  • Infer network type and store it along with rest network information
  • Implement an endpoint at chain-registry to expose that information

Additional work

Once the endpoint is ready and information about private network type is exposed we could/should replace the usage of method/network from send private transaction API