-
Notifications
You must be signed in to change notification settings - Fork 14
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
Tried to allocate more stake than is available #32
Comments
Hi there! You shouldn't have to close prior to running the tool as long as the allocation in your I don't believe we actually support arbitrum yet as most indexers have not yet migrated. We've prioritised other stuff. It sounds like we're starting to see interest for that though, so we'll prioritise that feature! |
Hi @anirudh2 , my allocation in |
Hey @suntzu93 👋 ! I've ran the config you've provided, but wasn't able to reproduce the issue and was able to run the program. I think the optimizer can support arb with the right network subgraph api endpoint, indexer id, and deployment hash. Would you be able to check if the program has made a |
hey @hopeyen , data inside |
thanks very much for the files, @suntzu93 ! Found a fix for the bug. To clarify, Allocation-optimizer does support Arbitrum (and any other network with a network subgraph) so you should be able to use the tool once ^ fix goes in |
Prevents #32 Credit: @hopeyen Signed-off-by: Anirudh <[email protected]>
## [2.0.1](v2.0.0...v2.0.1) (2023-04-17) ### Bug Fixes * Increased precision of simplex projection ([53c4aef](53c4aef)), closes [#32](#32)
Prevents #32 Credit: @hopeyen Signed-off-by: Anirudh <[email protected]>
## [2.0.1](v2.0.0...v2.0.1) (2023-04-17) ### Bug Fixes * Increased precision of simplex projection ([53c4aef](53c4aef)), closes [#32](#32)
We found another case in which this failure occurred. The algorithm was getting into the space between epsilons of the floats we were using, so you could end up within |
now I got this issue
|
Hi there @suntzu93. We'd be happy to take a look, but if the new problem is unrelated to the original topic, please create a new issue. That makes it easier for other people to search for if they run into the same issue. |
Hello,
I got this error when try optimizer v2 on arbitrum network. Do I have to close the allocations before running the tool?
My config toml :
The text was updated successfully, but these errors were encountered: