tdex-network / tdex-daemon

Go implementation of the TDEX Beta Daemon
https://tdex.network
MIT License
11 stars 13 forks source link

Trasport proto impl #548

Closed sekulicd closed 2 years ago

sekulicd commented 2 years ago

This implements transport(botd2) protocol.

This closes #190

@tiero @altafan please review.

sekulicd commented 2 years ago

@sekulicd we must update also the macaroon permissions.

We need to define a new entity "transport" and add the following permission in both AllPermissionsByMethod() and Whitelist():


"/Transport/SupportedContentTypes": {{
  Entity: EntityTransport,
  Action: "read",
}},

Done