-
Notifications
You must be signed in to change notification settings - Fork 12
Implements comprehensive transaction validation for mock-chain package. #205
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
base: master
Are you sure you want to change the base?
Implements comprehensive transaction validation for mock-chain package. #205
Conversation
|
|
@arobsn LMK if any changes are needed! :) |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #205 +/- ##
===========================================
- Coverage 100.00% 99.94% -0.06%
===========================================
Files 124 125 +1
Lines 14204 14324 +120
Branches 1778 1808 +30
===========================================
+ Hits 14204 14316 +112
- Misses 0 8 +8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@fleet-sdk/blockchain-providers
@fleet-sdk/common
@fleet-sdk/compiler
@fleet-sdk/core
@fleet-sdk/crypto
@fleet-sdk/mock-chain
@fleet-sdk/serializer
@fleet-sdk/wallet
@fleet-sdk/ageusd-plugin
@fleet-sdk/babel-fees-plugin
commit: |
arobsn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AdityaGupta20871 thanks for your PR. Please check why multiple CI tasks are failing.
|
@arobsn Fixed! The CI failures were due to: |
Features Added
Methods
Breaking Changes
None - validation is enabled by default but non-breaking:
checks: falseto disable validationTesting
Closes #120