Skip to content

Releases: ConcaveFi/txs

v0.0.6

17 Feb 00:38

Choose a tag to compare

  • Fix infinite rerenders
  • Creates a user chainId provider context inside the store on mount
  • Reduce internal boilerplate

v0.0.4

01 Feb 22:17

Choose a tag to compare

Adds TypedUseRecentTransactions & TypedUseAddRecentTransaction to type hooks

export const useRecentTransactions: TypedUseRecentTransactions<TransactionMeta> =  _useRecentTransactions
export const useAddRecentTransaction: TypedUseAddRecentTransaction<TransactionMeta> =  _useAddRecentTransaction

v0.0.3

01 Feb 01:57

Choose a tag to compare

Fix useRecentTransactions bug where it didn't update when a transaction changed status

<EmojiToast /> now opens the transaction explorer in a new tab

Full Changelog: v0.0.2...v0.0.3

v0.0.2

30 Jan 14:23

Choose a tag to compare

v0.0.2