test: Added check for EOA transfer E2E Test #531
Annotations
1 error
Run wagoid/commitlint-github-action@v6
You have commit messages with errors
⧗ input: tests: PoC bridge testing with bats
✖ subject must not be sentence-case, start-case, pascal-case, upper-case [subject-case]
✖ type must be one of [build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test] [type-enum]
✖ found 2 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: Run bats in e2e
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
✖ found 2 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: Remove unused make lines
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
✖ found 2 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: tests: wip
✖ type must be one of [build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test] [type-enum]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: Let's see
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
✖ found 2 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: test: Send EOA and deploy contract E2E tests using Bats (#69)
* feat: add helper functions for contract deployment and sending transactions using cast commands
* feat: send EOA transaction test basic
* feat: add CDK_ERIGON_NODE_NAME var
* feat: invoke _common_setup function
* feat: deploy ERC20Mock contract E2E test
* feat: more strict assertions and use run instead of $
* feat: tweaks
* fix: change the way transaction hash is extracted
* fix: change the way transactionHash gets fetched from the output
* fix: cast call helper function and invocation of balanceOf function
* test: use RAW_PRIVATE_KEY env variable for sender private key
* fix: address feedback from @vcastellm
* fix: Linters warning fixes (#74)
* feat: use the latest golangci-lint version and fix config warnings
* fix: linter warnings
* fix: linter warnings (part 2)
* fix: propagate the error from aggregator.Start
* fix: format golangci config file
* fix: suppress gosec overflow issues
* fix: exclude G115 gosec linter rule
* fix: use crypto/rand number generator
✖ subject must not be sentence-case, start-case, pascal-case, upper-case [subject-case]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|
Loading