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

[Bug] Actions queue not being sent to the agent #53

Open
trader-payne opened this issue Jun 18, 2024 · 0 comments
Open

[Bug] Actions queue not being sent to the agent #53

trader-payne opened this issue Jun 18, 2024 · 0 comments

Comments

@trader-payne
Copy link

As title suggests, the actions queue isn't propagated to the indexer agent

root@77ce1a92c513:~/scripts# graph indexer actions get   
✔ Processed input parameters
✔ Actions query returned
No actions found
root@77ce1a92c513:~/scripts# cd ...
bash: cd: ...: No such file or directory
root@77ce1a92c513:~/scripts# cd ..
root@77ce1a92c513:~# cd optimizer/
root@77ce1a92c513:~/optimizer# cd bin/
root@77ce1a92c513:~/optimizer/bin# nano config.toml 
root@77ce1a92c513:~/optimizer/bin# ./AllocationOpt config.toml 
[ Info: Querying data from https://api.thegraph.com/subgraphs/name/graphprotocol/graph-network-arbitrum
[ Info: Writing table to ./indexer.csv
[ Info: Writing table to ./allocation.csv
[ Info: Writing table to ./subgraph.csv
[ Info: Writing table to ./network.csv
[ Info: Optimizing
[ Info: Writing results report
[ Info: Executing best strategy
root@77ce1a92c513:~/optimizer/bin# graph indexer actions get
✔ Processed input parameters
✔ Actions query returned
No actions found
root@77ce1a92c513:~/optimizer/bin# 

Config:

id = "0xaA988dcb035518bc0e20082a3148a5d3dFD1776D"
network_subgraph_endpoint = "https://api.thegraph.com/subgraphs/name/graphprotocol/graph-network-arbitrum"
protocol_network = "arbitrum"
max_allocations = 10
whitelist = []
blacklist = []
frozenlist = []
pinnedlist = []
allocation_lifetime = 28
gas = 1
min_signal = 100
verbose = true
num_reported_options = 2
execution_mode = "rules"
opt_mode = "optimal"
syncing_networks = ["mainnet", "gnosis", "arbitrum-one", "matic", "fantom", "celo", "avalanche"]
indexer_url = "http://indexer-agent-arbititan:8000"

The report does indeed have the actions, but they're simply not propagated to the agent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant