Skip to content
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 Wasm Account Storage interface #597

Merged
merged 148 commits into from
Feb 22, 2022

Commits on Dec 7, 2021

  1. compile account in WASM

    Abdulrahim Al Methiab committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    f3b1fa6 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Merge remote-tracking branch 'origin/dev' into feat/wasm-bindings-acc…

    …ount
    Abdulrahim Al Methiab committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    e756160 View commit details
    Browse the repository at this point in the history
  2. PoC account and accountBuilder wasm bindings

    Abdulrahim Al Methiab committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    6958f5f View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. WASM binding PoC create_account()

    Abdulrahim Al Methiab committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    bcb4379 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/dev' into feat/wasm-bindings-acc…

    …ount
    
    # Conflicts:
    #	identity/Cargo.toml
    Abdulrahim Al Methiab committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    40ccb57 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. OneOrMany bindings PoC

    Abdulrahim Al Methiab committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    0c093d2 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/dev' into feat/wasm-bindings-acc…

    …ount
    Abdulrahim Al Methiab committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    41cb60b View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. bind create_method, delete_method, create_service

    Abdulrahim Al Methiab committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    6e9c903 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. add bindings for attach_method_relationship

    Abdulrahim Al Methiab committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    afd09f6 View commit details
    Browse the repository at this point in the history
  2. fix lint issues

    Abdulrahim Al Methiab committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    957f4c6 View commit details
    Browse the repository at this point in the history
  3. remove empty lines

    Abdulrahim Al Methiab committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    f898303 View commit details
    Browse the repository at this point in the history
  4. add detach_method_relationship

    Abdulrahim Al Methiab committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    b221ff6 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. add bindings for delete_service

    Abdulrahim Al Methiab committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    ee01e52 View commit details
    Browse the repository at this point in the history
  2. implement wasm_bindgen types needed for the storage trait

    Henrique Nogara committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    bc53a62 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. fix MethodRelationship type

    Abdulrahim Al Methiab committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    c170f97 View commit details
    Browse the repository at this point in the history
  2. refactor AccountBuilder

    Abdulrahim Al Methiab committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    fa64fea View commit details
    Browse the repository at this point in the history
  3. remove Sync + Send bound in the Storage trait, impl storage for WasmS…

    …torage
    Henrique Nogara committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    94b9d64 View commit details
    Browse the repository at this point in the history
  4. add create_did Account example

    Abdulrahim Al Methiab committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    4e86c46 View commit details
    Browse the repository at this point in the history
  5. add manipulate_did account example

    Abdulrahim Al Methiab committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    6d943f8 View commit details
    Browse the repository at this point in the history
  6. add lazy account example

    Abdulrahim Al Methiab committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    04bbb27 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. add macro for allowing two different storage trait

    Henrique Nogara committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    f1f8956 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. merge with latest dev

    Henrique Nogara committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    d170ef2 View commit details
    Browse the repository at this point in the history
  2. enable wasm for identity account, impl macro for converting Result<Js…

    …Value, JsValue> to an AccountResult
    Henrique Nogara committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    6cd3ec6 View commit details
    Browse the repository at this point in the history
  3. add license

    Henrique Nogara committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    402f905 View commit details
    Browse the repository at this point in the history
  4. add missing docs

    Henrique Nogara committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    0717213 View commit details
    Browse the repository at this point in the history
  5. rename extern type

    Henrique Nogara committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    25584e1 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. improve js naming, add missing wasmfragment type

    Henrique Nogara committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    ed7608e View commit details
    Browse the repository at this point in the history
  2. remove default-features from identity-account

    Henrique Nogara committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    3603663 View commit details
    Browse the repository at this point in the history
  3. remove default features from identity-account

    Henrique Nogara committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    7ab8fb7 View commit details
    Browse the repository at this point in the history
  4. remove DIDLease deserialize

    Henrique Nogara committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    840ccbb View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. add binding for sign()

    Abdulrahim Al Methiab committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    871c70b View commit details
    Browse the repository at this point in the history
  2. add node types

    Abdulrahim Al Methiab committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    34e36e2 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/dev' into feat/wasm-bindings-acc…

    …ount
    
    # Conflicts:
    #	identity/Cargo.toml
    Abdulrahim Al Methiab committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    230d0dd View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. fix account version

    Abdulrahim Al Methiab committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    90edfbd View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2022

  1. add typescript config example

    Abdulrahim Al Methiab committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    6d7bb31 View commit details
    Browse the repository at this point in the history
  2. remove redundant empty accountBuilderOptions

    Abdulrahim Al Methiab committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    5c44f08 View commit details
    Browse the repository at this point in the history
  3. remove duplicate of WasmSignatureOptions

    Abdulrahim Al Methiab committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    9492c9f View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. fix license, remove useless derives

    Henrique Nogara committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    8304d6a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev' into feat/wasm-storage

    Henrique Nogara committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    df10ca1 View commit details
    Browse the repository at this point in the history
  3. bindings for IdentitySetup

    Abdulrahim Al Methiab committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    b09be84 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. add uncheked example

    Abdulrahim Al Methiab committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    c8966e6 View commit details
    Browse the repository at this point in the history
  2. small fix unchecked.ts

    Abdulrahim Al Methiab committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    03ee5c1 View commit details
    Browse the repository at this point in the history
  3. add explorer URL for the examples

    Abdulrahim Al Methiab committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    8890a7d View commit details
    Browse the repository at this point in the history
  4. initial js implementation of memstorage

    Henrique Nogara committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    2012cf3 View commit details
    Browse the repository at this point in the history
  5. add method_secret to create_method(..) binding

    Abdulrahim Al Methiab committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    8ab216d View commit details
    Browse the repository at this point in the history
  6. pass auto_save to account builder

    Abdulrahim Al Methiab committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    cfe3fc9 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. cargo fix

    Abdulrahim Al Methiab committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    c3d07dc View commit details
    Browse the repository at this point in the history
  2. fix update_documenet_unchecked return type in the bindings

    Abdulrahim Al Methiab committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    47b0bde View commit details
    Browse the repository at this point in the history
  3. fix merge conflicts, fix clippy warnings

    Henrique Nogara committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    ef064dc View commit details
    Browse the repository at this point in the history
  4. fix cargo.toml format

    Henrique Nogara committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    e1a0e77 View commit details
    Browse the repository at this point in the history
  5. wasm bindings for fetch_state()

    Abdulrahim Al Methiab committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    1be4e2d View commit details
    Browse the repository at this point in the history
  6. port publish_with_optoins(..)

    Abdulrahim Al Methiab committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    0664bb2 View commit details
    Browse the repository at this point in the history
  7. fix clippy issue

    Abdulrahim Al Methiab committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    84bd2fd View commit details
    Browse the repository at this point in the history
  8. cargo fmt fix

    Abdulrahim Al Methiab committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    2f0fb41 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. solve merge conflicts with dev

    Henrique Nogara committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    2634c8f View commit details
    Browse the repository at this point in the history
  2. solve merge conflicts with account bindings

    Henrique Nogara committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    3fb1128 View commit details
    Browse the repository at this point in the history
  3. fix merge errors, change bindings folder structure

    Henrique Nogara committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    450bc5b View commit details
    Browse the repository at this point in the history
  4. fix format issue

    Abdulrahim Al Methiab committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    39660b5 View commit details
    Browse the repository at this point in the history
  5. remove comm feature

    Abdulrahim Al Methiab committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    b93d9d7 View commit details
    Browse the repository at this point in the history
  6. add build command to README

    Abdulrahim Al Methiab committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    998b550 View commit details
    Browse the repository at this point in the history
  7. add placeholder multiple_identities example

    Abdulrahim Al Methiab committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    49408a4 View commit details
    Browse the repository at this point in the history
  8. remove setEncoding from config.ts

    Abdulrahim Al Methiab committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    80850f0 View commit details
    Browse the repository at this point in the history
  9. improve comment formating in config.ts

    Abdulrahim Al Methiab committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    a3bdcda View commit details
    Browse the repository at this point in the history
  10. refactor AccountBuilder to take Config instead of Client

    Abdulrahim Al Methiab committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    f4afa07 View commit details
    Browse the repository at this point in the history
  11. check for error type in config.ts

    Abdulrahim Al Methiab committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    3e0bd1a View commit details
    Browse the repository at this point in the history
  12. refactor delete_method to take duck-typed interface

    Abdulrahim Al Methiab committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    181f191 View commit details
    Browse the repository at this point in the history
  13. add node-fetch dependency

    Abdulrahim Al Methiab committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    78311fd View commit details
    Browse the repository at this point in the history
  14. move WasmAutoSave to seperate file

    Abdulrahim Al Methiab committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    84f65db View commit details
    Browse the repository at this point in the history
  15. move PromiseAccount to seperate extern "C"

    Abdulrahim Al Methiab committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    7f0cb2f View commit details
    Browse the repository at this point in the history
  16. rename autosave

    Abdulrahim Al Methiab committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    148bb3e View commit details
    Browse the repository at this point in the history
  17. move identity_setup to seperate file

    Abdulrahim Al Methiab committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    4430a86 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. typo in method_secret.rs

    Abdulrahim Al Methiab committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    5deeb19 View commit details
    Browse the repository at this point in the history
  2. refactor deserialization in attach_method_relationship

    Abdulrahim Al Methiab committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    39e05e8 View commit details
    Browse the repository at this point in the history
  3. refactor attach_method_relationship

    Abdulrahim Al Methiab committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    e143c1d View commit details
    Browse the repository at this point in the history
  4. refactor attach_method_relationship

    Abdulrahim Al Methiab committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    0e5d27b View commit details
    Browse the repository at this point in the history
  5. refactor create_method.rs and create_service.rs

    Abdulrahim Al Methiab committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    85ae4d4 View commit details
    Browse the repository at this point in the history
  6. remove unused imports

    Abdulrahim Al Methiab committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    9a8ed2e View commit details
    Browse the repository at this point in the history
  7. rename serviceType to type

    Abdulrahim Al Methiab committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    8240688 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2022

  1. impl wasmdidlease, improve javascript memstorage

    Henrique Nogara committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    6e775b9 View commit details
    Browse the repository at this point in the history
  2. some improvements

    Abdulrahim Al Methiab committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    3e1c08a View commit details
    Browse the repository at this point in the history
  3. derive clone for Client only if WASM

    Abdulrahim Al Methiab committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    3486e20 View commit details
    Browse the repository at this point in the history
  4. fix dependency issues

    Abdulrahim Al Methiab committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    6a612bf View commit details
    Browse the repository at this point in the history
  5. add is_empty check for detach_method_relationship

    Abdulrahim Al Methiab committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    035fbc3 View commit details
    Browse the repository at this point in the history
  6. refactor (rename files)

    Abdulrahim Al Methiab committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    1896cf2 View commit details
    Browse the repository at this point in the history
  7. merge publish_with_options(..) in publish()

    Abdulrahim Al Methiab committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    be00e5f View commit details
    Browse the repository at this point in the history
  8. extend unchecked.ts to include adding a custom property to document.

    Abdulrahim Al Methiab committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    d9617a0 View commit details
    Browse the repository at this point in the history
  9. fix clippy issues

    Abdulrahim Al Methiab committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    a9e2259 View commit details
    Browse the repository at this point in the history
  10. remove logger

    Abdulrahim Al Methiab committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    2bf3d18 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. refactor errors in updates

    Abdulrahim Al Methiab committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    60dc7c6 View commit details
    Browse the repository at this point in the history
  2. add properties to create_service

    Abdulrahim Al Methiab committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    62fe8f9 View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    Abdulrahim Al Methiab committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    1dcb801 View commit details
    Browse the repository at this point in the history
  4. merge with account-bindings, fix clippy and fmt

    Henrique Nogara committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    2f7b0ce View commit details
    Browse the repository at this point in the history
  5. run cargo fmt, fix typo, change error variant

    Henrique Nogara committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    07b7894 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. add ts interface, fix typo

    Henrique Nogara committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    ea8efd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    328d11f View commit details
    Browse the repository at this point in the history
  3. fmt, remove getter anotation

    Henrique Nogara committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    e9db13b View commit details
    Browse the repository at this point in the history
  4. fix doc

    Henrique Nogara committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    dbaccbd View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. fix import format

    Abdulrahim Al Methiab committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    975f184 View commit details
    Browse the repository at this point in the history
  2. fix typo, cargo fmt

    Abdulrahim Al Methiab committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    1f1bcdf View commit details
    Browse the repository at this point in the history
  3. format cargo files

    Abdulrahim Al Methiab committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    a73f6fe View commit details
    Browse the repository at this point in the history
  4. remove structural

    Abdulrahim Al Methiab committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    eacaf02 View commit details
    Browse the repository at this point in the history
  5. remove wasmfragment, add wasmdidlease return, do not expose wasmident…

    …itystate fields
    Henrique Nogara committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    f2749dc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f98ce65 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. fix exposed process_update(..)

    Abdulrahim Al Methiab committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    dc00538 View commit details
    Browse the repository at this point in the history
  2. implement multiple_identities.ts

    Abdulrahim Al Methiab committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    117dcfe View commit details
    Browse the repository at this point in the history
  3. create implementation for options

    Abdulrahim Al Methiab committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    9930107 View commit details
    Browse the repository at this point in the history
  4. refactor .storage() to return an Arc

    Abdulrahim Al Methiab committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    8769906 View commit details
    Browse the repository at this point in the history
  5. refactor duplicated defaults in create_method.rs

    Abdulrahim Al Methiab committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    7a31e80 View commit details
    Browse the repository at this point in the history
  6. refactor create_signed_*

    Abdulrahim Al Methiab committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    3979ec0 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. improve documentation

    Abdulrahim Al Methiab committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    9ce9b90 View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    Abdulrahim Al Methiab committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    778fd26 View commit details
    Browse the repository at this point in the history
  3. fix formatting issue

    Abdulrahim Al Methiab committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    28f15e2 View commit details
    Browse the repository at this point in the history
  4. small example fix

    Abdulrahim Al Methiab committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    e09d4a2 View commit details
    Browse the repository at this point in the history
  5. improve .storage() return type.

    Abdulrahim Al Methiab committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    a67291f View commit details
    Browse the repository at this point in the history
  6. Solve conflicts with wasm-account-bindings

    Henrique Nogara committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    6810cb2 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. improve README

    Abdulrahim Al Methiab committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    ffd2773 View commit details
    Browse the repository at this point in the history
  2. improve config.ts

    Abdulrahim Al Methiab committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    19662f5 View commit details
    Browse the repository at this point in the history
  3. improve TS examples

    Abdulrahim Al Methiab committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    f8dbcc3 View commit details
    Browse the repository at this point in the history
  4. change WasmRefCell to RefCell

    Abdulrahim Al Methiab committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    52dac18 View commit details
    Browse the repository at this point in the history
  5. rename account_builder.rs to wasm_account_builder.rs

    Abdulrahim Al Methiab committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    6475728 View commit details
    Browse the repository at this point in the history
  6. rename at/detach_relationship(..)

    Abdulrahim Al Methiab committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    5e6cd84 View commit details
    Browse the repository at this point in the history
  7. rename at/detach_method_relationship.rs

    Abdulrahim Al Methiab committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    4996f61 View commit details
    Browse the repository at this point in the history
  8. improve create_service.rs

    Abdulrahim Al Methiab committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    75d21d0 View commit details
    Browse the repository at this point in the history
  9. small improvements

    Abdulrahim Al Methiab committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    ec0356a View commit details
    Browse the repository at this point in the history
  10. remove as_ref() and change WasmRefCell

    Abdulrahim Al Methiab committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    0c3bbc5 View commit details
    Browse the repository at this point in the history
  11. remove from implementation for a borrow

    Abdulrahim Al Methiab committed Feb 7, 2022
    2 Configuration menu
    Copy the full SHA
    e21f7ea View commit details
    Browse the repository at this point in the history
  12. remove wasm dependency from identity/cargo.toml

    Abdulrahim Al Methiab committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    9b3e009 View commit details
    Browse the repository at this point in the history
  13. update api-reference

    Abdulrahim Al Methiab committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    b842417 View commit details
    Browse the repository at this point in the history
  14. remove autopublish from `manipulate_did.ts

    Abdulrahim Al Methiab committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    7d4643e View commit details
    Browse the repository at this point in the history
  15. Merge remote-tracking branch 'origin/dev' into feat/wasm-bindings-acc…

    …ount
    
    # Conflicts:
    #	identity-account/src/account/config.rs
    Abdulrahim Al Methiab committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    90c6584 View commit details
    Browse the repository at this point in the history
  16. remove milestone

    Abdulrahim Al Methiab committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    6526dc4 View commit details
    Browse the repository at this point in the history
  17. remove useless conversion

    Abdulrahim Al Methiab committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    b503fe5 View commit details
    Browse the repository at this point in the history
  18. typo in config.ts

    Co-authored-by: Craig Bester <craig.bester@iota.org>
    abdulmth and cycraig committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    c85826b View commit details
    Browse the repository at this point in the history
  19. Apply suggestions from code review

    Co-authored-by: Craig Bester <craig.bester@iota.org>
    abdulmth and cycraig committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    644c9ad View commit details
    Browse the repository at this point in the history
  20. update links for the examples

    Abdulrahim Al Methiab committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    b579228 View commit details
    Browse the repository at this point in the history
  21. use builder instead of AccountConfig

    Abdulrahim Al Methiab committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    7cbc644 View commit details
    Browse the repository at this point in the history
  22. implement From for SignatureOptions

    Abdulrahim Al Methiab committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    aec32e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. reverse to original impl From<WasmSignatureOptions>

    Abdulrahim Al Methiab committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    6850fb8 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. solve merge with account bindings

    Henrique Nogara committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    5e9cdd2 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. merge with epic branch

    Henrique Nogara committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    68b251a View commit details
    Browse the repository at this point in the history
  2. move update files

    Henrique Nogara committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    d041967 View commit details
    Browse the repository at this point in the history
  3. add cfg_attr to avoid CI warnings

    Henrique Nogara committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    9fc551c View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. merge with epic - remove didlease conflicts

    Henrique Nogara committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    a54ede7 View commit details
    Browse the repository at this point in the history
  2. add comments, remove useless code, rename types

    Henrique Nogara committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    b557e73 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. remove file, throw error in ts, remove unused type

    Henrique Nogara committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    ad1779f View commit details
    Browse the repository at this point in the history
  2. improve erro msgs, and comments

    Henrique Nogara committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    86a8585 View commit details
    Browse the repository at this point in the history
  3. clippy

    Henrique Nogara committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    28affe7 View commit details
    Browse the repository at this point in the history
  4. merge with epic - docs

    Henrique Nogara committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    c07aa0c View commit details
    Browse the repository at this point in the history