-
Notifications
You must be signed in to change notification settings - Fork 208
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
1488 Endo Passable #8774
Closed
+1,095
−706
Closed
1488 Endo Passable #8774
Changes from all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
36ef607
chore(vow): move `watch-promise.js` to `base-zone`
michaelfig 9ce80d0
feat(base-zone): add `zone.watchPromise`
michaelfig b8ddc9d
fix(vow): use `zone.watchPromise`
michaelfig aca980b
chore(vat-data): move `vow.js` to `@agoric/vow/vat.js`
michaelfig 5da473f
chore(vat-data): install forwarding for `vow.js`
michaelfig 459998d
feat(base-zone):`zone.watchPromise` (#9321)
mergify[bot] 9290a6e
chore: update type-coverage
turadg 29d7a4c
chore(deps): drop obsolete Endo patch
turadg dfe0f21
build: use npm to avoid Yarn version dependency
turadg b7eed59
build: run 'build-types' when available
turadg 9868c37
test: await promises
turadg f9379da
chore(types): accommodate tighter Passable
turadg eb36264
chore(types): Amount member
turadg 8a4c106
feat(types): InvitationAmount
turadg 8ca4395
chore(types): indicate remotable
turadg 7904b57
chore(types): constrain parameter
turadg 2b2f1c9
chore(types): member types for container amounts
turadg e6db929
chore(types): Issuer remotable
turadg 6f46373
chore(types): Passable type accomodations
turadg 0fb269a
chore(types): Zoe accomodations
turadg 023d4b7
chore: explicit unhandled promises
turadg 7e21303
chore(types): Price quotes
turadg 8f5d1bb
fix: OfferResult can be a symbol
turadg ec4c2db
fix(types): TypedMatcher
turadg 16151cb
feat(types): readLatest returns any
turadg 516296a
chore(types): defer collection strictness
turadg fe5c1c0
chore(types): OfferSpec offerArgs must be Passable
turadg b613efe
chore(types): unmarshallFromVstorage return any
turadg 16e2351
chore(types): alias Handle to RemotableObject
turadg 757d551
chore(types): kmarshal
turadg fbebf0f
chore: deeplyFulfilledObject for better types
turadg 6d2148b
fix(types): board
turadg 01b6527
feat(types): parameterize NameHub
turadg f1d7431
chore(types): constrain makeEphemeraProvider
turadg e49a66c
fix(types): template syntax
turadg 8db1426
docs: correct Brand issuer caveat
turadg 62492fb
fix(types): Zoe startInstance
turadg 7c96737
build: force source-map version
turadg 1b35fda
chore(types): remotable objects
turadg f092b5c
chore(types): IssuerKit
turadg 8537e65
fix(types): misc
turadg 16efed2
fix(types): durable wrapping non-durable
turadg dfd1a35
chore(types): suppress deferals
turadg e8b557b
chore(types): remotables
turadg 0b301aa
chore(types): adopt Passable
turadg 49dad79
chore(types): adapt to new coverage
turadg 1a2945d
chore: update type-coverage
turadg 490918b
style(types): stray parens
turadg 0dbb9ff
docs: Issuer mints payments
turadg 09c12d6
refactor(types): dedupe
turadg ae39626
chore(types): explicit export to solve TS9006
turadg 5b43819
chore(types): temp workaround for TS9006
turadg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,6 +86,6 @@ | |
"access": "public" | ||
}, | ||
"typeCoverage": { | ||
"atLeast": 90.62 | ||
"atLeast": 91.21 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doesn't
AmountMath.make(aNatBrand, ['a set value'])
falsify this inference?