Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8981 upgrade vaults #9283

Merged
merged 9 commits into from
May 6, 2024
Merged

8981 upgrade vaults #9283

merged 9 commits into from
May 6, 2024

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    d1b1b44 View commit details
    Browse the repository at this point in the history
  2. refactor: vaultFactory upgrade

    migrate from taking Auction's publicFacet in terms to taking the instance in privateArgs
    Allow Parameter values to be overridden on restart
    
    repair some erroneous guards
    
    Deal with reconstituted invitations
    
    Governance:
      Allow the electorate invitation to change on upgrade
      simplify and speed up invitation validation
    Chris-Hibbert committed May 6, 2024
    Configuration menu
    Copy the full SHA
    84933db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2b84ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2d2378 View commit details
    Browse the repository at this point in the history
  5. chore: typescript magic

    attempt to address error
    
      Declaration emit for this file requires using private name
      'StartFunction' from module
      '"/Users/chris/agoric-sdk/packages/zoe/src/zoeService/utils"'. An
      explicit type annotation may unblock declaration emit
    Chris-Hibbert committed May 6, 2024
    Configuration menu
    Copy the full SHA
    5dcd362 View commit details
    Browse the repository at this point in the history
  6. chore: review clean-ups

    improve naming and type decl of VaultManagerParamOverrides
    
    replace an ugly for loop with a nice Object.values(...).find(...).
    
    remove name re-use (updateShortfallReporter)
    
    renamings for clarity
    remove outdated comments
    
    don't rely on test.serial() to run tests in order
    Chris-Hibbert committed May 6, 2024
    Configuration menu
    Copy the full SHA
    cda41ee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cadd1b2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ee016c0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e9affc8 View commit details
    Browse the repository at this point in the history