stackup-bundler
stackup-bundler copied to clipboard
A fast, reliable, and modular ERC-4337 Bundler written in Go.
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.61.0 to 5.62.0. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v5.62.0 5.62.0 (2023-07-10) Bug Fixes eslint-plugin: [comma-spacing] allow no space after trailing comma in objects and arrays (#6938)...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.61.0 to 5.62.0. Release notes Sourced from @typescript-eslint/parser's releases. v5.62.0 5.62.0 (2023-07-10) Bug Fixes eslint-plugin: [comma-spacing] allow no space after trailing comma in objects and arrays (#6938)...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.2.2. Release notes Sourced from typescript's releases. TypeScript 5.2 RC For release notes, check out the release announcement. For the complete list of fixed issues,...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.8.0 to 9.0.0. Changelog Sourced from eslint-config-prettier's changelog. Version 9.0.0 (2023-08-05) Added: The CLI helper tool now works with eslint.config.js (flat config). Just like ESLint itself, the...
Bumps [github.com/deckarep/golang-set/v2](https://github.com/deckarep/golang-set) from 2.3.0 to 2.3.1. Release notes Sourced from github.com/deckarep/golang-set/v2's releases. Patch Release: Bug fix affecting JSON deserialization What's Changed After a simplification previous refactor to get rid of...
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.9.0 to 1.9.1. Release notes Sourced from github.com/gin-gonic/gin's releases. v1.9.1 Changelog BUG FIXES fix Request.Context() checks #3512 SECURITY fix lack of escaping of filename in Content-Disposition #3556...
Bumps [github.com/metachris/flashbotsrpc](https://github.com/metachris/flashbotsrpc) from 0.5.0 to 0.6.0. Release notes Sourced from github.com/metachris/flashbotsrpc's releases. v0.6.0 What's Changed feat: Broadcaster Middleware by @TitanBuilder in metachris/flashbotsrpc#19 reuse http client by @metachris in metachris/flashbotsrpc#14 Include...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.6.1 to 1.7.0. Release notes Sourced from github.com/spf13/cobra's releases. v1.7.0 ✨ Features Allow to preserve ordering of completions in bash, zsh, pwsh, & fish: @h4ck3rk3y #1903 Add...
Bumps [github.com/go-logr/logr](https://github.com/go-logr/logr) from 1.2.3 to 1.2.4. Release notes Sourced from github.com/go-logr/logr's releases. v1.2.4 This is a collection of small bugfixes and documentation updates. What's Changed Fix syntax in documentation by...
### Some context This is the scenario: 1. I submit a user op 2. The request to “eth_sendUserOperation” succeeds 3. An arbitrary amount of time passes 4. It gets included...