airgap-it / tezos-rust-sdk

MIT License
20 stars 10 forks source link

Allow to compare Mutez values #1

Closed m-kus closed 1 year ago

m-kus commented 1 year ago

Hey guys, a small improvement for the Mutez type that enables partial ordering. It is a nice feature to have, e.g. in my case I needed to compare transaction amount + fees against the source account balance.

RomarQ commented 1 year ago

Thanks for the contribution :+1:

We will cherry-pick your commit upstream.

RomarQ commented 1 year ago

Your changes have been merged into the develop branch. https://github.com/airgap-it/tezos-rust-sdk/commit/273f3096601a31f63428265557e32f60fd79185c

m-kus commented 1 year ago

Thanks!