Draft
Conversation
…gic, and environment detection
… improve type safety
…s and generics in contract-builder
Contributor
There was a problem hiding this comment.
license-eye has checked 736 files.
| Valid | Invalid | Ignored | Fixed |
|---|---|---|---|
| 247 | 36 | 453 | 0 |
Click to see the invalid file list
- packages/contract-builder/src/adapter/ContractAdapter.ts
- packages/contract-builder/src/adapter/ContractAdapterBuilder.ts
- packages/contract-builder/src/adapter/ContractProxy.ts
- packages/contract-builder/src/adapter/WitnessInterceptor.ts
- packages/contract-builder/src/adapter/WitnessManager.ts
- packages/contract-builder/src/config/AdapterConfig.ts
- packages/contract-builder/src/config/PrivateStateConfig.ts
- packages/contract-builder/src/config/RetryConfig.ts
- packages/contract-builder/src/errors/AdapterError.ts
- packages/contract-builder/src/errors/PrivateStateError.ts
- packages/contract-builder/src/errors/WitnessError.ts
- packages/contract-builder/src/index.ts
- packages/contract-builder/src/private-state/PrivateStateManager.ts
- packages/contract-builder/src/providers/browser-preset.ts
- packages/contract-builder/src/providers/environment.ts
- packages/contract-builder/src/providers/factory.ts
- packages/contract-builder/src/providers/index.ts
- packages/contract-builder/src/providers/nodejs-preset.ts
- packages/contract-builder/src/providers/types.ts
- packages/contract-builder/src/types/adapter-types.ts
- packages/contract-builder/src/types/contract-types.ts
- packages/contract-builder/src/types/external-contract-types.ts
- packages/contract-builder/src/types/type-utils.ts
- packages/contract-builder/src/types/witness-types.ts
- packages/contract-builder/src/utils/logger-wrapper.ts
- packages/contract-builder/src/utils/retry-logic.ts
- packages/contract-builder/src/utils/type-helpers.ts
- packages/contract-builder/tests/integration/adapter-with-witnesses.test.ts
- packages/contract-builder/tests/types/ide-autocomplete-demo.ts
- packages/contract-builder/tests/types/type-tests.ts
- packages/contract-builder/tests/unit/ContractAdapter.test.ts
- packages/contract-builder/tests/unit/ContractProxy.test.ts
- packages/contract-builder/tests/unit/PrivateStateManager.test.ts
- packages/contract-builder/tests/unit/WitnessInterceptor.test.ts
- packages/contract-builder/tests/unit/WitnessManager.test.ts
- packages/contract-builder/tests/unit/retry-logic.test.ts
Use this command to fix any missing license headers
```bash
docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header fix
</details>
Contributor
Contributor
Contributor
Unit Test Results - MidnightJS 22 files 70 suites 2m 1s ⏱️ Results for commit 948eae6. ♻️ This comment has been updated with latest results. |
Contributor
E2E Tests Resultse2e_tests_reports: Run #2044
🎉 All tests passed!Suites97 passed, 0 failed, and 7 other
Github Test Reporter by CTRF 💚 🔄 This comment has been updated |
…oving type inference
Contributor
…fig with standard ContractProviders type
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…ture for better readability
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add contract builder api to simplify the usage for newcomers