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

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    d2fe54f View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Configuration menu
    Copy the full SHA
    ea7f2b7 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. 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
    andreabadesso committed May 30, 2024
    Configuration menu
    Copy the full SHA
    5f83d3e View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    68b252b View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. fix: daemon not building because of missing dependencies (#169)

    * 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
    andreabadesso committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    bb20c50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15ecd51 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    b1bb95e View commit details
    Browse the repository at this point in the history
  2. fix: broken daemon build (#170)

    * 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 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    7af62c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    8450aaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ac186c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #175 from HathorNetwork/master

    Release candidate v1.6.2
    andreabadesso committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    96d8167 View commit details
    Browse the repository at this point in the history