Bri Stanback

Results 17 comments of Bri Stanback

Bump, can we merge this please?

I'm having the same issue, also compiling for mips32r2

I'm having this issue as well. It was caused by this change: https://github.com/kriasoft/isomorphic-style-loader/pull/13 And looks like it's fixed with this open PR: https://github.com/kriasoft/isomorphic-style-loader/pull/40 Curious to know, under what circumstances is...

@kameshpal As far as I know you would replace something like this: ```ts import { Redis } from 'ioredis'; // ... constructor( // ... @InjectRedis() private readonly redis: Redis, //...

I don't think there's much that can be done within `ethers-provider-flashbots-bundle` to fix this but you might consider opening up an issue in the `mev-relay-js` repository (https://github.com/flashbots/mev-relay-js) to request CORS...

@wei3erHase I ran into the same issue, I've submitted a PR here https://github.com/flashbots/ethers-provider-flashbots-bundle/pull/100

@e7172 I believe it maps to [this enum](https://github.com/flashbots/ethers-provider-flashbots-bundle/blob/53e1042f8ccd03f887851167fe845006b8f5fcd2/src/index.ts#L29) so it would mean `NoBundlesInBlock` The error is related to the blocks API, e.g. `https://blocks.flashbots.net/v1/blocks?block_number=${blockNumber}` and it means that the block was...