Skip to content

Releases: blockcoders/harmony-marketplace-sdk

v0.1.2

01 Nov 17:41
Compare
Choose a tag to compare

📚 PR:

v0.1.1

27 Oct 20:31
Compare
Choose a tag to compare

📚 PR:

  • #69 Metamask signing support
  • #68 Support for payable contract methods
  • #65 add metamask support
  • #64 fix typos in README

v0.1.0

03 Oct 12:50
Compare
Choose a tag to compare

Milestone 4 - Release

https://github.com/blockcoders/harmony-marketplace-sdk/milestone/4?closed=1

  • License
  • Fix reporter bugs from pre-release.
  • Publish a release version ready for use in production
  • Updated inline documentation.

v0.1.0-rc.3

15 Aug 19:36
Compare
Choose a tag to compare

Added inline documentation.

v0.1.0-rc.2

15 Aug 18:23
Compare
Choose a tag to compare
v0.1.0-rc.2 Pre-release
Pre-release

Added inline documentation.

v0.1.0-rc.1

07 Jul 14:03
Compare
Choose a tag to compare
v0.1.0-rc.1 Pre-release
Pre-release

Milestone 3 - Standardization of NFT and Bridge contracts interfaces. Documentation and CI pipeline integration.

https://github.com/blockcoders/harmony-marketplace-sdk/milestone/3?closed=1

  • Export HRC20 abstract interfaces
  • Export HRC721 abstract interfaces
  • Export HRC1155 abstract interfaces
  • Cross-chain HRC20/721/1155 bridges.
  • Integration tests with harmony testnet to verify the correct functionality.
  • Added inline documentation.
  • Circle CI
  • Coverage
  • Pre-release

v0.1.0-beta.3

31 Mar 15:05
Compare
Choose a tag to compare
v0.1.0-beta.3 Pre-release
Pre-release

Milestone 2 - Provide abstraction that will allow the creation of your own base implementation.

https://github.com/blockcoders/harmony-marketplace-sdk/milestone/2?closed=1

  • Add support for HD Wallet-enabled
  • Add batch functions for Erc721 and Erc1155 interfaces
  • Integration tests with harmony testnet to verify the correct functionality.
  • Added inline documentation.

v0.1.0-beta.1

24 Feb 11:00
Compare
Choose a tag to compare
v0.1.0-beta.1 Pre-release
Pre-release

Milestone 1 - HRC721 and HRC1155 Interfaces

https://github.com/blockcoders/harmony-marketplace-sdk/milestone/1?closed=1

  • Implemented a reusable abstract class for Non Fungible tokens.
  • Implemented a reusable HRC721 interface.
  • Implemented a reusable HRC1155 interface.
  • Integration tests with harmony testnet to verify the correct functionality.
  • Added inline documentation.