-
Notifications
You must be signed in to change notification settings - Fork 7
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
bug: HTTPError: unrecognized key type: Ed25519 #143
Comments
all tests are successful when using the proper casing: > cross-env REACT_APP_ENV=test npx playwright test -c ./test/e2e "test/e2e/ipns.test.js"
Running 4 tests using 4 workers
[WebServer] (node:55312) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated
(Use `node --trace-deprecation ...` to show where the warning was created)
✓ 1 ipns.test.js:85:5 › IPNS publishing › Files screen › should have functional "Publish to IPNS" context action (3.7s)
✓ 2 ipns.test.js:52:5 › IPNS publishing › Settings screen › should support removing keys (3.5s)
✓ 3 ipns.test.js:34:5 › IPNS publishing › Settings screen › should support adding new keys (3.2s)
✓ 4 ipns.test.js:29:5 › IPNS publishing › Settings screen › should list IPNS keys (2.7s)
name: pet-name-e2e-ipns-test-1675981078960
options: { type: 'ed25519' }
name: rm-key-test-1675981079455
options: { type: 'ed25519' } |
SgtPooki
added a commit
to ipfs/ipfs-webui
that referenced
this issue
Feb 10, 2023
needed until kubo-rpc-client fix is merged see ipfs/js-kubo-rpc-client#143 see ipfs/js-kubo-rpc-client#145
SgtPooki
added a commit
to ipfs/ipfs-webui
that referenced
this issue
Feb 10, 2023
needed until kubo-rpc-client fix is merged see ipfs/js-kubo-rpc-client#143 see ipfs/js-kubo-rpc-client#145
SgtPooki
added a commit
to ipfs/ipfs-webui
that referenced
this issue
Mar 13, 2023
* feat!: ipfs-http-client -> kubo-rpc-client fix: error rendering peerId fix: peers table on peerspage fix: statusPage -> advanced -> addresses fix: most e2e tests working with kubo-rpc-client chore: update to go-ipfsv0.18.1 * chore: fix key.gen with patch needed until kubo-rpc-client fix is merged see ipfs/js-kubo-rpc-client#143 see ipfs/js-kubo-rpc-client#145 * fix: use ipld-explorer-components patch temporarily see https://github.com/ipfs/ipfs-webui/issues/2079\#issuecomment-1426219633 see #2079 (comment) must use until ipfs/ipld-explorer-components#356 * chore: fix ipld-explorer-components patch not needed once ipfs/ipld-explorer-components#356 is merged * test: add tests to explore.test.js * tmp: trying to navigate the undocumented world of parsing CIDs * chore: working on getting tests fully tied up * test(e2e): finish updating explore.test.js * chore: lint fixes * chore: remove debugging code * test: test clicking children links on explore page * tmp: fix children explore views * test: e2e explore test traverses children * Update test/e2e/explore.test.js Co-authored-by: Nishant Arora <1895906+whizzzkid@users.noreply.github.com> * chore: address PR comments --------- Co-authored-by: Nishant Arora <1895906+whizzzkid@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related to task being tracked in #56: #144
Note that I am getting this error as i'm trying to migrate webui to kubo-rpc-client
I have almost everything working, but when I run e2e tests, I'm getting the following failures in the ipns.test.js:
The text was updated successfully, but these errors were encountered: