-
Notifications
You must be signed in to change notification settings - Fork 15
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
@fadroma/cw 1.0.0-rc.1: Stabilize client-side support for OKP4 #204
Closed
Conversation
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
another step towards selectable tests
- add list of daemon names for different platforms - set DAEMON in container environment
- when running pnpm test:devnet you are now prompted to select a suite - when running pnpm test:devnet all, tests are now run in parallel - possible to run pnpm test:devnet okp4 - not passing yet
- weirdness around string replacements: - work with shelling out to perl - node's readFileSync can't find the same file - log filter eats useful output?
- add type ConnectMode in @fadroma/connect - fix typo in no chain id specified error message - add okp4 config in ConnectConfig - pick up environment in OKP4Config - export devnet shorthand from cw-okp4.ts - switch cw test to devnet
- capitalization of @hackbg/dock log messages
- time for v2 of @fadroma/agent and @hackbg/fadroma I guess - gonna try to include other breaking changes here
- export CW lib from @fadroma/connect - populate OKP4Devnet in fadroma.ts
- populate connectModes for devnet - populate static devnet constructors
- finally, cw test boots up devnet - still ECONNRESET tho?
- listen on LCP_PORT even when lcp not in use
typedoc can now do the right thing out of the box! (well, almost. where are the lists of identifiers?!)
…e, 16 type errors
TODO reenable before merging feature branch
@fadroma/agent 2.0.0-rc.1
egasimus
changed the title
Client-side support for OKP4
@fadroma/cw 1.0.0-rc.1: Stabilize client-side support for OKP4
Nov 8, 2023
10 tasks
Continuing at #207 (rebased) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Countdown to
@fadroma/cw 1.0
and@hackbg/fadroma 2.0
: