Skip to content

noblocks 1.2.4

Choose a tag to compare

@github-actions github-actions released this 13 Feb 23:54
· 81 commits to main since this release
b829e0c

Release 1.2.4

Version Information

  • Type: patch version bump
  • Branch: stable
  • Previous Version: 1.2.3

Pull Requests

Changes

Breaking Changes

None

Features

  • feat(settings): add theme switch to desktop dropdown
  • feat: integrate WalletMigrationModal across components
  • feat: make recipient name editable when unresolved from psp (#407)
  • feat: add email field to transaction inputs and update related components. (#398)
  • feat: enforce 10-digit NUBAN validation on Swap (fix 11-digit acceptance) (#372)
  • feat: add upgrade server URL to configuration
  • feat: implement dust balance handling and improve migration UX
  • feat: enhance FundWalletForm to support embedded wallets and EOA usage (#396)
  • feat: integrate WalletMigrationModal into TransferForm and TransactionForm for improved migration handling (#391)
  • feat: integrate WalletMigrationModal into TransferForm and TransactionForm for improved migration handling
  • feat: implement migration status context and update wallet handling (#387)
  • feat: add local transfer fee configuration to support dynamic fee calculation (#382)
  • feat: add order submission block tracking and improve order ID retrieval logic (#379)
  • feat: implement dynamic transport selection for BSC in WalletTransferApprovalModal

Fixes

  • fix-faulty-balance-fetch-for-new-users
  • fix: set primaryIsEOA flag for new users with embedded wallets
  • fixes
  • fix: update migration modal visibility logic
  • fix: update button text in useSwapButton for consistency
  • fix: execute native within noblocks (#421)
  • fix: block transactions for unmigrated user (#409)
  • fix polygon balance not showing
  • fix: update z-index for AnimatedModal and standardize messaging for on-chain apps across components (#388)
  • fix: update z-index for AnimatedModal and standardize messaging for on-chain apps across components
  • fix: standardize localStorage key handling for network modal visibility (#384)
  • fix: update messaging in MigrationZeroBalanceModal for clarity and us… (#380)
  • fix: update transaction amount display to use formatted number with currency (#378)
  • fix: correct logic for EOA usage in useShouldUseEOA hook to ensure ne… (#377)
  • fix: convert direct amount string to wei

Other Changes

  • refactor: enhance error handling across components (#426)
  • chore: update pnpm-lock.yaml to restore cypress dependency and adjust package versions
  • refactor: build time enhancements (#414)
  • refactor: enhance SUPPORTED_CHAINS structure and RPC URL handling
  • refactor: enhance SUPPORTED_CHAINS structure and improve RPC URL handling
  • refactor: update gas limit and value handling to use BigInt (#423)
  • refactor: remove toast notification and update button text in hooks
  • refactor: update RPC URL handling for various networks
  • refactor: update progress messaging in WalletTransferApprovalModal (#404)
  • refactor: update progress messaging in WalletTransferApprovalModal
  • refactor: improve WalletMigrationModal logic and state management
  • refactor: remove deprecated MEE API key comment from Config type
  • refactor: clean up comments and remove unused imports in TransferForm and useSmartWalletTransfer
  • refactor: rename upgrade server URL to bundler server URL and update related components
  • refactor: update wallet handling to use Biconomy MEE API and improve migration process
  • refactor: enhance wallet balance fetching to include raw balances (#392)
  • refactor: update balance calculation logic in TransactionPreview to handle CNGN token and improve migration handling
  • refactor: improve type definitions and enhance error handling in MigrationZeroBalanceModal and TransactionForm components