Skip to content

v0.28.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@tuliomir tuliomir released this 31 Oct 23:18
· 54 commits to master since this release
fdc9db0

Features

  • feat: add nano contract feature toggle in #441
  • feat: add registerNanoContract saga effect in #427
  • feat: filter HTR out when fetching token metadata in #460
  • feat: add icons [4] in #453
  • feat: add components [5] in #454
  • feat: nano contract history [3] in #432
  • feat: add nano contract info to tx history [6] in #434
  • feat: add firstBlock to TxHistory model in #476
  • feat: nano contract list component [7] in #435
  • feat: add icons for nano contract transactions [8] in #455
  • feat: add components for nano contract transactions [9] in #456
  • feat: add unregister nano contract saga effect [10] in #457
  • feat: NanoContractTransactions component [11] in #438
  • feat: add NanoContractTransaction screen [12] in #440
  • feat: add nano contract register screen [13] in #466
  • feat: nano contract integration with wallet connect in #495
  • feat: add nano-contract transaction actions in #530
  • feat: add qr code to register nano contract in #533
  • feat: improve text input type in #548
  • feat: parse argument value by custom type in #537
  • feat: rpc lib integration in #500
  • feat: create token RPC in #528
  • feat: add safe effect helper in #552
  • feat: make requestUnregisteredTokens concurrent in #565
  • feat: add QA for Nano Contract in #572
  • feat: Android target 34 in #582

Fixes

  • fix: missing transaction after reload in #442
  • fix: wallet-service network error in #444
  • fix: remove registered tokens when changing network settings in #475
  • fix: cleaning of tokens and nano-contract registered after reload in #506
  • fix: txMiningServiceUrl lack of declaration on customNetwork in #503
  • fix: nano-contract history pagination and list order in #512
  • fix: change nc address by renaming the param to newAddress in #571

Maintenance

  • chore: improve instrumentation on sagas in #452
  • bump: wallet-lib to v1.5.0 in #488
  • chore: call super method on write in #492
  • chore: bump wallet-lib to v1.6.0 [15] in #499
  • chore: update QA docs in #490
  • chore: updated flake and nodejs version in #501
  • chore: upgrade wallet lib to v1.8.0 in #505
  • chore: upgrade actions to a version that use node20 (LTS) in #535
  • chore: Add git commit information to the pre-release script output in #561
  • chore: update sentry version in #578
  • chore: update Podfile.lock in #580

Refactors

  • refactor: remove .component suffix from component name [14] in #498
  • refactor: replace network identification logic by the lib method in #534
  • refactor: replace nano contract state call for history call in #549
  • refactor: fetchHistory on sagas/nanoContract to avoid iteration suspension in #569

Full Changelog: v0.27.2...v0.28.0