Skip to content

Commit

Permalink
chore(docs): change formating
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Sep 20, 2023
1 parent 9068f75 commit 1c5d378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ To generate the JSONRPC api, we make use of [Parity's][parity] [jsonrpsee librar

The builder module is used to propose, send and track transactions that need to be bundled together and pushed onto the chain.

## Bundle Proposer
### Bundle Proposer

The bundle proposer is is most important part of Rundler as it performs numerous operations to check whether transactions and valid based on the [EIP4337 spec](https://eips.ethereum.org/EIPS/eip-4337), estimate gas and see if the next bundle
has enough room for it to be included or wait until a new bundle is proposed.

## Bundle Sender
### Bundle Sender

After the bundle proposal runs, the bundle sender logic will handle the process of propagating a transction on chain and checking on the status to see if it is included in a block. This process also handles the gas increases if the transaction
has any issues being included.
Expand Down

0 comments on commit 1c5d378

Please sign in to comment.