Anton Bukov

Results 268 comments of Anton Bukov

Just committed the latest state. I am spending a lot of time on checking functionality now.

@robertu7 QR code contains Private Key, this PK is used to create signature which is argument of the method.

To steal this drop you have to know this Private Key. You can’t fake it’s signature.

@Xav83 hi! 1. Yes I have Travis CI, but maybe better to use GitHub Actions, since it supports all the major operating systems and compilers? 2. I think we can...

@Xav83 I think GitHub Actions is good enough, let's switch to it.

@hidemat you can pass different comparator or try `*.orderBy().reverse()`

@nventuro provided a link to the discussion where they came up to the decision to emit `Approval` event on every allowance change: https://github.com/OpenZeppelin/openzeppelin-contracts/issues/707

@MrChico main OZ point was that it is not possible to recover state based on Approval+Transfer events since account can transferFrom to different destination than its own address.

@nventuro case `b` makes more sense for me.