jeff

Results 32 issues of jeff

### Describe the feature request We want to try an implementation of an auction mechanism, ideally as an L3 running parallell with our L2 running the current tokenomics, to compare...

category.enhancement
area.protocol
meta.alpha-4

area.bridge
status.needs-triage

### Describe the feature request processMessage can take between 800k to 1.5 mil gas, which is far too much. ### Describe alternatives you've considered Description of the alternatives you've considered...

area.bridge
status.needs-triage

1) Update the relayer `indexer` subcommand to be able to index either `MessageSent` or `MessageReceived`, add the event name to the queue name to have separate queues for each flow....

area.relayer

### Describe the feature request Add "Requeue" flag to determine whether to requeue a Nacked message, add Dead Letter Queue ### Spam policy - [X] I verify that this issue...

category.enhancement
area.relayer

crawling past blocks is slow and uses unnecessary RPC calls when it doesnt need to. this fixes it.

The crawler does not work because of a bug introduced in `indexer.go`: `endBlockID = i.numLatestBlocksToIgnoreWhenCrawling` This PR fixes it, plus it adds new metrics, and documents the indexer. It also...

This also removes the fake "onlyOwner" status from events, and adds Recalled. This PR adds retry capability to the rabbitmq messages, ensuring if we have an issue processing,it will be...

will reduce spam on the queues for the crawler, this was removed post-refactor, also a watchdog queue fix.

This Pr brings Dani's blob-catcher software up to speed with our existing architectural patterns., fixed some bugs, and cleans up the code, as well as fixes logging. It initializes an...