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

Protocol based on serde #2161

Open
wants to merge 60 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 56 commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
0a23067
Introduce stypes crate and related
DmitryAstafyev Nov 28, 2024
84dd041
Rearrange protocol wasm module
DmitryAstafyev Nov 28, 2024
1003a08
Update indexer code (switch to stypes)
DmitryAstafyev Nov 28, 2024
6de96d9
Cleaun up clippy warnings
DmitryAstafyev Nov 28, 2024
a62c10e
Resolve clippy issues
DmitryAstafyev Nov 28, 2024
5eb8f91
Rearrange modules in the session
DmitryAstafyev Nov 28, 2024
baf1de7
Add feature "nodejs" to stypes crate
DmitryAstafyev Nov 28, 2024
172affb
Update rs-bindings with feature "nodejs" of protocol
DmitryAstafyev Nov 29, 2024
e107c9c
Get rid of JSON in the scope of SearchMapUpdate event
DmitryAstafyev Nov 29, 2024
61def86
Remove factory and config from base
DmitryAstafyev Nov 29, 2024
e4063f5
Add generic CommandOutput into protocol
DmitryAstafyev Nov 29, 2024
3c00fac
Update protocol wasm module
DmitryAstafyev Nov 29, 2024
07dbc8a
Update wasm module
DmitryAstafyev Nov 29, 2024
0fc6dae
Add proptest strategies
DmitryAstafyev Nov 29, 2024
9cb0d4d
Writing random message examples for testing
DmitryAstafyev Dec 2, 2024
65d0f78
Reading generated tests for protocol
DmitryAstafyev Dec 2, 2024
7d72842
Test protocol on both sides
DmitryAstafyev Dec 5, 2024
f2edc33
Update lock files after rebasing
DmitryAstafyev Dec 5, 2024
ba11fb8
Add protocol test runner
DmitryAstafyev Dec 5, 2024
2b60366
Finalize crate stypes
DmitryAstafyev Dec 6, 2024
a2e2351
Change types on nodejs/client levels
DmitryAstafyev Dec 6, 2024
a1705cc
Avoid BigInt usage on JS level
DmitryAstafyev Dec 6, 2024
bec3a78
Update tests for search and observe
DmitryAstafyev Dec 6, 2024
e8238de
Add tests methods
DmitryAstafyev Dec 6, 2024
bffa9b4
Upgrade ComputationError handeling
DmitryAstafyev Dec 9, 2024
179a32e
Turn Jasmine tests into "green"
DmitryAstafyev Dec 9, 2024
f86c8c5
Bind listContent to type & remove debug output
DmitryAstafyev Dec 9, 2024
c1a0099
Add basic generator of TS types
DmitryAstafyev Dec 11, 2024
b044cb1
Update generated types
DmitryAstafyev Dec 12, 2024
cce3b66
Switch TS types genereating to ts-rs crate usage
DmitryAstafyev Dec 12, 2024
592664c
Using bytes in OperationResults instead JSON (rustcore)
DmitryAstafyev Dec 12, 2024
17dd208
Update stypes with new types
DmitryAstafyev Dec 12, 2024
cd5f941
Pull OperationDone group types to TS level
DmitryAstafyev Dec 12, 2024
f5daa2c
Replace CandlePoint with Point on stypes
DmitryAstafyev Dec 13, 2024
29ad567
Extract operations related types into mod
DmitryAstafyev Dec 15, 2024
8acb461
Update releated parts to fit updated types
DmitryAstafyev Dec 15, 2024
f2240e6
Avoid bigint usage on ts level
DmitryAstafyev Dec 15, 2024
e97dda0
Include bindings types into platform
DmitryAstafyev Dec 15, 2024
8ae7315
Resolve types conflicts (ts-binding to client/holder)
DmitryAstafyev Dec 16, 2024
435bdd5
Fix tests and avoid observe proxy obj
DmitryAstafyev Dec 17, 2024
53225b7
Update protocol module docs
DmitryAstafyev Dec 17, 2024
cf7669c
Update docs for tools/extend
DmitryAstafyev Dec 17, 2024
4764e17
Replace some types on platform level with bindings
DmitryAstafyev Dec 18, 2024
e5799f7
Update tests and types
DmitryAstafyev Dec 18, 2024
8bcf6dc
Update stype (added envvars related types)
DmitryAstafyev Dec 19, 2024
eb4e5e2
Update TS types
DmitryAstafyev Dec 19, 2024
9aab989
Update types (Dlt stat info)
DmitryAstafyev Dec 19, 2024
f470257
Update types on holder/client scope
DmitryAstafyev Dec 19, 2024
7d98827
Update build scripts (rake + cli)
DmitryAstafyev Dec 20, 2024
66c63c3
Add missed tests for recently added types
DmitryAstafyev Dec 22, 2024
70fc492
Update documentation
DmitryAstafyev Dec 22, 2024
420588e
Fix chart's issue (invalid map data)
DmitryAstafyev Dec 23, 2024
0d40177
Prevent running stypes tests in regular way
DmitryAstafyev Dec 23, 2024
bdbc729
Update CLI sys tests
DmitryAstafyev Dec 23, 2024
25f3a19
Build before run test in CI (temporary solution)
DmitryAstafyev Dec 23, 2024
6fc4a2a
Resolve review notes and rebase
DmitryAstafyev Jan 2, 2025
96d1c30
Build CLI: Include Protocol in test dependencies
AmmarAbouZor Jan 3, 2025
4d9775f
CI: Remove temp fix
AmmarAbouZor Jan 3, 2025
6f05b22
BinCode: Exclude Generating files on normal tests
AmmarAbouZor Jan 3, 2025
69f75b4
BinCode: Ignore prop tests by default.
AmmarAbouZor Jan 3, 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
2 changes: 2 additions & 0 deletions .github/workflows/pullrequest_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ jobs:
run: cargo install --path=cli
- name: install wasm-pack
run: cargo install wasm-pack
- name: Build
run: cargo chipmunk build wrapper -u immediate
- name: Execute tests
timeout-minutes: 30
env:
Expand Down
Loading
Loading