Skip to content

Commit

Permalink
moved TODOs to TODOs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticfloyd1984 committed Dec 23, 2024
1 parent 3124b8f commit 9799388
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,3 @@ The project currently supports the following chains:
- Arbitrum
- Base Sepolia
- Sepolia

## TODOs 📝

- [ ] Add tests
- [ ] Add support postgres database
- [ ] Add support MEV protected RPCs
- [ ] Add more chains and tokens
- [ ] Improve error handling for transaction relaying
- [ ] Add more logging and metrics
- [ ] Add support for Datadog
10 changes: 10 additions & 0 deletions TODOs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# TODOs 📝

The Rebalancer is still in MVP phase and requires a improvements to be production ready. The improvements and changes would be around testing, scalability, performance, error handling, logging, metrics and more.

- [ ] Add tests
- [ ] Add support postgres database
- [ ] Add support MEV protected RPCs
- [ ] Add more chains and tokens
- [ ] Improve error handling for transaction relaying
- [ ] Add more logging and metrics

0 comments on commit 9799388

Please sign in to comment.