-
Notifications
You must be signed in to change notification settings - Fork 91
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
Add test for log file archiving #1559
Closed
wulfraem
wants to merge
77
commits into
feat/identity-rebased-alpha
from
tmp/test-server-log-artifacts
Closed
Add test for log file archiving #1559
wulfraem
wants to merge
77
commits into
feat/identity-rebased-alpha
from
tmp/test-server-log-artifacts
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
- update name from `@iota/iota.js` to `@iota/iota-sdk` - switch to published version
- remove unnecessary `js_name` renaming Co-authored-by: Enrico Marconi <31142849+UMR1352@users.noreply.github.com>
Co-authored-by: Enrico Marconi <31142849+UMR1352@users.noreply.github.com>
- remove unnecessary result wrapping
- more readable error conversion (`JsError::from`)
- wasm binding header cleanup
This reverts commit 18e9226. changes will be move to a separate PR
* signer: support keys other than ed25519 * remove unused dependency * fix failing doc test * dprint * StorageSigner receives TxData instead of raw bytes * Use IotaSignature as Signer output, let signer handle all signing logic * Keytool signer * Keytool signer * Keytool signer tests * fmt * re-export KeytoolSigner * KeytoolSignerBuilder * WASM KeytoolSigner * fmt * buildable wasm * Make WasmKeytoolSigner work * ensures WASM keytool signer implements Signer TS interface * wasm keytoolsigner * fix serialization/deserialization of Signature * temp commit * update to latest version of bindgen * update storage singer to use Uint8Array for public key internally * cleanup * make KeytoolSigner work with keytool version 0.8.1 * update CI to use wasm-bindgen version 0.2.100 * use node 20 in CI * dprint fmt * use latest toolchain for identity_wasm * add missing licence header * use node 20 in all CI actions * avoid fauceting if address already has enough funds * use binding/wasm/target to store WASM compilation artifacts * Update bindings/wasm/iota_interaction_ts/Cargo.toml Co-authored-by: wulfraem <wulfraem@users.noreply.github.com> * avoid casting to any --------- Co-authored-by: Sebastian Wolfram <wulfraem@users.noreply.github.com>
…o tmp/test-server-log-artifacts
Base automatically changed from
feat/wasm32-identity-client
to
feat/identity-rebased-alpha
February 27, 2025 12:39
Closed in favor of #1585. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Chore
Tedious, typically non-functional change
No changelog
Excludes PR from becoming part of any changelog
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.
PR is a test for a temporary branch, that won't be merged as is currently. It's purpose is to chech behavior in CI.