albi.eth

Results 22 issues of albi.eth

### Suggestion **Missing information or details** :wave: I need to send a transaction with an aggressive gas price. [`getFeeData`](https://docs.ethers.io/v5/single-page/#/v5/api/providers/provider/-%23-Provider-getFeeData) returns the "suggested price". I'm experimenting with my code and I...

**Do you want to request a *feature* or report a *bug*?** A bug I guess. **What is the current behavior?** I'm having troubles connecting the graph to EVMOS. What's weird...

**Do you want to request a *feature* or report a *bug*?** bug **What is the current behavior?** I'm running a self hosted instance connected to TEVMOS. I use `docker compose`...

A user asked me if there is a way to know the mnemonic. Keys were not generated using a mnemonic seed, so there is no mnemonic available. There should be...

enhancement

# Problem Ethnode doesn't work on Windows machines (see #11). The two scripts `get_geth.sh` and `get_openethereum.sh` rely on bash to run. # Solution Port `get_geth.sh` and `get_openethereum.sh` to pure JavaScript...

enhancement

:wave: would you be interested publishing the library as an npm package? IMO it would make it easier to install (developers can just `npm install` it without checking out the...

I wrote a custom store to have a more flexible `derived` store. The function signatures looks like: ```typescript export function derivedWritable( stores: S, fn: (values: StoresValues, set: (value: T) =>...

typescript

**Description** I wasn't able to use smock matchers in my tests. I wasn't able to resolve my issue reading the doc, but then I noticed that in the "Basic Usage"...

Is it possible to use a OneToOneField as primary key in a PolymorphicModel? For example, take a look to the following snippet: class Food(models.Model): id = models.AutoField(primary_key=True) class PreparedFood(PolymorphicModel): id...

### Would you like to work on a fix? - [ ] Check this if you would like to implement a PR, we are more than happy to help you...

bug