-
Notifications
You must be signed in to change notification settings - Fork 295
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
test(connector-sawtooth-socketio): add functional test, bug fix #2111
Conversation
️✅ There are no secrets present in this pull request anymore.If these secrets were true positive and are still valid, we highly recommend you to revoke them. 🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request. |
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.
LGTM
packages/cactus-plugin-ledger-connector-sawtooth-socketio/package.json
Outdated
Show resolved
Hide resolved
f02e13f
to
5387569
Compare
@petermetz Rebased and tested with current main - please review |
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.
@outSH LGTM, please update the package.json/tsconfig.json files either in this or that other bigger PR you mentioned when you can (I'm fine either way)
8f1ee01
to
0491747
Compare
@petermetz I've created a task for it here - #2216. I think I'll take care of it after following PR are merged (to limit the merging headaches):
So please merge this when possible, thanks :) |
@outSH Got it, I'll merge this today then. Cheers! |
- Add functional test of all functions from sawtooth-socketio validator. - Refactor sawtooth validator to allow importing as a module, to simplify the functional test. - Add stopMonitor to terminate tests easily. - Allow multiple clients to monitor for blocks. - Fix parsing of URL from config so that it doesn't depend on trailing slash anymore. Closes: hyperledger-cacti#2107 Depends on: hyperledger-cacti#2109 Depends on: hyperledger-cacti#2110 Depends on: hyperledger-cacti#2047 Signed-off-by: Michal Bajer <michal.bajer@fujitsu.com>
0491747
to
246a971
Compare
Closes: #2107
Depends on: #2109
Depends on: #2110
Depends on: #2047
Signed-off-by: Michal Bajer michal.bajer@fujitsu.com