Web3Swift
Web3Swift copied to clipboard
Missing comparison operators for BytesScalar
If we want to compare two EthNumbers, we need to make a ton of operation to convert them into other types.
You can add equality operator to ArithmeticFunctions by utilizing UnsignedNumbersEquality (which should probably be renamed to NumbersEquality)
We should make it work with comparison operators to make tests work.
beGreaterThan(EthNumber(1))