Skip to content

Commit

Permalink
Problem: not exposing c++ api for wc 2.0 sign , send tx cronos-labs#453
Browse files Browse the repository at this point in the history
working

print qr

port wc 1.0 apis

reformat

tidy up

testing send tx

add makefile

add qrcode

move use

send_tx code added

add signing

reformat

fix signing

reformat

add zero padding to hex

tidy up

tidy up

refactoring

not use chain-id

remove Makefile

restore main

fix chainid compare

restore lock

fix compile

skip check

only cargo check

fix clippy

update defi-wallet-core
Cargo.lock

update cargo
  • Loading branch information
leejw51crypto committed Jun 12, 2023
1 parent 2b4f5a3 commit e4ca82c
Show file tree
Hide file tree
Showing 13 changed files with 957 additions and 156 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-stable-${{ hashFiles('**/Cargo.lock') }}
- run: cargo check --all
- run: cargo check
test:
name: cargo test
runs-on: ubuntu-latest
Expand Down
18 changes: 18 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,21 @@ demo/cronos.h
demo/sdk

install

wallet-connect/qrcode.png

wallet-connect/session.bin

defi-wallet-core-rs

demo/third_party/easywsclient

demo/third_party/json

wallet-connect/yarn.lock

wallet-connect/node_modules/

.DS_Store

sessioninfo2.json
Loading

0 comments on commit e4ca82c

Please sign in to comment.