Kamil Śliwak

Results 95 issues of Kamil Śliwak

Hello again. Today bleeps tests started failing for me with the following error: ``` TransactionExecutionError: invalid sender address, address is not EOA (EIP-3607) ``` It started happening in my test...

Let's assume that we have the following widgets: ``` ruby class AWidget < Apotomo::Widget has_widgets do |root| root

Some tweaks to the checklist based on our experience with this release. - Docs get built automatically so looks like we no longer need separate steps for RTD. We should...

The script fails if the file gets updated, which is fine for testing but confusing when you run it manually. I changed the script so that the diffing happens only...

The list of downloadable formats in [0.8.13 docs](https://docs.soliditylang.org/en/v0.8.13/) (and also older versions, down to 0.8.9) seems broken: ![flyout-menu-versions-0 8 13](https://user-images.githubusercontent.com/137030/165140423-72a8dd50-e3c4-4005-b679-19c4ef835ca5.png) For older releases and for `latest` the links are there:...

bug :bug:
documentation :book:

~Depends on #13063.~ Merged. This is a bunch of CI tweaks addressing some of the [feeback we received in CircleCI's config review](https://gist.github.com/jenny-miggin/9578d2e52b383b3787e265c80e5f6b03). Here's an overview of what I'm changing: 1)...

testing :hammer:

If a contract compiled with optimization and `viaIR: true` calls an external function that reverts, `to.be.revertedWith()` matcher does not detect the right revert reason. This does not happen: - with...

Hardhat 2.9.5 released yesterday introduced a requirement for storage addresses passed to `getStorageAt()` to be padded to full 32 bytes. Currently the Safe has one test that uses an unpadded...

The reason behind the PR has already been explained well by @chriseth in a similar PR to OpenZeppelin (https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3293) so I'll copy that description here: > First, I would like...

Django REST Framework recommends raising a `ValidationError` in `to_internal_value()` method of a custom field to report a validation error (see [DRF > API Guide > Fields > Raising validation errors](http://www.django-rest-framework.org/api-guide/fields/#raising-validation-errors))....

bug
help wanted