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

Release v1.6.2 #176

Merged
merged 11 commits into from
Jun 17, 2024
Merged

Release v1.6.2 #176

merged 11 commits into from
Jun 17, 2024

Conversation

* chore: added common package

* chore: using wallet-lib from daemon resolution

* chore: installed shared dependencies on root project, using peerDependencies

* refactor: using addAlert method from common utils

* chore: updated package.json with missing deps

* refactor: using types from commons on wallet-service

* chore: re-added sequelize to root

* refactor: removed isNftAutoReviewEnabled from services

* tests: mocked assertEnv

* tests: mocked assertEnv on integration tests

* chore: removed nft utils

* refactor: removed old addAlerts from the wallet-service package

* chore: wallet-lib is now a peerDependency in wallet-service package

* refactor: logger is now a required param in addAlert, refactored all methods in wallet-service package

* docs: added missing hathor header

* refactor: invalid type for metadata on addAlert

* tests: passing mocked logger

* chore: updated gitignore to ignore env files

* chore: revert eslint package updates

* refactor: using types from commons on wallet-service

* refactor: removed unused commented line

* chore: missing package in daemon

* refactor: using transaction type from common

* refactor: bitcoinjs is not a shared dep

* chore: added a comment explaining that logger is a param temporarily

* refactor: removed default from metadata

* chore: lint fixes and package ordering

* feat: call onNewNftEvent when a new NFT tx is received (#150)

* feat: added nft utils

* tests: added tests for common utils

* chore: added common module to CI

* refactor: moved used types to common package

* tests: removed nft utils

* tests: fixed nft tests on txProcessor

* tests: mocking network on getconfig

* tests: fixed nft tests on txProcessor

* refactor: passing logger to invoke nft handler

* refactor: no need to ignore ts

* chore: removed jest script, instead using only test

* chore: added hathor header

* refactor: using common utils on txProcessor

* tests: nft utils using old syntax

* tests: skipped txProcessor tests

* tests: fixed txProcessor tests

* refactor: using isAuthority from common utils

* refactor: using isAuthority from common types

* refactor: using assertEnvVariablesExistance from common project

* refactor: getting CREATE_NFT_MAX_RETRIES from env

* docs: updated docstrings on nft utils

* chore: removed events/nftCreationTx.ts

* refactor: invalid import locations

* refactor: remove unused lambdas (#155)

* tests: fixed nft tests on txProcessor

* refactor: removed all methods related to the old wallet-service txProcessor

* tests: fixed failing test

* fix: serverless failing (#162)

* refactor: logger is now a required param in addAlert, refactored all methods in wallet-service package

* chore: changed module resolution and several package locks

* chore: added common library to externals whitelist and whitelisted it in tsloader

* chore: wallet-service common package moved from direct path to workspace

* chore: added common as a peer dependency and restored peer dependencies

* chore: removed peer dependencies as they were not working with serverless-monorepo

* chore: added comment on hoisting limits

* chore: added comment explaining externals in webpack
* chore: daemon not building because of missing dependencies

* chore: better comment on yarn version

* chore: eslint is now a dev dependency

* chore: wallet-lib is now a peerDependency
* chore: daemon not building because of missing dependencies

* chore: eslint is now a dev dependency

* chore: building common module using its own tsconfig

* tests: returning original module on jest module

* chore: fix mock on integration tests

* tests: re-add assert env vars

* chore: remove logs

* chore: rebas eme

* chore: added env variables on daemon config

* chore: review suggestions

* chore: added comment on tsconfig

* tests: we don't need to mock assertEnvVariables
@andreabadesso andreabadesso added the enhancement New feature or request label Jun 13, 2024
@andreabadesso andreabadesso merged commit 5d20679 into release Jun 17, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants