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

Add serializer package #28

Merged
merged 35 commits into from
Aug 13, 2023
Merged

Add serializer package #28

merged 35 commits into from
Aug 13, 2023

Conversation

arobsn
Copy link
Member

@arobsn arobsn commented Aug 1, 2023

@codecov-commenter
Copy link

codecov-commenter commented Aug 1, 2023

Codecov Report

Merging #28 (b14b7c2) into master (0d21fc8) will not change coverage.
Report is 5 commits behind head on master.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##            master       #28    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           83        89     +6     
  Lines         5759      6239   +480     
  Branches      1196      1283    +87     
==========================================
+ Hits          5759      6239   +480     
Files Changed Coverage Δ
packages/serializer/src/coders/zigZag.ts 100.00% <ø> (ø)
packages/common/src/utils/array.ts 100.00% <100.00%> (ø)
packages/common/src/utils/assertions.ts 100.00% <100.00%> (ø)
packages/common/src/utils/bytes.ts 100.00% <100.00%> (ø)
packages/compiler/src/compiler.ts 100.00% <100.00%> (ø)
packages/core/src/builder/outputBuilder.ts 100.00% <100.00%> (ø)
packages/core/src/builder/transactionBuilder.ts 100.00% <100.00%> (ø)
packages/core/src/constantSerializer.ts 100.00% <100.00%> (ø)
packages/core/src/index.ts 100.00% <100.00%> (ø)
packages/core/src/models/ergoBox.ts 100.00% <100.00%> (ø)
... and 25 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

"build:esm": "tsc -p tsconfig.esm.json",
"watch:build": "tsc -p tsconfig.json -w",
"watch:unit": "vitest"
"build": "tsup"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very neat, I'll add this to the machina finance repo

@arobsn arobsn merged commit f2081b2 into master Aug 13, 2023
6 checks passed
@arobsn arobsn deleted the serializer branch August 13, 2023 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants