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

[Feature] Add Field, Group, Scalar, Plaintext, Ciphertext, Transitions, and Transactions to JS SDK. #948

Merged
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
a7e4a83
Merge branch 'testnet3' into feat/record-scanning-and-arithmetic-in-js
iamalwaysuncomfortable Dec 6, 2024
e22f778
Add wasm upgrades into the SDK
iamalwaysuncomfortable Dec 9, 2024
13119b8
Add upgraded wasm dependency
iamalwaysuncomfortable Dec 9, 2024
d236665
Fix method rename
iamalwaysuncomfortable Dec 9, 2024
034e638
Add tests of new wasm exports
iamalwaysuncomfortable Dec 10, 2024
871dab6
Address fmt lints
iamalwaysuncomfortable Dec 10, 2024
b0ffc4b
Update some types to interfaces, export all types, update docs
iamalwaysuncomfortable Jan 14, 2025
1bb628f
Update github action to allow wasm build to finish
iamalwaysuncomfortable Jan 14, 2025
e400890
Revert github action
iamalwaysuncomfortable Jan 14, 2025
c7e055c
Bump SDK and wasm version to 0.7.6
iamalwaysuncomfortable Jan 14, 2025
7518507
Add updated typescript models to reflect structure of API responses +…
iamalwaysuncomfortable Jan 15, 2025
43bfb79
Update tests to handle bigints and modify plaintext handling in the n…
iamalwaysuncomfortable Jan 16, 2025
4ba13dc
Address fmt lints
iamalwaysuncomfortable Jan 16, 2025
1b0f732
Standardize interfaces between objects and JSON
iamalwaysuncomfortable Jan 16, 2025
763b59a
Change nulls to undefined in Rust and apply format lints
iamalwaysuncomfortable Jan 16, 2025
5396edd
Fix BigInt serialization in parseJSON utility
iamalwaysuncomfortable Jan 16, 2025
1a73c1f
Merge branch 'mainnet' into feat/record-scanning-and-arithmetic-in-js
iamalwaysuncomfortable Jan 24, 2025
184b023
Fix bugs in output parser, add ability to get execution and deployed …
iamalwaysuncomfortable 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
Prev Previous commit
Next Next commit
Revert github action
  • Loading branch information
iamalwaysuncomfortable committed Jan 14, 2025
commit e4008904b87cbfc42e70fdcf808210db944061dd
4 changes: 1 addition & 3 deletions .github/workflows/test-website.yml
Original file line number Diff line number Diff line change
@@ -30,9 +30,7 @@ jobs:
- name: Install and Build
run: |
yarn
yarn build:wasm
sleep 25
yarn build:sdk && yarn build:create-leo-app
yarn build:all
cd website
yarn build
env:
Loading