Michalis Kargakis
Michalis Kargakis
### Describe the issue: [OpenZeppelin recently added support for `_disableInitializers` which helps with disabling implementation initialization when used in the constructor of a contract](https://docs.openzeppelin.com/upgrades-plugins/1.x/writing-upgradeable#initializing_the_implementation_contract). Slither should be able to pick...
Is there any easy way to lint source code to catch duplicate godog steps? We have been bitten a couple of times because godog matches steps defined in golang to...
I need to do something like the following: ``` BeforeSuite: Given my db runs at "{{DB_HOST}}" Scenario: Given I can reach my api at "{{API_HOST}}" When I make a request...
I have sent some BTC to a Samourai wallet (bech32 address) and when I try to sign that address, the generated signature seems to be for a totally different address...
https://github.com/kubernetes/client-go/blob/master/util/workqueue/delaying_queue.go Case: 1. Deployment with ProgressDeadlineSeconds=600 is using AddAfter to be synced after 600s so we can check if it has progressed or not. 2. If the Deployment progresses in...
Ensure the existing tests that exercise various e2e scenarios for a grin wallet are reusable enough to run against a standalone wallet. Once that's done, we should be able to...
Some people seem to be (genuinely or not) worried about this and from a security standpoint it makes sense to do it. Either put every xpub log behind the debug...
## Description Nested arrays inside structs are not included in the generated ABI. Original issue reported in the Hardhat repo at https://github.com/NomicFoundation/hardhat/issues/2433 ## Environment - Compiler version: 0.8.0 - Framework/IDE:...
It would be great to have a `@deprecated` Natspec tag that we can use for storage fields that are not used anymore and furhtermore leverage a compiler plugin to fail...
When multiple processes try to write to the fhir server, the requests fail with write conflicts. I am able to work around this issue by using the `X-Mutex-Name` header documented...