Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what's new section added #27

Merged
merged 1 commit into from
Oct 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,25 @@ git pull origin

Then continue above with "Run the script".

## What's New

### Release v0.2.8
New report script added `suggest_funding_report.py`.
For every chain it reports to the user
- Balance in ETH
- the gas cost, gas price per transaction (avg over last 10 transactions)
- Forecast of gas consumption cost for next 10 transactions in ETH
- Potentially a call to action to fund the agent

### Release v0.2.7

Introduces a minimum swap amount threshold (traded assets limit) configurable via script. It dynamically adjusts the initial ETH and USDC funding requirements based on this limit.

### Release v0.2.6
Token swap and bridging process is improved so that if an issue arises, the agent automatically switches to an alternative route without re-starting the bridging process. It ensures costs, such as gas fees, remain within set limits.

### Release v0.2.5
Optimus agent only proceeds with a bridge or swap transaction when both the relayer fee and gas costs are kept within reasonable limits, helping to control transaction costs.

## Advice for Windows users on installing Windows Subsystem for Linux version 2 (WSL2)

Expand Down
Loading