BUG: stuck waiting upon maturation
// Mature the contract.
const maturationTransaction = await this.anyhedge.matureContractFunding(...maturationParameters);
This line in teh settlement services did not execute properly during our fork-testing, and it is wrapped in a try-catch statement, so any negative outcome should've been catched. From the logs, it's visible that the anyhedge library did call automatedPayout()
which I believe never completed. (Got stuck on an await forever, somewhere)
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information