-
Notifications
You must be signed in to change notification settings - Fork 41
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
Simplify nodejs client and wallet #1056
Conversation
* Remove TreasuryTransactionPayload * Remove TreasuryInput * Remove TreasuryOutput * Fmt * Remove from bindings * Nit * Fix test
* Remove milestone related types and functions * Remove milestone option module * Remove milestoneMethods.spec.ts * Remove more receipts * Fixes * Remove treasury * moar * MOAR * Fix wasm? * Fix tests * Review comments * Clippy * More remove * Remove TailTransactionHashNotUnique
* Bump indexer routes versions * Bump core routes versions * Temporarily disable private tangle tests * Fix private tangle ignore * Ignore wasm tests
* Add SlotIndex * Slot module * Add SlotCommitmentId * Add SlotCommitment::id * Add RootsId * Add SlotCommitment * Add deref * Added getters * Use internal index * Update sdk/src/types/block/slot/commitment.rs Co-authored-by: Thoralf-M <[email protected]> * Update sdk/src/types/block/slot/commitment.rs Co-authored-by: Thoralf-M <[email protected]> --------- Co-authored-by: Thoralf-M <[email protected]>
* Remove WhiteFlagResponse * Update InfoResponse * Add IssuerId * Update ProtocolParameters * Remove check_existing_db tests * Fix test * fix * Revert triple slash
* Add Commitments routes * Fix no_std * Fix get_slot_commitment_by_index_raw name * Add GET * derive_more Display
* Update OutputMetadata * Fix test * Nit * review comment * Nits * Add missing fields * Fix test * Update sdk/src/types/block/output/metadata.rs Co-authored-by: Thoralf-M <[email protected]> --------- Co-authored-by: Thoralf-M <[email protected]>
* Remove metadata from output endpoint * Fix compilation * Remove wallet nodejs workflow * Use get_output_raw * Move get_output_with_metadata
* Remove client block builder * Add imports * Remove unused import * Fix example * Add issue link
* Add UTXO changes endpoints * Remove index refs
* Bump RegularTransactionEssence kind * Add creation_time field * Fix tests * Actual creation time * Fix no_std * Add links to the issue, for some reason
* StrongParents, WeakParents and ShallowLikeParents * Fix
* Rename Alias to Account * More rename * More rename * More rename * More rename * More rename * More rename * More rename * More rename * More rename * More rename * More rename * Last renames * Disable yarn tests * trigger * Trigger * Rename files * Fix * Update sdk/examples/wallet/16_destroy_account_output.rs Co-authored-by: Thoralf-M <[email protected]> * More rename * Update sdk/src/types/block/address/account.rs Co-authored-by: Thoralf-M <[email protected]> * Update sdk/src/types/block/output/unlock_condition/immutable_account_address.rs Co-authored-by: Thoralf-M <[email protected]> * Review comments * More rename * Update sdk/tests/types/address/account.rs Co-authored-by: Thoralf-M <[email protected]> * Update sdk/tests/types/address/account.rs Co-authored-by: Thoralf-M <[email protected]> * Update sdk/examples/wallet/16_destroy_account_output.rs Co-authored-by: Thoralf-M <[email protected]> * Update sdk/src/wallet/account/operations/transaction/high_level/create_account.rs Co-authored-by: Thoralf-M <[email protected]> * Add TODO * Fix create_account_output_command rename --------- Co-authored-by: Thoralf-M <[email protected]>
* Add DelegationOutput * Nit * Fix a match * Add delegation to chain ID * Fix compilation * Clippy * Docs * Update sdk/src/types/block/output/delegation.rs Co-authored-by: /alex/ <[email protected]> * Update sdk/src/types/block/output/delegation.rs Co-authored-by: /alex/ <[email protected]> * Remove doc * Nits * Fmt and audit --------- Co-authored-by: /alex/ <[email protected]>
…python fmt) (#896) * Add RegularTransactionEssenceBuilder::with_creation_time for DTOs * Python fmt * Uncomment license * Remove itertools * Disable private tangle
Co-authored-by: Thibault Martinez <[email protected]>
* Add parents to block * Add burned mana to rust block (#926) * merge imports * udep * Comment out more tests that will change * oop --------- Co-authored-by: Thibault Martinez <[email protected]>
* Remove pow module * Remove Block::nonce field * Fix compilation * Remove pow tests * More stuff removed * Remove more stuff * Remove more stuff * Remove more stuff * Fix compilation * Clippy * Remove trailing comma * Fix tests
* Factorize get_outputs variants * Clippy * Dots * Add s * Add get_outputs_metadata * Nit * fix CI --------- Co-authored-by: Thibault Martinez <[email protected]>
* StakingFeature * Fix delegation * fmt * camelCase * Nits * Fix compilation * Fix kind * Fmt * Add serde string * one import to rule them all
* Add PublicKey type * Fix compilation * Add is/as * Remove serde derive * InvalidPublicKeyKind * Nit * Clippy * Simpler debug * Signature uses public key
* Remove some dtos * Remove Input dtos * access * tidy up * more * amounts * MORE * MOOOOORRREEE * clippy * Fix feature dtos * cleanup * more cleanup * format python * license * Fix nodejs mqtt example * clippy * Update sdk/src/types/block/signature/ed25519.rs Co-authored-by: Thoralf-M <[email protected]> * udep * no_std * Fix copy derive * kind of annoying clippy * recreate tests with serde * more clippy annoyances * PR suggestions * really? fmt? --------- Co-authored-by: Thoralf-M <[email protected]>
Because I did a base change and github is bad |
I think this is because we are no longer returning a promise, so evidence that nodejs needs changes. |
* Add `GET /api/core/v3/rewards/{outputId}` route * Update sdk/src/types/api/core/response.rs Co-authored-by: Thibault Martinez <[email protected]> * Rename * Format * Add note * Update sdk/src/client/node_api/core/routes.rs Co-authored-by: Alexandcoats <[email protected]> * Comments * Comment * Update sdk/src/client/node_api/core/routes.rs --------- Co-authored-by: Thibault Martinez <[email protected]> Co-authored-by: Alexandcoats <[email protected]>
No i've tried to solve this before using the .finish() on client, but i dont think its actually related to our code |
* adapt fields * format * review suggestions
* Update info response and related structs * display * fix wasm, no_std and test * fix one more test * Implement mapped params, epoch index, helpers * fix tests, wasm * copy/paste oopsie Co-authored-by: Thoralf-M <[email protected]> * tangle time * suggestions * more renames * More cleanup * as -> to * harmony and peace * derive * suggestion * another missed derive * oops * Always get v3 params for now. Add flexible epoch index calculation for future proofing * fix wasm * add a test and impl suggestions * Update sdk/src/types/block/slot/epoch.rs Co-authored-by: Thoralf-M <[email protected]> * Revert "Update sdk/src/types/block/slot/epoch.rs" This reverts commit 3668f72. * add another fail condition, a test, and remove TODOs * Updates and add example comments * Updates from TIP * doc comments * fix test and comment * fix other test --------- Co-authored-by: Thoralf-M <[email protected]>
* Update info response and related structs * display * fix wasm, no_std and test * fix one more test * Implement mapped params, epoch index, helpers * fix tests, wasm * Add GET /api/core/v3/committee/ route * copy/paste oopsie Co-authored-by: Thoralf-M <[email protected]> * tangle time * suggestions * more renames * More cleanup * as -> to * harmony and peace * derive * suggestion * another missed derive * oops * Always get v3 params for now. Add flexible epoch index calculation for future proofing * fix wasm * fix merge * PR suggestions * revert order --------- Co-authored-by: Thoralf-M <[email protected]>
* Rename AccountAddress to Bip44Address * Remove used field * Remove unused type * Nit * Nit
) * slot index * case * tests fix * format * readonly * review * format * updated comment * Nit --------- Co-authored-by: Thibault Martinez <[email protected]>
* Fix protocol parameters integer types * Fix block ID test * Update sdk/src/types/block/protocol.rs Co-authored-by: Alexandcoats <[email protected]> * Add doc * Update sdk/src/types/block/protocol.rs * Update sdk/src/types/block/protocol.rs Co-authored-by: Alexandcoats <[email protected]> * Update sdk/src/types/block/protocol.rs Co-authored-by: Alexandcoats <[email protected]> * Update sdk/src/types/block/protocol.rs Co-authored-by: Alexandcoats <[email protected]> * Nits * Apply suggestions from code review Co-authored-by: Alexandcoats <[email protected]> * sad format noises --------- Co-authored-by: Alexandcoats <[email protected]>
* Rename Alias to Account * More rename * Rename files * Last renames * Format * Nits * Disambiguate AccountAddress * AccountIdentifier * Fix wasm test
* Brainstorm * Basic idea * Add encrypted db * Seems to work * Define types in migration, refactor * where in stronghold is the data? * Make stronghold snapshot migration work * Add migration to bindings, add get_chrysalis_data() * Save chrysalis data from snapshot in db * Address some TODOs * Address todos * Add chrysalis-backup-work-factor-0.stronghold * Fix wasm * Don't error on ClientDataNotPresent * Clippy * Address review comments * Remove extra function * Update bindings/nodejs/CHANGELOG.md Co-authored-by: Thibault Martinez <[email protected]> * Remove `from` * Clippy * Changelog * Update sdk/src/wallet/storage/constants.rs * Move function to storage * Address review comments * Address review comments * Review suggestions * Address review comments * Add db_encryption_key to Rust, export migrateDbChrysalisToStardust and add nodejs example * Single import, lint * Address review comments --------- Co-authored-by: Thibault Martinez <[email protected]> Co-authored-by: Thibault Martinez <[email protected]>
* Add PrivateKeySecretManager * try_from_b58/try_from_hex * zeroize bytes * Nits * Optional bs58 * Changelog * Secret manager tests folder * Add tests and fix * Changelog * Nit * Nit * Update sdk/tests/client/secret_manager/mod.rs Co-authored-by: Thoralf-M <[email protected]> * Replace panic with errors * Remove unwrap * Under private_key_secret_manager feature --------- Co-authored-by: Thoralf-M <[email protected]>
Tests need to be updated because the error message changed |
bindings/wasm/src/wallet.rs
Outdated
@@ -38,38 +57,34 @@ pub fn create_wallet(options: String) -> Result<WalletMethodHandler, JsValue> { | |||
.map_err(|e| e.to_string())?; | |||
|
|||
Ok(WalletMethodHandler { | |||
wallet: Arc::new(Mutex::new(Some(wallet_method_handler))), | |||
wallet: Arc::new(RwLock::new(Some(wallet_method_handler))), |
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.
Why use the std version?
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.
we also do in nodejs. but the std one is not async which is the main reason
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.
Yeah but we are in async fns...
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.
.client() isnt, just like in rust
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.
pub async fn get_client(method_handler: &WalletMethodHandler) -> Result<ClientMethodHandler, JsValue> {
Merge develop into 2.0
* remove pow and nonce * remove unused import --------- Co-authored-by: Thibault Martinez <[email protected]>
08ae030
to
0c74896
Compare
Description of change
This PR cleans up the client and wallet nodejs rust bindings.
Links to any relevant issues
Closes #699