Skip to content

Feat/rc naga 2025 04 07 #813

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

Open
wants to merge 41 commits into
base: LIT-4211-auth-refactor
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
756eb2c
add combiner for all
mikelodder7 Jan 27, 2025
eb24a01
fix generic-array version
mikelodder7 Jan 27, 2025
4ab5e93
remove unneeded code
mikelodder7 Jan 28, 2025
d3a198b
add tests for combine_and_verify that also print the results
mikelodder7 Jan 30, 2025
80b49b2
Merge pull request #779 from LIT-Protocol/ml/combine_all_signatures
Ansonhkg Jan 31, 2025
4a43aa3
add methods and struct for e2ee
mikelodder7 Feb 4, 2025
5d4ab05
feat: use rust unified combiner to support frost and multiple ecdsa s…
FedericoAmura Feb 11, 2025
63ac695
Merge branch 'refs/heads/feat/naga-fix-bls-wasm-cleanup' into feat/rc…
FedericoAmura Feb 12, 2025
e0b7b66
Merge branch 'refs/heads/feat/rc-naga-2025-01-30b' into feature/lit-4…
FedericoAmura Feb 12, 2025
fcc5757
feat: building fixes and cleanup
FedericoAmura Feb 12, 2025
6e736ff
feat: restore claims inside lit actions signature aggregation
FedericoAmura Feb 12, 2025
42a380f
feat: types unification
FedericoAmura Feb 12, 2025
d617a04
feat: removed unused types and executeJs return fixes
FedericoAmura Feb 12, 2025
f6213a4
feat: update PKPWallets with new signing schemes
FedericoAmura Feb 13, 2025
3112779
feat: linting fixes
FedericoAmura Feb 13, 2025
fe4c47b
feat: a missing linting fix that should complete ci check
FedericoAmura Feb 13, 2025
b04daad
fix: failing unit tests
FedericoAmura Feb 13, 2025
0f7a88e
fix: circular reference with PRODUCT_IDS
FedericoAmura Feb 14, 2025
341ea36
feat: clean ecdsa wasm
FedericoAmura Feb 14, 2025
b2734b7
feat: update pkpSign test to use verify all signing schemes and remov…
FedericoAmura Feb 14, 2025
976e3d7
feat: comment bls usage on pkpSign as it will not be supported yet
FedericoAmura Feb 14, 2025
685f759
feat: remove types import in constants
FedericoAmura Feb 17, 2025
df88cf5
Merge pull request #799 from LIT-Protocol/feature/lit-4007-js-sdk-add…
FedericoAmura Mar 11, 2025
4605191
chore: upload abi
Ansonhkg Apr 8, 2025
1350954
feat(abi): add `lastActiveEpoch`, `commission`, `commissionRate` and …
Ansonhkg Apr 8, 2025
f4e0bc8
add methods and struct for e2ee
mikelodder7 Feb 4, 2025
546b513
fix(crypto): linter issues
Ansonhkg Apr 9, 2025
cdf8f31
fix(naga): update mapper
Ansonhkg Apr 9, 2025
c139843
chore: update contracts package
Ansonhkg Apr 9, 2025
e162005
feat(e2ee): make use of lit-protocol nacl internal package and add tests
Ansonhkg Apr 9, 2025
547c1be
feat(e2ee): make use of internal nacl package and add tests, and remo…
Ansonhkg Apr 9, 2025
0f40949
Merge pull request #815 from LIT-Protocol/anson/propose-change-for-788
Ansonhkg Apr 9, 2025
c0d91e7
Merge branch 'feat/rc-naga-2025-04-07' into ml/e2ee
Ansonhkg Apr 9, 2025
6228dc7
Merge branch 'ml/e2ee' of https://github.com/LIT-Protocol/js-sdk into…
Ansonhkg Apr 9, 2025
5ce27a0
feat/fix(contracts-sdk): 1. fix undefined networkContext when getting…
Ansonhkg Apr 10, 2025
672fc01
chore: update contract data package
Ansonhkg Apr 10, 2025
fae9b81
fix(contracts-sdk): transform the network context into the correct fo…
Ansonhkg Apr 10, 2025
11c26d0
feat(realm): add realm id support - dynamicaly update the realmId by …
Ansonhkg Apr 10, 2025
2b661e4
fix(deploy): publish script
Ansonhkg Apr 10, 2025
17aabec
chore(tinny): update dependencies
Ansonhkg Apr 10, 2025
a2287c5
fix(test): executeJs's dataToSign must have hashed before sending off…
Ansonhkg Apr 14, 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
1 change: 1 addition & 0 deletions local-tests/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const createBuildConfig = (entry, outfile, globalName) => ({
format: 'esm',
inject: [getPath('./shim.mjs')],
mainFields: ['module', 'main'],
sourcemap: true,
...(globalName ? { globalName } : {}),
});

Expand Down
10 changes: 5 additions & 5 deletions local-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/tinny",
"version": "0.0.15",
"version": "0.0.19",
"description": "A package to run the test script for Lit Protocol with custom commands",
"type": "module",
"main": "./index.js",
Expand Down Expand Up @@ -89,9 +89,9 @@
"@solana/web3.js": "^1.95.3",
"bech32": "^2.0.0",
"pako": "^2.1.0",
"@lit-protocol/misc": "^7.0.0",
"@lit-protocol/lit-node-client": "^7.0.0",
"@lit-protocol/lit-auth-client": "^7.0.0",
"@lit-protocol/contracts": "^0.0.71"
"@lit-protocol/misc": "^8.0.0-alpha.0",
"@lit-protocol/lit-node-client": "^8.0.0-alpha.0",
"@lit-protocol/lit-auth-client": "^8.0.0-alpha.0",
"@lit-protocol/contracts": "^0.1.10"
}
}
Loading