Skip to content

Replace litConnectModal with Wagmi #751

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

Closed
Closed
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
c235094
replace litConnectModal with wagmi
anshss Dec 28, 2024
94c091a
Merge branch 'master' into anshs
Ansonhkg Dec 30, 2024
429b95c
fix: linting errs
anshss Jan 2, 2025
c2e4e6d
refactor: litConnectModal as deafult
anshss Jan 2, 2025
456ad3b
chore: update version to `7.0.4`
Ansonhkg Jan 2, 2025
6711032
feat: wagmi as optional
anshss Jan 2, 2025
9fd958c
fmt
Ansonhkg Jan 2, 2025
1525da4
Merge pull request #753 from LIT-Protocol/v7.0.4-Publish
Ansonhkg Jan 2, 2025
412264b
fmt
Ansonhkg Jan 2, 2025
382d38d
Merge branch 'master' into anshs
Ansonhkg Jan 2, 2025
39af557
docs: improve package descriptions in READMEs
devin-ai-integration[bot] Jan 2, 2025
b3f6537
docs: update core package READMEs with improved descriptions and exam…
devin-ai-integration[bot] Jan 2, 2025
dd4a818
docs: update auth package READMEs with improved descriptions
devin-ai-integration[bot] Jan 2, 2025
14b4c41
docs: update PKP package READMEs with improved documentation
devin-ai-integration[bot] Jan 2, 2025
873aacf
docs: improve package descriptions and standardize README formatting
devin-ai-integration[bot] Jan 2, 2025
19054af
docs: improve root README.md organization and clarity
devin-ai-integration[bot] Jan 2, 2025
5884685
docs: fix formatting issues in README.md
devin-ai-integration[bot] Jan 2, 2025
7893a7c
doc: clean up devin's work
Ansonhkg Jan 2, 2025
763bd14
fmt
Ansonhkg Jan 2, 2025
fee3b14
doc: cleanup Devin's work
Ansonhkg Jan 2, 2025
862199b
fix logger test
susumutomita Jan 3, 2025
30f3217
fix wrapped keys test issue760
susumutomita Jan 4, 2025
9f0bcde
docs: address reviewer feedback on README
devin-ai-integration[bot] Jan 6, 2025
45efa33
chore: fix formatting
devin-ai-integration[bot] Jan 6, 2025
6cd6f07
Update packages/pkp-base/README.md
Ansonhkg Jan 6, 2025
90ee710
chore: apply prettier formatting
devin-ai-integration[bot] Jan 6, 2025
35137ce
feat: fix feedback devin missed
FedericoAmura Jan 6, 2025
0801de0
feat: fix feedback devin missed
FedericoAmura Jan 6, 2025
b1ed607
Merge pull request #761 from susumutomita/fix/wrapped-keys-test-issue760
Ansonhkg Jan 15, 2025
71a8f2d
Merge pull request #759 from susumutomita/bugfix/logger-tests-issue758
Ansonhkg Jan 15, 2025
6fb9791
Merge pull request #754 from LIT-Protocol/devin/1735845077-update-rea…
Ansonhkg Jan 15, 2025
e1fd8bd
Merge branch 'master' into anshs
Ansonhkg Jan 15, 2025
f1d068d
fix(ci): update Rust version to 1.83.0 for wasm compatibility
Ansonhkg Jan 15, 2025
d4e1a64
Merge pull request #766 from LIT-Protocol/feature/lit-4129-js-sdk-fix…
Ansonhkg Jan 15, 2025
309512b
Merge branch 'master' into anshs
Ansonhkg Jan 15, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -25,7 +25,11 @@ jobs:
node-version: '20'
cache: 'yarn'
- name: Install rust
uses: dtolnay/rust-toolchain@1.76.0
uses: actions-rs/toolchain@v1
with:
toolchain: 1.83.0
override: true
components: rust-std
- uses: jetli/wasm-pack-action@v0.4.0
with:
# Optional version of wasm-pack to install(eg. 'v0.9.1', 'latest')
Loading