Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dwallet-labs/dwallet-network
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: gonative-cc/dwallet-network
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 1,031 files changed
  • 22 contributors

Commits on Feb 22, 2024

  1. init signature mpc

    omersadika committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    c526c45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbcfa84 View commit details
    Browse the repository at this point in the history
  3. remove github actions

    zeevmoney committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    50d8b67 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. add dwallet docs website

    Added logo
    
    updated logo
    
    Update README.md
    
    Update README.md
    
    fix node version
    
    fix node version
    
    fix pnpm version
    
    added vercel configuration
    
    fixed the edit button url
    JordyOnTheBeat authored and zeevmoney committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    88ed8ce View commit details
    Browse the repository at this point in the history
  2. tests fixes

    omersadika authored and zeevmoney committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    0e6077c View commit details
    Browse the repository at this point in the history
  3. fix sign issue

    omersadika authored and zeevmoney committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    c7474be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5176019 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    cdc0d90 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. docker/explorer: add explorer container image (#12)

    Co-authored-by: Zeev Manilovich <zeevmanilovich@gmail.com>
    Fadude and zeevmoney authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    39476d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. explorer: Fixed Testnet and Devnet menu route to dWallet rpc and chan…

    …ge sizing of the textbox (#24)
    
    Co-authored-by: Shay malichi <shaymalichi@Shays-MacBook-Pro.local>
    shaymalichi and Shay malichi authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    6add4be View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. mpc and sui light client (#26)

    Co-authored-by: Alexander Ludwig <alexanderludwig98@gmail.com>
    Co-authored-by: Omer Sadika <omersadika@gmail.com>
    Co-authored-by: alexanderludwig <alexanderludwig@users.noreply.github.com>
    Co-authored-by: Yehonatan Cohen Scaly <scalys7@gmail.com>
    Co-authored-by: floyddeadshot <jusheinz@aol.de>
    Co-authored-by: Asaf Fadida <fadida.asaf@gmail.com>
    7 people authored May 8, 2024
    Configuration menu
    Copy the full SHA
    f05d65a View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. chore: sync latest version of Pera (#10)

    * modified explorer website to fit dWalletLabs
    
    (cherry picked from commit cbcfa84)
    
    * apps/explorer: fixed testnet and tevnet menu route to dWallet rpc and change sizing of the textbox (#24)
    
    Co-authored-by: Shay malichi <shaymalichi@Shays-MacBook-Pro.local>
    (cherry picked from commit 6add4be)
    
    * remove github actions
    
    (cherry picked from commit 50d8b67)
    
    * remove vercel and turbo
    
    * docker/explorer: add explorer container image (#12)
    
    Co-authored-by: Zeev Manilovich <zeevmanilovich@gmail.com>
    (cherry picked from commit 39476d4)
    
    * markdwons
    
    * remove not needed files
    
    * .cargo: fix config file to updated format (#35)
    
    Co-authored-by: Shay malichi <shaymalichi@Shays-MacBook-Pro-2.local>
    
    * eth-light-client: Add helios Import & add a base for crate eth-light-client  (#48)
    
    Co-authored-by: Shay malichi <shaymalichi@Shays-MacBook-Pro-2.local>
    
    * eth-light-client: Create the EthDwallet Subcommand & EthSettings struct (#33)
    
    Co-authored-by: Shay malichi <shaymalichi@Shays-MacBook-Pro-2.local>
    Co-authored-by: Zeev Manilovich <zeevmoney@users.noreply.github.com>
    
    * crates/sui: fix compilation error (#63)
    
    Co-authored-by: Shay malichi <shaymalichi@Shays-MacBook-Pro-2.local>
    
    * dwallet-network: add `dwallet`, `dwallet_2pc_mpc_ecdsa_k1` move modules (#38)
    
    ---------
    
    Co-authored-by: Zeev Manilovich <zeevmanilovich@gmail.com>
    Co-authored-by: Zeev Manilovich <zeevmoney@users.noreply.github.com>
    
    * cargo: fix build (#115)
    
    * .github/workflows: CI (fmt)
    
    * `dwallet-network`: added test module for `dwallet_2pc_mpc_ecdsa_k1` move module (#119)
    
    ---------
    
    Co-authored-by: Zeev Manilovich <zeevmanilovich@gmail.com>
    Co-authored-by: Zeev Manilovich <zeevmoney@users.noreply.github.com>
    Co-authored-by: Yehonatan Cohen Scaly <scalys7@gmail.com>
    
    * dwallet-network/eth-light-client: add light client config + eth dwallet sub commands (#83)
    
    ---------
    
    Co-authored-by: Zeev Manilovich <zeevmanilovich@gmail.com>
    
    * dwallet-network/eth-light-client: add cli command `connect-eth-dwallet` (#84)
    
    ---------
    
    Co-authored-by: Zeev Manilovich <zeevmanilovich@gmail.com>
    
    * dwallet-network/eth-light-client: added cli command `init-eth-state` (#85)
    
    Co-authored-by: Zeev Manilovich <zeevmanilovich@gmail.com>
    
    * dwallet-network/eth-light-client: add ethereum cli command `verify-message` (#86)
    
    ---------
    
    Co-authored-by: Zeev Manilovich <zeevmanilovich@gmail.com>
    Co-authored-by: Zeev Manilovich <zeevmoney@users.noreply.github.com>
    
    * dwallet-network:eth-light-client: added ethereum proofs move modules and native functions (#88)
    
    Co-authored-by: Zeev Manilovich <zeevmanilovich@gmail.com>
    Co-authored-by: Zeev Manilovich <zeevmoney@users.noreply.github.com>
    Co-authored-by: Yehonatan Cohen Scaly <scalys7@gmail.com>
    
    * all: rename to dwallet and add placeholder for dwallet ts module (#149)
    
    * feat: sui state proofs (#23)
    
    ---------
    
    Co-authored-by: Zeev Manilovich <zeevmanilovich@gmail.com>
    
    * Bump webpack from 5.79.0 to 5.94.0 (#193)
    
    Bumps [webpack](https://github.com/webpack/webpack) from 5.79.0 to 5.94.0.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v5.79.0...v5.94.0)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * fix docker & Remove redundant `sdk/create-dapp/templates/react-e2e-counter` folder (#198)
    
    * feat(proof MPC flow): Add a move function to initiate flow & a matching rust event (#225)
    
    ---------
    
    Co-authored-by: Itay <itaylevy134@gmail.com>
    Co-authored-by: Zeev Manilovich <zeevmanilovich@gmail.com>
    
    * `dwallet-network`: Ethereum light client fix (#213)
    
    ---------
    
    Co-authored-by: Zeev Manilovich <zeevmanilovich@gmail.com>
    
    * `ethereum-light-client`: add wasm functions to use in eth lc typescript sdk (#264)
    
    * add ethereum light client wasm functions to use in eth lc typescript sdk
    
    * `ethereum-light-client`: add light client interface to typescript sdk (#265)
    
    * add ethereum light client commands to typescript sdk
    
    * `ethereum-light-client`: move beacon block verification (#271)
    
    * move beacon block verification to the state verification function instead of verifying when approving the message
    
    * `ethereum-light-client`: update state only when necessary (#272)
    
    * Updating the state now only happens if the message cannot be verified using the current state.
    If the current state includes the message then it won't be updated.
    
    *  update checkpoints & hashes for initial state
    * take `LatestEthereumState` object id from `EthereumDWalletCap` when it is not provided from config.
    
    * `ethereum-light-client`: native functions returns structs (#275)
    
    * native functions returns structs instead of tuples
    
    * add missing dependency (#279)
    
    * `ethereum-light-client`: return message approval from `verify_message` call (#281)
    
    * `ethereum-light-client`: add proof verification before move call (#285)
    
    * .github/workflows: add image builder CI (#295)
    
    * sync
    
    * fmt
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Yuval Elmoalem <yuval.elmo@dwalletlabs.com>
    Co-authored-by: shaymalichi <46198407+shaymalichi@users.noreply.github.com>
    Co-authored-by: Zeev Manilovich <zeevmanilovich@gmail.com>
    Co-authored-by: Asaf Fadida <44270096+Fadude@users.noreply.github.com>
    Co-authored-by: Shay malichi <shaymalichi@Shays-MacBook-Pro-2.local>
    Co-authored-by: Zeev Manilovich <zeevmoney@users.noreply.github.com>
    Co-authored-by: Yuval Elmoalem <82144075+yuvalelmo@users.noreply.github.com>
    Co-authored-by: yarined <44356434+yarined@users.noreply.github.com>
    Co-authored-by: Yehonatan Cohen Scaly <scalys7@gmail.com>
    Co-authored-by: alexanderludwig <alexanderludwig@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: yaelAbergel <42145434+yaelAbergel@users.noreply.github.com>
    Co-authored-by: Itay <itaylevy134@gmail.com>
    14 people authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    73cd765 View commit details
    Browse the repository at this point in the history
Loading