Releases: HathorNetwork/hathor-wallet-service
Releases · HathorNetwork/hathor-wallet-service
v1.12.0
v1.12.0-rc.2
v1.12.0-rc.1
v1.11.0
What's Changed
- Sync release back into master by @luislhl in #322
- chore: Testnet Playground CI/CD and fix in NFT utils by @luislhl in #312
- chore: added a composite index to tx_output to reduce query time by @andreabadesso in #326
- fix: wallet-service dev config by @luislhl in #308
- chore(daemon): updated reorg last event id to match latest fullnode e… by @andreabadesso in #333
- feat(daemon): accepting FULL_NODE_CRASHED event on zod by @andreabadesso in #335
- fix(wallet-service): we must return zero-balances for tokens the user… by @andreabadesso in #324
- fix: detecting diff error swallowing by @andreabadesso in #332
- CI: remove nano-testnets by @luislhl in #327
- Docs: adds nix to readme by @raul-oliveira in #260
- fix(daemon): added poa block to isBlock check by @andreabadesso in #337
- feat: token creation event by @andreabadesso in #325
- fix(daemon): PoA blocks don't have outputs by @andreabadesso in #340
- fix(wallet-service): updated several apis to use mysql transactions a… by @andreabadesso in #334
- feat(db): added indexes related to sync by @andreabadesso in #341
- feat(daemon): using the exp backoff util on metadataDiff by @andreabadesso in #343
- feat(wallet-service): added an api to find out if a wallet is using m… by @andreabadesso in #339
- feat: fee based tokens by @raul-oliveira in #338
- feat: store first_block on transactions by @andreabadesso in #350
- feat: increase seqnum by @andreabadesso in #351
- feat(wallet-service): added a new param to the getUtxos endpoint to … by @andreabadesso in #329
- chore: bump to 1.11.0 by @andreabadesso in #352
- Sync release-candidate with master by @andreabadesso in #357
- Sync release-candidate with release by @andreabadesso in #356
- Release v1.11.0 by @andreabadesso in #358
New Contributors
- @raul-oliveira made their first contribution in #260
Full Changelog: v1.10.0...v1.11.0
v1.11.0-rc.1
What's Changed
- Release v1.11.0-rc.1 by @andreabadesso in #354
Full Changelog: v1.10.0-rc.2...v1.11.0-rc.1
v1.10.0
What's Changed
- chore: added htr token seed in #256
- fix: address invalid parameter in #235
- chore: nano-testnet-hackaton in #243
- chore: bumped to v1.9.0 in #259
- chore: nano-testnet bravo in #262
- chore: upgrade wallet-lib to v2.5.1 in #222
- feat: process nanocontract transactions and nc_addresses in #263
- chore: testnet hotel in #264
- Feat/nc seqnum tracking in #268
- feat: nano proxy api in #269
- nano contract events tests in #267
- ci: fix yarn version in #270
- fix: Use Node 22 in Dockerfile in #271
- fix: buildspec secret names in #272
- fix: support empty object for decoded output in full node events in #274
- fix: make getUtxos address/maxUtxos filter work in #278
- fix: fullnode schema validation + nodejs 22 + incorrect fullnode in #275
- fix: send nano tx in #276
- feat: totalAmount using wallet-lib's selectUtxos in #277
- fix: nonce as bigint in #280
- chore: warmup middleware for authorization lambdas in #287
- fix: we should unspend transaction tx outputs when the tx spending it… in #281
- fix: Consider POA Blocks version in MySQL queries in #288
- fix: voided token addr balance in #291
- chore: avoid false positive alerts on duplicate tx in #292
- feat: increase memory for auth lambdas in #293
- chore: Container builds in #283
- fix(daemon): we must 'release' the utxos from a voided transaction so… in #294
- fix: add nano contracts enabled in #296
- fix: nano contracts enabled string in #297
- feat(wallet-service): added read-only authorizer and api in #299
- feat: stop lib background tasks in #301
- feat(daemon): implemented delay on ACK + check for missed events in #298
- fix(daemon): expecting invalid format from the events API in #304
- chore: Setup Testnet India in #302
- chore: point dev env to testnet-india in #306
- fix: consider Serverless prefix when invoking functions in #307
- fix: serverless missing env and no default set in #310
- fix: exp retry checkformissingevents in #311
- fix: increase retry attempts when getting events from fullnodes in #320
Full Changelog: v1.8.2...v1.10.0
v1.10.0-rc.2
What's Changed
- fix: increase retry attempts when getting events from fullnodes in #320
Full Changelog: v1.10.0-rc.1...v1.10.0-rc.2
v1.10.0-rc.1
What's Changed
- chore: added htr token seed in #256
- fix: address invalid parameter in #235
- chore: nano-testnet-hackaton in #243
- chore: bumped to v1.9.0 in #259
- chore: nano-testnet bravo in #262
- chore: upgrade wallet-lib to v2.5.1 in #222
- feat: process nanocontract transactions and nc_addresses in #263
- chore: testnet hotel in #264
- Feat/nc seqnum tracking in #268
- feat: nano proxy api in #269
- nano contract events tests in #267
- ci: fix yarn version in #270
- fix: Use Node 22 in Dockerfile in #271
- fix: buildspec secret names in #272
- fix: support empty object for decoded output in full node events in #274
- fix: make getUtxos address/maxUtxos filter work in #278
- fix: fullnode schema validation + nodejs 22 + incorrect fullnode in #275
- fix: send nano tx in #276
- feat: totalAmount using wallet-lib's selectUtxos in #277
- fix: nonce as bigint in #280
- chore: warmup middleware for authorization lambdas in #287
- fix: we should unspend transaction tx outputs when the tx spending it… in #281
- fix: Consider POA Blocks version in MySQL queries in #288
- fix: voided token addr balance in #291
- chore: avoid false positive alerts on duplicate tx in #292
- feat: increase memory for auth lambdas in #293
- chore: Container builds in #283
- fix(daemon): we must 'release' the utxos from a voided transaction so… in #294
- fix: add nano contracts enabled in #296
- fix: nano contracts enabled string in #297
- feat(wallet-service): added read-only authorizer and api in #299
- feat: stop lib background tasks in #301
- feat(daemon): implemented delay on ACK + check for missed events in #298
- fix(daemon): expecting invalid format from the events API in #304
- chore: Setup Testnet India in #302
- chore: point dev env to testnet-india in #306
- fix: consider Serverless prefix when invoking functions in #307
- fix: serverless missing env and no default set in #310
- fix: exp retry checkformissingevents in #311
Full Changelog: v1.4.1-alpha...v1.10.0-rc.1
v1.6.4
What's Changed
- refactor: increase network size to 32 characters in the database by @andreabadesso in #204
- chore: bumped to v1.6.4 by @andreabadesso in #205
- fix: invalid parameter being sent to sendMessageSQS by @andreabadesso in #209
- Release Candidate v1.6.4 by @andreabadesso in #206
- Release v1.6.4 by @andreabadesso in #210
Full Changelog: v1.6.3...v1.6.4
v1.4.1-alpha
What's Changed
- feat: use different alert severities for different reorg sizes in #62
Full Changelog: v1.4.0-alpha...v1.4.1-alpha