Skip to content
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

[rc-naga-2025-01-23] Feat/naga fix bls wasm cleanup #776

Open
wants to merge 50 commits into
base: feature/lit-3748-naga
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
05c0fd6
yay it works
Ansonhkg Jan 11, 2025
2ed3e9a
feat: verify works
Ansonhkg Jan 11, 2025
37b54b4
feat: decrypt works
Ansonhkg Jan 11, 2025
803c87e
chore: clean up
Ansonhkg Jan 11, 2025
9d52f3b
ftm
Ansonhkg Jan 11, 2025
a9571fb
fix: type mismatch
Ansonhkg Jan 14, 2025
4f8e2b6
fix(ci): update `NAGA_COMMIT_HASH`
Ansonhkg Jan 15, 2025
06f6fad
fix(ci): update Rust version to 1.83.0 for wasm compatibility
Ansonhkg Jan 15, 2025
e7183c0
feat(lit-node-client-nodejs): LIT-4124 - Remove now-unused shareIndex…
MaximusHaximus Jan 15, 2025
bc74bf0
chore(ci): update `NAGA_COMMIT_HASH` for `rc-naga-2025-01-15` branch
Ansonhkg Jan 15, 2025
3c581d1
feat: add naga dev support
Ansonhkg Jan 16, 2025
1a31a67
fix: wrong ABI - using dev instead of prod and set hardcoded realmid …
Ansonhkg Jan 16, 2025
d67c040
fix(contracts-sdk): `PriceFeed` not found & passing realmId to PriceF…
Ansonhkg Jan 16, 2025
16a456b
chore: make REALM_ID more visible to be fixed in the future
Ansonhkg Jan 16, 2025
aa62490
add rust-toolchain.toml so we autoinstall some necessary rust stuff
glitch003 Jan 16, 2025
3d1bd01
Merge pull request #768 from LIT-Protocol/feature/js-sdk-naga-add-nag…
Ansonhkg Jan 16, 2025
eac65fa
Merge pull request #767 from LIT-Protocol/feature/lit-4132-js-sdk-nag…
Ansonhkg Jan 16, 2025
a2d2164
chore(ci): update `NAGA_COMMIT_HASH` to use `rc-naga-2025-01-16` branch
Ansonhkg Jan 16, 2025
27bc58d
Merge branch 'feature/lit-4124-js-sdk-naga-fix-bls-wasm' of https://g…
Ansonhkg Jan 16, 2025
16a1a50
feat: add naga dev support
Ansonhkg Jan 16, 2025
3e57df1
fix: wrong ABI - using dev instead of prod and set hardcoded realmid …
Ansonhkg Jan 16, 2025
c8c37c2
fix(contracts-sdk): `PriceFeed` not found & passing realmId to PriceF…
Ansonhkg Jan 16, 2025
e1be5fe
chore: make REALM_ID more visible to be fixed in the future
Ansonhkg Jan 16, 2025
dbfcc56
👀 quick update
Ansonhkg Jan 18, 2025
f1f8146
Merge branch 'naga-clean-base-2' into feature/lit-4124-js-sdk-naga-fi…
Ansonhkg Jan 22, 2025
0a3be46
feat(types): add types and export updates
Ansonhkg Jan 22, 2025
1cb2f2b
chore(client-node-js): cleanup unused imports, remove commented examp…
Ansonhkg Jan 22, 2025
7dd5c37
deprecate(client): mark `combineShares`, `getJWTParams`, `combineShar…
Ansonhkg Jan 22, 2025
926c774
feat(types): update interface and refactor optional fields
Ansonhkg Jan 22, 2025
1490ee9
feat(bls): refactor bls.rs to use `lit-bls-wasm` as a dependency and …
Ansonhkg Jan 23, 2025
90bef25
fmt
Ansonhkg Jan 23, 2025
362f7ae
fix: remove specifying `EcdsaSignedMessageShare`
Ansonhkg Jan 23, 2025
d47de80
fmt
Ansonhkg Jan 23, 2025
582c0f4
feat(parsePkpSignResponse): Determine if the object is lifted or cont…
Ansonhkg Jan 23, 2025
dfe1cfb
test(testUseEoaSessionSigsToPkpSign): Enable validator-related functi…
Ansonhkg Jan 23, 2025
19c01dd
chore(ci): update `NAGA_COMMIT_HASH` for `rc-naga-2024-01-23` branch
Ansonhkg Jan 23, 2025
f0e2ab0
@Ansonhkg
Ansonhkg Jan 23, 2025
25fd3ed
fmt
Ansonhkg Jan 23, 2025
6539e8f
<think>
Ansonhkg Jan 23, 2025
8987b9b
<think>
Ansonhkg Jan 23, 2025
ebd9630
fmt
Ansonhkg Jan 23, 2025
30854de
<think>
Ansonhkg Jan 23, 2025
609269c
chore(package): bump version
Ansonhkg Jan 23, 2025
13382fd
fix: it should use total validator size instead of minNodeCount
Ansonhkg Jan 24, 2025
d41f62b
fix(temporarily): talk to threshold number of nodes
Ansonhkg Jan 24, 2025
ab73610
chore(ci): update `NAGA_COMMIT_HASH` to `340d6df4b42c04b908b645a598a9…
Ansonhkg Jan 24, 2025
9f6d735
👀 quick update
Ansonhkg Jan 24, 2025
8fe0caf
Revert "chore(ci): update `NAGA_COMMIT_HASH` to `340d6df4b42c04b908b6…
Ansonhkg Jan 24, 2025
fd144fa
fix(temp): talk to wholeset of nodes for testing
Ansonhkg Jan 24, 2025
b8a7ffb
chore(tinny): bump version
Ansonhkg Jan 24, 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
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ jobs:
node-version: '20'
cache: 'yarn'
- name: Install rust
uses: dtolnay/[email protected]
uses: actions-rs/toolchain@v1
with:
toolchain: 1.83.0
override: true
components: rust-std
- uses: jetli/[email protected]
with:
# Optional version of wasm-pack to install(eg. 'v0.9.1', 'latest')
Expand All @@ -43,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
env:
NAGA_COMMIT_HASH: a5afaa47ecf6d9de090c50648a44e535df091857
NAGA_COMMIT_HASH: 7afa4d33bcc127dba4aff40979166fc25fb01103
steps:
- name: Checkout repo
uses: actions/checkout@v2
Expand Down
20 changes: 20 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,26 @@
"lit-node-client-nodejs",
"core",
],
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#2f7c47",
"activityBar.background": "#2f7c47",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#422c74",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#2f7c47",
"statusBar.background": "#215732",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#2f7c47",
"statusBarItem.remoteBackground": "#215732",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#215732",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#21573299",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#215732",
// "restoreTerminals.terminals": [
// {
// "splitTerminals": [
Expand Down
2 changes: 1 addition & 1 deletion 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.5",
"version": "0.0.15",
"description": "A package to run the test script for Lit Protocol with custom commands",
"type": "module",
"main": "./index.js",
Expand Down
Loading
Loading