Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* First commit * Update path * Add default pkg to github * readme * update lib * update client with fraser fork * Update sub module * update * update sub module * Update * update sub module * Update casper-types * update methods and exports * debug info_get_deploy * Clean up * up * Renme sub module * Rename mv folders * sub module rip * update paths * update pkg * update name sdk * oops * update name again * update frontend lock * update json pkg * update pkg & app for json * update json * add state_get_account_info * stash dev * start to tidy things * remove old poc * Clean up * Put deploy woot * remove await * add some types * BlockIdentifier to option * hexToUint8Array exposed * Add some rpcs methods and change params order * Fix some types * Fix some types Digest & DeployHash * missing js_name * Add PublicKey type * Expose cli to sdk * account hash type fix * Start make_deploy add type DeployStrParams SessionStrParams PaymentStrParams * use casper_types::Timestamp * Debug make_deploy make_transfer getter on oncecell string unwraping to unreachbale * update session params to make deploy * Deploy to string back * Last state of frontend app * Update to last dev version * Remove debug f64 * Update deploy to json (bigint to string in js for now) * Update last state * Don't use serde_wasm_bindgen anymore + remove js_sys timestamp to chrono * Current state + add speculative_transfer + json_pretty_print * sign deploy * Adding helper privateToPublicKey * Add getTimestamp * // small change * Implement addArg to deploy * deploy.sign * stash simple arg for addArg * update sub module rs-client * Deploy without approvals * Remove fix me * addArg from json arg * test session_args_json * Update sub module * Update sub module * Add Deploy.withSession and Deploy.withTransfer as static * Add dummy rust consuming app * Remove js aliases from lib * Expose get_peers to lib for now * some struct changes * bad save * Update rpc calls structure between wasm32 and not wasm32 * Clean up sdk * satrt a deploy builder with * modify_session * modify_session * Update with* * Add Hash * Clean params default * Introduce SdkError * Start to rework bad api for rapc calls * bad commmit * Remove test * Update get_dictionary_item * Begin to rework api * small change * Rework api get_account * get auction api * BlockIdentifierInput * get balance api * change api for some rpc calls * Change API query global state and get balance * Update api for deploys * Fix options * call_entrypoint + fix build * query_contract * add contract methods * update sub module * move rust app to tests * Move Tauri app * Add angular app * Update angular app + debug * Fix few things for dict identifier * Fix path in query global state * start PB/PV key * Add make_transfer to app * start ui with make_deploy * fix transfer * Update app * Bug dictionary_item + query_contract_dict * Update app * Bug isExpired * update sign deploy * Speculative exec * update motesToCSPR * Bug path + install * Add basic network mngt * Start to remove serialize result to some types * target_arch = "wasm32 * Add some integration tests for rpc + utils * Remove casper types from tests * Update tests * Update app * Add some integration tests * Adding some integration tests * Add first e2e test for angular app * Add nodejs folder * clean up * update readme * typo * Bad test * Update casper client * Fix account identifier * add some e2e tests * Add some e2e tests * Move test wasm path * Update tests * bad state root hash * Test install cep78 * Remove console.log * Fix some e2e tests * Update e2e tests * Update e2e tests * Update integration tests * Remove a todo in era info test * small change * Update post merge feat-2.0 * Remove submodule * Remove .gitmodules file * Remove submodule * move folder * add clipboard and highlight * Upload pkg * Change structure Signed-off-by: gRoussac <[email protected]> * Fix react app * Fix some pathes * Start to change node_adress param * Renaming * node address + rename wasm * react app node_address * Remove Tauri app * Fix node_adress + verbosity * verbosity react app * path e2e * Update intergation tests * Test verbosity + app icon * Partial update readme * Update readme * Update readme * Update cargo toml * Readme * Update doc * Readme * Upload a pkg for doc purpose * Update docs * Remove logging * Doc update * doc * Compile with 1.5 dev branches * Change public/private key in react app * isValid / isExpired is not 1.5 * get_node_address in get_node_address * Fix finalized_approvals * get_node_address * Bad seed_uref * move block hash query in integraton test * Update e2e tests * Update tests integration * Integration tests 1.6 specific * dictionary uref test * stash * stash * Remove sleep time between tests and use -- --test-threads=1 * Readme -- --test-threads=1 * Missing target_arch on some alias * insert_js_value_arg fro wasm32 * bad import * Update build * Remove toJson for non wasm32 * Missing commit on tests * Parse json for some tests in 1.6 * to_json_string * Update tests for 1.6 * Update readme * Update readme + examples * Update readme for examples * Small changes in readme * typo * Update build and doc * Update README.md Co-authored-by: Adam Stone <[email protected]> * Update README.md Co-authored-by: Adam Stone <[email protected]> * Update README.md Co-authored-by: Adam Stone <[email protected]> * Update README.md Co-authored-by: Adam Stone <[email protected]> * Update README.md Co-authored-by: Adam Stone <[email protected]> * Update README.md Co-authored-by: Adam Stone <[email protected]> * Update README.md Co-authored-by: Adam Stone <[email protected]> * Update README.md Co-authored-by: Adam Stone <[email protected]> * Update README.md Co-authored-by: Adam Stone <[email protected]> * Update README.md Co-authored-by: Adam Stone <[email protected]> * Update README.md Co-authored-by: Adam Stone <[email protected]> * Update README.md Co-authored-by: Adam Stone <[email protected]> * Update README.md Co-authored-by: Adam Stone <[email protected]> * Update README.md Co-authored-by: Adam Stone <[email protected]> * Update README.md Co-authored-by: Adam Stone <[email protected]> * Update README.md Co-authored-by: Adam Stone <[email protected]> * Update README.md Co-authored-by: Adam Stone <[email protected]> * Update README.md Co-authored-by: Adam Stone <[email protected]> * Update README.md Co-authored-by: Adam Stone <[email protected]> * Update README.md Co-authored-by: Adam Stone <[email protected]> * Update README.md Co-authored-by: Adam Stone <[email protected]> * Readme update * Add cargo config * Remove cargo config * Update cargo.toml to exlude folders from crate * Update docs * Last build app --------- Signed-off-by: gRoussac <[email protected]> Co-authored-by: Adam Stone <[email protected]> Test doc index Move readme test Remove readme test
- Loading branch information