Lay3rLabs / example-avs-oracle

MIT License
2 stars 0 forks source link

Oracle verifier: migration to the new repository #8

Closed gangov closed 3 weeks ago

gangov commented 4 weeks ago

Closes #2

gangov commented 4 weeks ago

that shows as

This branch has no conflicts with the base branch
Merging can be performed automatically. 

definitely not the case, anyway...

my current blocker is with the dependencies for cosmwasm-std; I've got issues with oracle-verifier using 1.5.7 while the avs-toolkit relies on 2.1.4;

if I try to bump up to version of cosmwasm-std for oracle-verifier-example then I have to get rid of

backtraces = ["cosmwasm-std/backtraces"]

I'm proceeding with backtraces disabled for now

gangov commented 4 weeks ago

okay, so I was able to make everything work (it's probably far from optimal, but we have something to improve from).

In summary: Cargo.toml in package

contract itself

That's all for tonight, I will pick this up tomorrow morning with a fresh mind

gangov commented 3 weeks ago

will close #2

ueco-jb commented 3 weeks ago

I'm merging it as it is, because there's a lot of work to be done on top of it. Probably need further check regarding the task format and what it takes/returns.