Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
AnyHedge Library
AnyHedge Library
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 24
    • Issues 24
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 2
    • Merge Requests 2
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Security & Compliance
    • Security & Compliance
    • Dependency List
    • License Compliance
  • Operations
    • Operations
    • Metrics
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GeneralProtocols
  • AnyHedge
  • AnyHedge LibraryAnyHedge Library
  • Issues
  • #181

Closed
Open
Opened Nov 16, 2020 by Jonathan Silverblood@monsterbitarOwner

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
Assignee
Assign to
v0.13
Milestone
v0.13
Assign milestone
Time tracking
None
Due date
None
Reference: GeneralProtocols/anyhedge/library#181