Skip to content

Releases: iosh/cive

cive@0.4.1

23 Sep 11:33
Compare
Choose a tag to compare

Patch Changes

  • f484fe1: Added wallet action to export
  • 68dd2a6: Fixed EIP1193EventMap Address type

cive@0.4.0

15 Sep 10:04
Compare
Choose a tag to compare

Minor Changes

  • 3f0bb14: Added websocet to client transport

Patch Changes

  • 0518000: Fixed testnet websocket endpoint

cive@0.3.1

03 Sep 11:20
Compare
Choose a tag to compare

Patch Changes

  • cbd103a: Added typesVersions to package.json

cive@0.3.0

25 Aug 13:12
Compare
Choose a tag to compare

Minor Changes

  • a97b4ad: Added custom function from viem
  • db328b4: Updated Transport type from viem
  • 201e365: Update http function from viem

Patch Changes

cive@0.2.0

18 Aug 11:23
Compare
Choose a tag to compare

Minor Changes

  • a05940f: Added cacheTime option to getEpochNumber
  • c96878b: Added waitForTransactionReceipt
  • 52e83aa: Added watchEpochNumber
  • c755385: Added getContractAddress

Patch Changes

  • 37fe445: Updated simulateContract and writeContract type
  • 677effe: Added public action for export
  • 10b6b25: Fixed contract address calculation in the getContractAddress function

cive@0.1.0

10 Aug 09:24
cb46e69
Compare
Choose a tag to compare

Minor Changes

  • 8334e24: Removed the addressType parameter from the hexAddressToBase32 function. The function now determines the base32 address type based on the prefix of the hex address passed in (0x1, 0x8, or 0x0).
  • de5928c: Added estimateContractGasAndCollateral
  • 74edcd6: Added getContractEvents
  • cadba6b: Added getContract

Patch Changes

  • 01d06bc: Reexported vite utils functions
  • a5ccd1c: Added chain for export

cive@0.0.4

06 Aug 13:55
d5cb551
Compare
Choose a tag to compare

Patch Changes

  • d0fb9ba: Added decodeFunctionResult for export
  • 88afcee: Added decodeDeployData for export
  • 3d36a78: Added encodeDeployData for export
    Added encodeEventTopics for export
    Added encodeFunctionData for export
    Added parseEventLogs for export
  • 996790d: Added decodeFunctionData for export
  • b56bf52: Added decodeEventLog for export

cive@0.0.3

04 Aug 11:03
b2b4fb2
Compare
Choose a tag to compare

Patch Changes

  • 3f9c782: Added verifyMessage
    Fixed signTypedData address type error
    Added createContractEventFilter to publicClient
    Added readContract
    Added simulateContract
    Added writeContract to walletClient