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

test: initial stab at trying Ava test framework #1447

Closed
wants to merge 38 commits into from
Closed

Commits on Aug 9, 2020

  1. Configuration menu
    Copy the full SHA
    48f54ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db33c09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8984c39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    017c85d View commit details
    Browse the repository at this point in the history
  5. refactor: tests for sellItems and mintAndSellNFT pass - need to be re…

    …worked for new synchronous mint still
    katelynsills authored and michaelfig committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    2d69d83 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0dc9db View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    75acfff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    48e6119 View commit details
    Browse the repository at this point in the history
  9. refactor: apply zoe renames

    - `getInviteIssuer` to `getInvitationIssuer`
    - `inviteDesc` to `description`
    dtribble authored and michaelfig committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    4585c45 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    40a4322 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b94086f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    56b4faa View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    07cf2a2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    06de2bd View commit details
    Browse the repository at this point in the history
  15. feat: add the ability for a contract to get a synchronous seat

    zcf.addEmptySeat() would return a zcfSeat that the contract could use
    to hold allocations.
    
    untested
    Chris-Hibbert committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    5cb4e50 View commit details
    Browse the repository at this point in the history
  16. refactor: cleanup synchronous ZCF seat creation

    drop keyword parameter in addEmptySeat()
    extract makeZoeSeatAdminKit, use it for emptySeat, too.
    rename zcf seat construction to use 'Kit'
    Chris-Hibbert committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    5235f5b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6e897bd View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1624f6f View commit details
    Browse the repository at this point in the history
  19. Merge pull request #1410 from Agoric/mfig/wallet-typing

    refactor: add types to reveal the wallet changes needed for Zoe
    michaelfig authored Aug 9, 2020
    Configuration menu
    Copy the full SHA
    de1982c View commit details
    Browse the repository at this point in the history
  20. refactor: post review cleanups; mostly type info

    improved type annotations
    rename makeEmptySeat to makeOfferlessSeat
    don't return the zcfSeatAdmin to the contract
    Chris-Hibbert committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    0b761fe View commit details
    Browse the repository at this point in the history
  21. Merge pull request #1389 from Agoric/syncEmptySeat

    feat: add the ability for a contract to get a synchronous seat
    Chris-Hibbert authored Aug 9, 2020
    Configuration menu
    Copy the full SHA
    32883ab View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Configuration menu
    Copy the full SHA
    8de6a7b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1412 from Agoric/mfig/zoe-types

    fix: make Zoe typesafe again
    michaelfig authored Aug 10, 2020
    Configuration menu
    Copy the full SHA
    74c712a View commit details
    Browse the repository at this point in the history
  3. refactor: bring autoswap up to date on the new Zoe spike branch

    Based on the synchronous seat work.
    
    The unit tests for autoswap pass. I haven't yet done the swingset tests.
    Chris-Hibbert committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    1016d35 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1411 from Agoric/autoswap

    refactor: bring autoswap up to date on the new Zoe spike branch
    Chris-Hibbert authored Aug 10, 2020
    Configuration menu
    Copy the full SHA
    541057b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0179ec5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1416 from Agoric/repairAutoswap

    Repair autoswap
    Chris-Hibbert authored Aug 10, 2020
    Configuration menu
    Copy the full SHA
    6477f95 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e00ae83 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b7f46c2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e34eb07 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1420 from Agoric/has-exited-user-seat

    chore: add hasExited, getNotifier to UserSeat
    michaelfig authored Aug 10, 2020
    Configuration menu
    Copy the full SHA
    6923b17 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Update more unit tests (#1422)

    * chore: update tests
    
    * chore: finish automaticRefund tests
    
    * chore: update barterExchange and brokenContract tests. Small changes to Zoe and types (#1427)
    katelynsills authored Aug 11, 2020
    Configuration menu
    Copy the full SHA
    69f402e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    148ec65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7156099 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eed7856 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1426 from Agoric/mfig/wallet-new-api

    fix: get wallet tests to pass with new Zoe API
    michaelfig authored Aug 11, 2020
    Configuration menu
    Copy the full SHA
    0be1766 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. Configuration menu
    Copy the full SHA
    24d69f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68e92f6 View commit details
    Browse the repository at this point in the history