tdex-network / tdex-daemon

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

Fix trade proposal price validation & Minor fixes #699

Closed altafan closed 1 year ago

altafan commented 1 year ago

This fixes the validation of a trade proposal's price, which hasn't been updated after moving to tdex-protobuf@v2.

This also fixes the expiration of the trades by correctly dereferencing elements of a slice within a loop.

Last but not least, this increases the waiting time before configuring the CLI in the e2e tests, which seems to be slower on CI rather than it is locally.

what-the-diff[bot] commented 1 year ago

PR Summary