Skip to content

Conversation

@Dzeranov
Copy link
Collaborator

Motivation and context

How has this been tested?

Checklist

License

  • I submit my code changes under the same MIT License that covers the project.
    Feel free to contact the maintainers if that's a concern.
  • I have updated the license header for each file (see an example below)
# Copyright (C) 2021 Intel Corporation
#
# SPDX-License-Identifier: MIT

@Dzeranov Dzeranov requested a review from vkomodey August 18, 2021 14:18
@vkomodey
Copy link

you haven't touched package.json but package-lock.json changed. how's that?

@Dzeranov Dzeranov requested a review from vkomodey August 19, 2021 13:49
package: MewConnect,
options: {
infuraId: '2b78e14debb2482c8865cc1b494bc2dc', // my infura id
infuraId: '2b78e14debb2482c8865cc1b494bc2dc',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you do that using env variables from the config?

network: 'mainnet', // optional
cacheProvider: false, // optional
providerOptions, // required
network: 'mainnet',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're using mainnet but provider options for rinkeby. Please, do everything in rinkeby


NOTIFY_JOBFLOW_URL = os.getenv('NOTIFY_JOBFLOW_URL', 'http://human-cvat:5001/notify') No newline at end of file
CVAT_URL = os.getenv('CVAT_URL', 'http://cvat:8080')
JOBFLOW_URL = os.getenv('JOBFLOW_URL', 'http://human-cvat:5001') No newline at end of file

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why human-cvat in the domain?

"payouts": payouts
}
requests.post(NOTIFY_JOBFLOW_URL, json=payload)
requests.post(f'{JOBFLOW_URL}/notify', json=payload)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please, check response status code and response message
in case of job flow error your application won't say anything

@vkomodey vkomodey merged commit f2f5ef4 into wallet-connect Aug 23, 2021
Dzeranov pushed a commit that referenced this pull request Jan 8, 2023
Co-authored-by: Dmitry Kalinin <dmitry.kalinin@intel.com>
Co-authored-by: Nikita Manovich <nikita.manovich@gmail.com>
Co-authored-by: Boris Sekachev <b.sekachev@yandex.ru>
Dzeranov pushed a commit that referenced this pull request Jan 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants