Richard Moore

Results 530 comments of Richard Moore

I've added support in ethers [5.0.12](https://github.com/ethers-io/ethers.js/releases/tag/v5.0.12) for supporting legacy Solidity 0.4 external event data. For more details, please see https://github.com/ethers-io/ethers.js/issues/891.

I've added support in ethers [5.0.12](https://github.com/ethers-io/ethers.js/releases/tag/v5.0.12) for supporting legacy Solidity 0.4 external event data. For more details, please see https://github.com/ethers-io/ethers.js/issues/891.

Travis recently had an incredible security leak (literally everyone’s private data) and their response was basically “meh”. See [this tweet thread](https://twitter.com/peter_szilagyi/status/1437646118700175360?s=21) for more info. Can you use GitHub actions instead,...

How are you encrypting/decrypting the data? I agree, an async version (similar to my scrypt-js library) would make a lot of sense, since it would also then not block UI....

Have you done benchmarks to test the performance? I would suspect that multiplication and shifting are about the same in most JavaScript engines, but I'm curious to see. JavaScript is...

Do those libraries automatically pad the content? There is currently a discrepancy between what This library uses for segment size, which is this library only works on multiples of 8...

The IV is necessary to decrypt the content in the future, so picking a random IV would be unwise (also, it is hard in many environments to generate a random...

Awesome! I will look into it and hopefully get it done this week. I will probably do the (b) method... But I have to research first. :) Thanks a lot!...

Oh sorry. Misread the email. I meant option (c).

We now have an optional parameter to specify padding options, so I will likely just add a PADDING_CTS in the non-distant future. If anyone wants this functionality soon-than-later, please +1...