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

Feat/add lightnet #98

Closed
wants to merge 26 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
645bfdb
feat(package.json): add o1js
MartinMinkov Jan 29, 2024
7fc7d2f
feat(zkapp): add new contract.ts file for smart contract logic
MartinMinkov Jan 29, 2024
ae85691
feat(package.json): add build:zkapp script to compile zkapp TypeScrip…
MartinMinkov Jan 29, 2024
346f266
chore(.eslintignore): add /zkapp to eslint ignore list to prevent lin…
MartinMinkov Jan 29, 2024
346003b
fix(tsconfig.test.json): change module system from es2022 to commonjs…
MartinMinkov Jan 29, 2024
22863b7
refactor(contract.ts): fixup methods
MartinMinkov Jan 29, 2024
e23931a
feat(run.ts): add new zkApp run script for smart contract operations
MartinMinkov Jan 29, 2024
b20385f
refactor(contract.ts): remove adminPrivateKey and adminPublicKey to e…
MartinMinkov Jan 29, 2024
36eef27
feat(utils.ts): add utility functions for zkApp
MartinMinkov Jan 29, 2024
7f474ed
refactor(run.ts): simplify code by extracting logic into utility func…
MartinMinkov Jan 29, 2024
0b8dc3b
feat(utils.ts): add startLightnet and stopLightnet functions to manag…
MartinMinkov Jan 29, 2024
b195fe5
feat(run.ts): add startLightnet and stopLightnet functions to manage …
MartinMinkov Jan 29, 2024
7376829
chore(package.json): upgrade vitest from 0.34.3 to 1.2.2 to leverage …
MartinMinkov Jan 29, 2024
8e5c7af
feat(utils.ts): export Keypair from utils to make it accessible for o…
MartinMinkov Jan 29, 2024
02fa1ff
refactor(utils.ts): replace string parsing with exit code checking in…
MartinMinkov Jan 29, 2024
b11cb1f
refactor: update TypeScript configuration to support ES2021 and decor…
MartinMinkov Jan 29, 2024
b4bf807
feat: add new tsconfig.test.json file with updated compiler options
MartinMinkov Jan 29, 2024
2e3a366
chore: remove .env2 file as it is not needed and could potentially ex…
MartinMinkov Jan 29, 2024
7cb878d
feat: remove .env.example file to prevent accidental exposure of sens…
MartinMinkov Jan 29, 2024
adff36b
feat(utils.ts): add timeout and polling mechanism to startLightnet fu…
MartinMinkov Jan 29, 2024
6f2890c
refactor(utils.test.ts): append '.js' to import statements for better…
MartinMinkov Jan 30, 2024
856d1ac
fix(tests): add .js extension to import statements for better compati…
MartinMinkov Jan 30, 2024
5314d17
refactor(run.ts): remove unused Mina import from 'o1js' to clean up code
MartinMinkov Jan 30, 2024
13facb4
feat(package.json): add "type": "module" to support ES6 import/export…
MartinMinkov Jan 30, 2024
8409832
feat(resolvers.test.ts): import additional modules for enhanced testing
MartinMinkov Jan 30, 2024
903dc19
refactor(resolvers.test.ts): replace vitest with node:test and assert…
MartinMinkov Jan 30, 2024
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
13 changes: 0 additions & 13 deletions .env.example

This file was deleted.

13 changes: 0 additions & 13 deletions .env2

This file was deleted.

1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ tests
benchmark/*.js
*/resolvers-types.ts
codegen.ts
/zkapp
Loading
Loading