Felix Lange
Felix Lange
Package event provides type `Feed` for subscription handling. A `Feed` is always constrained to a single type, and this restriction is enforced at runtime using reflection. With the introduction of...
(using 366d6f9) Mistyping the database password once seems cause any subsequent attempts to fail with "Unknown file format (1001)". Restarting MacPass and typing the correct password works though.
When canceling the active search by pressing Escape, the search bar is cleared and MacPass goes to a totally blank view where no entries are visible. I can get back...
It would be nice to have a usocket API function that behaves like [`socketpair(2)`](https://man7.org/linux/man-pages/man2/socketpair.2.html). In the BSD sockets API, this function creates a pair of connected sockets. There would be...
The simulator API allows uploading files into the client container when it is started. This feature is very important, but the way it is implemented right now is a bit...
The hive core code for executing simulations and clients kind of works, but it has a huge flaw: The running state of client containers launched by hive is not tracked...
This makes errors where a character was typed instead of space visible.
Submitting this to take over PR #26250, which I cannot push to for some reason. This change adds a struct field `EffectiveGasPrice` in `types.Receipt`. The field is present in RPC...
This changes the test to match the comment description. Using timestampedConfig in this test case is incorrect, the comment says 'local is at Gray Glacier' and isn't aware of more...
Multiple people have requested a variant of `eth_call` where multiple calls can be made in sequence, building up state. Previous requests: https://github.com/ethereum/go-ethereum/issues/24025#issuecomment-986377057 https://github.com/ethereum/go-ethereum/issues/22810 ### Implementation If this is to be...