Implements comprehensive transaction validation for mock-chain package.#205
Implements comprehensive transaction validation for mock-chain package.#205AdityaGupta20871 wants to merge 3 commits intofleet-sdk:masterfrom
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.
@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