Closed alcercu closed 3 hours ago
The changes in this pull request focus on modifying the OmenKlerosContract
class within the omen_contracts.py
file. Specifically, the from_arbitrator
static method has been updated to return a new address for the KLEROS_31_JURORS_WITH_APPEAL
arbitrator. The previous address was changed from 0x29f39de98d750eb77b5fafb31b2837f079fce222
to 0x5562Ac605764DC4039fb6aB56a74f7321396Cdf2
. Minor formatting adjustments and comments were also made, but they do not impact the overall functionality.
File Path | Change Summary |
---|---|
prediction_market_agent_tooling/markets/... | Updated from_arbitrator method in OmenKlerosContract to return a new address for KLEROS_31_JURORS_WITH_APPEAL . Minor formatting and comments adjusted. |
OmenKlerosContract
class in the same file, omen_contracts.py
, by changing an address related to the Kleros arbitrator, which is directly relevant to the changes made in the main PR regarding the from_arbitrator
method.OmenKlerosContract
class and the Arbitrator
enum in omen_contracts.py
, including the addition of KLEROS_31_JURORS_WITH_APPEAL
, which is directly related to the address update in the main PR.Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Hi @alcercu , thanks a lot! Sorry for the late response, I'm on DevCon this week.
I see there is still the We do not recognize this arbitrator. Do not believe this information unless you trust them
message on Reality, is this something you can fix or should I ask someone from Reality?
And second question, this should be changed also in Olas' market creator, do you want to contribute there as well, or should I? See https://github.com/valory-xyz/market-creator/pull/120/files.
hello @kongzii! No worries, same here. We were all at devcon 🙌🏻 Regarding your first question, we already messaged Reality's maintainer to add it, will ping here when it's added. As for the second point, yes please, feel free to create the PR in Olas if it's needed. But please tag this issue/me so I can keep track 🫡
Cool thanks! Then I'll wait and once it's set up on Reality, I'll merge this + create it in Olas.
Hey @kongzii! The arbitrator has been added to Reality 🙌🏻 https://github.com/RealityETH/reality-eth-monorepo/commit/23b662b86d40c49a9f319f9cce8ad74a467099b1
Nice, thanks!
Pipelines will error out as credentials are missing in fork PRs, but this change shouldn't bring any problems so will just merge 🤞
As mentioned in issue #495, the script in charge of loading dispute metadata in the kleros proxy that was being used could have problems loading. This fix changes the address to a new proxy recently deployed, here are the details:
homeProxy
: https://gnosisscan.io/address/0x29f39de98d750eb77b5fafb31b2837f079fce222homeProxy
: https://gnosisscan.io/address/0x5562ac605764dc4039fb6ab56a74f7321396cdf2If you have any question or requested change, don't hesitate to ask!