Skip to content
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

refactor(neuron-wallet): refactor helpers controller and networks con… #367

Merged
merged 3 commits into from
May 24, 2019
Merged

refactor(neuron-wallet): refactor helpers controller and networks con… #367

merged 3 commits into from
May 24, 2019

Conversation

Keith-CY
Copy link
Collaborator

@Keith-CY Keith-CY commented May 23, 2019

…troller with CatchControllerErr

  1. Handle controller errors in CatchControllerError

…troller with CatchControllerErr

handle controller error in CatchControllerError
@Keith-CY Keith-CY requested review from ashchan and classicalliu May 23, 2019 10:04
@nervos-bot
Copy link

nervos-bot bot commented May 23, 2019

CI status of the fork branch is Build Status

class HelpersController {
public static generateMnemonic = (): Controller.Response<string> => {
/**
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not so sure about this but these comments don't really add many values. The scope and function names already describe themselves well enough.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

removed comments on methods of helpers controller and networks controller, but left comments on the controller classes for reminding us the controllers are used to handle messages from channels, not network requests.
bf3d7ba

@Keith-CY Keith-CY merged commit e91cfe9 into nervosnetwork:develop May 24, 2019
@Keith-CY Keith-CY deleted the refactor-neuron-wallet branch May 24, 2019 02:43
github-merge-queue bot pushed a commit that referenced this pull request Dec 28, 2023
* chore(deps): update dependency @types/npmlog to v7

* chore(deps): update dependency electron-builder to v24

* chore(deps): update dependency electron to v28 (#357)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Keith <[email protected]>
Co-authored-by: yanguoyu <[email protected]>

* chore(deps): update dependency eslint-config-prettier to v9

* chore(deps): update dependency lint-staged to v15

* chore(deps): update dependency lerna to v8

* chore(deps): update dependency react-i18next to v14

* fix(deps): update dependency react-router-dom to v6.21.1

* chore(deps): update dependency electron to v28.1.0 (#367)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency react-i18next to v14 (#368)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency storybook-addon-react-router-v6 to v2

* chore(deps): update github/codeql-action action to v3 (#370)

      Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update node.js to v20 (#371)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update peter-evans/commit-comment action to v3 (#372)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update tj-actions/changed-files action to v41 (#373)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: revert wait-on

* fix(deps): update dependency archiver to v6 (#375)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update typescript-eslint monorepo to v6 (#374)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: yanguoyu <[email protected]>
Keith-CY pushed a commit that referenced this pull request Dec 28, 2023
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
yanguoyu added a commit to yanguoyu/neuron that referenced this pull request Mar 14, 2024
* chore(deps): update dependency @types/npmlog to v7

* chore(deps): update dependency electron-builder to v24

* chore(deps): update dependency electron to v28 (nervosnetwork#357)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Keith <[email protected]>
Co-authored-by: yanguoyu <[email protected]>

* chore(deps): update dependency eslint-config-prettier to v9

* chore(deps): update dependency lint-staged to v15

* chore(deps): update dependency lerna to v8

* chore(deps): update dependency react-i18next to v14

* fix(deps): update dependency react-router-dom to v6.21.1

* chore(deps): update dependency electron to v28.1.0 (nervosnetwork#367)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency react-i18next to v14 (nervosnetwork#368)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency storybook-addon-react-router-v6 to v2

* chore(deps): update github/codeql-action action to v3 (nervosnetwork#370)

      Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update node.js to v20 (nervosnetwork#371)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update peter-evans/commit-comment action to v3 (nervosnetwork#372)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update tj-actions/changed-files action to v41 (nervosnetwork#373)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: revert wait-on

* fix(deps): update dependency archiver to v6 (nervosnetwork#375)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update typescript-eslint monorepo to v6 (nervosnetwork#374)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: yanguoyu <[email protected]>
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.

2 participants