Prediction-market-agent-tooling

Latest version: v0.63.0

Safety actively analyzes 723217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 23 of 25

0.9.3

What's Changed
* Fix sorting on 'closing soonest' when getting open markets from Omen by evangriffiths in https://github.com/gnosis/prediction-market-agent-tooling/pull/163
* Refactor redeeming of bets in agent by kongzii in https://github.com/gnosis/prediction-market-agent-tooling/pull/158
* Filter open omen markets by non-zero liquidity by evangriffiths in https://github.com/gnosis/prediction-market-agent-tooling/pull/165


**Full Changelog**: https://github.com/gnosis/prediction-market-agent-tooling/compare/0.9.1...0.9.3

0.9.1

What's Changed
* Fix getting open markets from Omen and bump to 0.9.1 by kongzii in https://github.com/gnosis/prediction-market-agent-tooling/pull/162


**Full Changelog**: https://github.com/gnosis/prediction-market-agent-tooling/compare/0.9.0...0.9.1

0.9.0

What's Changed
* Fix removeFunds logic on Omen by gabrielfior in https://github.com/gnosis/prediction-market-agent-tooling/pull/154
* Update function signatures for answer_binary_market by evangriffiths in https://github.com/gnosis/prediction-market-agent-tooling/pull/153
* Unfund known markets by kongzii in https://github.com/gnosis/prediction-market-agent-tooling/pull/142
* Gabriel/omen subgraph handler singleton by gabrielfior in https://github.com/gnosis/prediction-market-agent-tooling/pull/155
* Redeem after we removed liquidity from market by kongzii in https://github.com/gnosis/prediction-market-agent-tooling/pull/156
* Add liquidity to OmenAgentMarket by kongzii in https://github.com/gnosis/prediction-market-agent-tooling/pull/159
* Bump to 0.9.0 by kongzii in https://github.com/gnosis/prediction-market-agent-tooling/pull/160


**Full Changelog**: https://github.com/gnosis/prediction-market-agent-tooling/compare/0.8.0...0.9.0

0.8.0

What's Changed
* Add prob_uncertainty util by kongzii in https://github.com/gnosis/prediction-market-agent-tooling/pull/149
* Switch print to loguru after latest PRs by kongzii in https://github.com/gnosis/prediction-market-agent-tooling/pull/147
* Mark test_gcp_deployment as xfail by kongzii in https://github.com/gnosis/prediction-market-agent-tooling/pull/151
* Retry on Manifold's place bet by kongzii in https://github.com/gnosis/prediction-market-agent-tooling/pull/145
* Bump to 0.8.0 by kongzii in https://github.com/gnosis/prediction-market-agent-tooling/pull/150


**Full Changelog**: https://github.com/gnosis/prediction-market-agent-tooling/compare/0.7.0...0.8.0

0.7.0

What's Changed
* Allow positions to be redeemed during agent operation by gabrielfior in https://github.com/gnosis/prediction-market-agent-tooling/pull/102
* Add `Invalid` as valid retry for send_function_on_contract_tx by kongzii in https://github.com/gnosis/prediction-market-agent-tooling/pull/123
* Replication faster & less costly by kongzii in https://github.com/gnosis/prediction-market-agent-tooling/pull/120
* Fix typing by kongzii in https://github.com/gnosis/prediction-market-agent-tooling/pull/126
* Allow `answer_binary_market` to return None by kongzii in https://github.com/gnosis/prediction-market-agent-tooling/pull/124
* Resolving replications -- first half, mainly Polymarket fetching logic by kongzii in https://github.com/gnosis/prediction-market-agent-tooling/pull/121
* Replication resolving part 2 by kongzii in https://github.com/gnosis/prediction-market-agent-tooling/pull/130
* Add subgrounds support by gabrielfior in https://github.com/gnosis/prediction-market-agent-tooling/pull/133
* Added loguru for logging by gabrielfior in https://github.com/gnosis/prediction-market-agent-tooling/pull/134
* Gabriel/remove funding by gabrielfior in https://github.com/gnosis/prediction-market-agent-tooling/pull/139
* Resolve finalized markets in replication agent by kongzii in https://github.com/gnosis/prediction-market-agent-tooling/pull/138
* Claim bonded xDai on Realitio as part of replicator by kongzii in https://github.com/gnosis/prediction-market-agent-tooling/pull/140
* stretch_bet_between strategy by kongzii in https://github.com/gnosis/prediction-market-agent-tooling/pull/136
* Bump to 0.7.0 by kongzii in https://github.com/gnosis/prediction-market-agent-tooling/pull/135


**Full Changelog**: https://github.com/gnosis/prediction-market-agent-tooling/compare/0.6.0...0.7.0

0.6.0

What's Changed
* Do not substract 24h from closing time in replication by kongzii in https://github.com/gnosis/prediction-market-agent-tooling/pull/84
* Replication fixes by kongzii in https://github.com/gnosis/prediction-market-agent-tooling/pull/85
* Maybe fix test_gcp_deployment not removing functions by kongzii in https://github.com/gnosis/prediction-market-agent-tooling/pull/86
* Add multithreading to monitoring code to speed up runtime by evangriffiths in https://github.com/gnosis/prediction-market-agent-tooling/pull/97
* Add redeeming positions to Omen market by gabrielfior in https://github.com/gnosis/prediction-market-agent-tooling/pull/98
* Polymarket semi-support by kongzii in https://github.com/gnosis/prediction-market-agent-tooling/pull/100
* Port betting strategies from prediction-market-agent repo by evangriffiths in https://github.com/gnosis/prediction-market-agent-tooling/pull/105
* Deriving public key from private key by gabrielfior in https://github.com/gnosis/prediction-market-agent-tooling/pull/101
* Modify replication timing according to Omen recommendation by kongzii in https://github.com/gnosis/prediction-market-agent-tooling/pull/107
* Make coin flip cloud function name more descriptive for easier debug by evangriffiths in https://github.com/gnosis/prediction-market-agent-tooling/pull/108
* Removed usages of from_address by gabrielfior in https://github.com/gnosis/prediction-market-agent-tooling/pull/113
* Fix problem where cloud functions for failed deployments are not deleted by evangriffiths in https://github.com/gnosis/prediction-market-agent-tooling/pull/109
* Fix getting manifold market when closeTime has invalid datetime timestamp by evangriffiths in https://github.com/gnosis/prediction-market-agent-tooling/pull/114
* Remove deprecated benchmark stuff by kongzii in https://github.com/gnosis/prediction-market-agent-tooling/pull/110
* Fix clip timestamp by kongzii in https://github.com/gnosis/prediction-market-agent-tooling/pull/116
* Fix for replication by kongzii in https://github.com/gnosis/prediction-market-agent-tooling/pull/117
* Bump to 0.6.0 by evangriffiths in https://github.com/gnosis/prediction-market-agent-tooling/pull/118

New Contributors
* gabrielfior made their first contribution in https://github.com/gnosis/prediction-market-agent-tooling/pull/98

**Full Changelog**: https://github.com/gnosis/prediction-market-agent-tooling/compare/0.5.0...0.6.0

Page 23 of 25

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.