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

Typescript refactor #1

Merged
merged 8 commits into from
Mar 29, 2019
Merged

Typescript refactor #1

merged 8 commits into from
Mar 29, 2019

Conversation

saltz
Copy link
Contributor

@saltz saltz commented Mar 29, 2019

Refactored (rewrote) the project to typescript.

What is done

  • implemented the repository pattern
  • dependency injection
  • application configuration encryption
  • application logging
  • MongoDB

What needs to be done

  • LevelDB
  • Exception handling
  • Exception logging (Sentry)

Copy link

@Svenmarim Svenmarim left a comment

Choose a reason for hiding this comment

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

3 comments given about typos. Please rename

DEPRECTED/blockchainLevelRepository.js Outdated Show resolved Hide resolved
src/repositories/concrete/mongoStateRepository.ts Outdated Show resolved Hide resolved
src/repositories/concrete/mongoStateRepository.ts Outdated Show resolved Hide resolved
src/injection/container.ts Outdated Show resolved Hide resolved
src/dataAccessLayer.ts Outdated Show resolved Hide resolved
@saltz saltz requested review from TimoF97 and Svenmarim March 29, 2019 15:26
@saltz saltz merged commit 04ba397 into develop Mar 29, 2019
@saltz saltz deleted the feature/(BLO-22)-refactor-typescript branch March 29, 2019 16:12
@saltz saltz restored the feature/(BLO-22)-refactor-typescript branch March 29, 2019 16:12
saltz added a commit that referenced this pull request Apr 2, 2019
* restructure and rename

* add repository pattern and dependency injection

* rename dependancy

* implement repository

* add configuration encryption and injection

* fix typos found by @Svenmarim in #1

* fix type found by @TimoF97 in #1

* implement switch for future compatibility @TimoF97

* add appsettings to build, fix targeted dependencies, fix logger save location

* fix npm lock file
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