You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: added a "common" package to share code between packages (#151)
* 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
0 commit comments