Skip to content

Releases: 0xobelisk/dubhe-framework

dubhe-testnet-v1.1.0

15 Dec 04:25
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: dubhe-testnet-v1.0.0...dubhe-testnet-v1.1.0

Framework

  • StorageValue: A type representing a value in storage. A storage value is a single value of a given type stored on-chain.
  • StorageMap: A type representing a map in storage. A storage map is a mapping of keys to values of a given type stored on-chain.
  • StorageDoubleMap: A type representing a double map in storage. This structure associates a pair of keys with a value of a specified type stored on-chain.
  • TypeInfo: Parsing Move type to get basic information.

Pre-release dubhe-mainnet-v1.0.0

15 Dec 12:52
Compare
Choose a tag to compare
Pre-release

Framework

  • StorageValue: A type representing a value in storage. A storage value is a single value of a given type stored on-chain.
  • StorageMap: A type representing a map in storage. A storage map is a mapping of keys to values of a given type stored on-chain.
  • StorageDoubleMap: A type representing a double map in storage. This structure associates a pair of keys with a value of a specified type stored on-chain.
  • TypeInfo: Parsing Move type to get basic information.

dubhe-testnet-v1.0.0

04 Dec 12:58
Compare
Choose a tag to compare