Skip to content

refactor connections and asset pools to the same place, no duplication

kano requested to merge kano-bc/midgard-v2:refactor into develop
  • refactor everything into connection-manager
  • don't hold multiple references to connections
  • keep track of failures on connections to allow for grace periods and connection killing if badly misperforming
  • use hard conn limit on connection
  • move api endpoint to api.go
  • more testing
Edited by kano

Merge request reports