Skip to content

Commit

Permalink
Bump to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0xslipk committed Oct 3, 2022
1 parent 8a18c62 commit 354b4a4
Show file tree
Hide file tree
Showing 5 changed files with 7,200 additions and 6,552 deletions.
2 changes: 2 additions & 0 deletions .bettercodehub.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
exclude:
- .*/abi\.ts
40 changes: 38 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# Changelog

## 0.1.0
Published by **[0xslipk](https://github.com/0xslipk)** on **2022/03/22**
- Pending...
Published by **[blockcoders](https://github.com/blockcoders)** on **2022/10/03**
- [#58](https://github.com/blockcoders/ink-substrate-explorer-api/pull/58) Bump to 0.1.0-rc.4
- [#57](https://github.com/blockcoders/ink-substrate-explorer-api/pull/57) Fix documentation
- [#56](https://github.com/blockcoders/ink-substrate-explorer-api/pull/56) Fix documentation
- [#55](https://github.com/blockcoders/ink-substrate-explorer-api/pull/55) Update README.md
- [#54](https://github.com/blockcoders/ink-substrate-explorer-api/pull/54) Updated HRC20, HRC721 and HRC1155 documentation by [@j05u3](https://github.com/j05u3)
- [#53](https://github.com/blockcoders/ink-substrate-explorer-api/pull/53) Adding documentation to the README
- [#52](https://github.com/blockcoders/ink-substrate-explorer-api/pull/52) fix on README.md
- [#51](https://github.com/blockcoders/ink-substrate-explorer-api/pull/51) Harmony Bridge
- [#49](https://github.com/blockcoders/ink-substrate-explorer-api/pull/49) Update README and specs
- [#48](https://github.com/blockcoders/ink-substrate-explorer-api/pull/48) Related to HD key task
- [#46](https://github.com/blockcoders/ink-substrate-explorer-api/pull/46) Feature/mocks 181
- [#45](https://github.com/blockcoders/ink-substrate-explorer-api/pull/45) HD wallet using HDNode from harmony sdk
- [#44](https://github.com/blockcoders/ink-substrate-explorer-api/pull/44) Feature/hdWallet
- [#43](https://github.com/blockcoders/ink-substrate-explorer-api/pull/43) Fix/removePK
- [#41](https://github.com/blockcoders/ink-substrate-explorer-api/pull/41) Feature/utilsTests
- [#39](https://github.com/blockcoders/ink-substrate-explorer-api/pull/1) Feature/mnemonicKey
- [#37](https://github.com/blockcoders/ink-substrate-explorer-api/pull/37) Feature/privateKeyTest
- [#35](https://github.com/blockcoders/ink-substrate-explorer-api/pull/35) Feature/testKeyClass
- [#33](https://github.com/blockcoders/ink-substrate-explorer-api/pull/33) circleci
- [#31](https://github.com/blockcoders/ink-substrate-explorer-api/pull/31) Update README
- [#30](https://github.com/blockcoders/ink-substrate-explorer-api/pull/30) Feature/safeBatch
- [#29](https://github.com/blockcoders/ink-substrate-explorer-api/pull/29) New interfaces
- [#28](https://github.com/blockcoders/ink-substrate-explorer-api/pull/28) Feature/custom queries
- [#26](https://github.com/blockcoders/ink-substrate-explorer-api/pull/26) Feature/base token tests 164
- [#23](https://github.com/blockcoders/ink-substrate-explorer-api/pull/23) feature/bignumberish
- [#20](https://github.com/blockcoders/ink-substrate-explorer-api/pull/20) feature/BalanceOfBatch
- [#18](https://github.com/blockcoders/ink-substrate-explorer-api/pull/18) Feature/baseHRC1155
- [#16](https://github.com/blockcoders/ink-substrate-explorer-api/pull/16) Feat/safe transfer from
- [#15](https://github.com/blockcoders/ink-substrate-explorer-api/pull/15) Feature/isApprovedForAll155
- [#12](https://github.com/blockcoders/ink-substrate-explorer-api/pull/12) Feature/getApproved task
- [#11](https://github.com/blockcoders/ink-substrate-explorer-api/pull/11) Chore/use harmony sdk
- [#9](https://github.com/blockcoders/ink-substrate-explorer-api/pull/9) Feature/ownerOf149
- [#7](https://github.com/blockcoders/ink-substrate-explorer-api/pull/7) Feature/balanceOf148
- [#4](https://github.com/blockcoders/ink-substrate-explorer-api/pull/4) Few steps for connection's implementation
- [#3](https://github.com/blockcoders/ink-substrate-explorer-api/pull/3) Base abstrat class for marketplace sdk
- [#2](https://github.com/blockcoders/ink-substrate-explorer-api/pull/2) Acknowledgements in readme file
- [#1](https://github.com/blockcoders/ink-substrate-explorer-api/pull/1) Init commit
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Harmony Marketplace SDK
Harmony Marketplace SDK
=================

[![npm](https://img.shields.io/npm/v/harmony-marketplace-sdk)](https://www.npmjs.com/package/harmony-marketplace-sdk)
[![CircleCI](https://circleci.com/gh/blockcoders/harmony-marketplace-sdk/tree/main.svg?style=svg)](https://circleci.com/gh/blockcoders/harmony-marketplace-sdk/tree/main)
[![Coverage Status](https://coveralls.io/repos/github/blockcoders/harmony-marketplace-sdk/badge.svg?branch=main)](https://coveralls.io/github/blockcoders/harmony-marketplace-sdk?branch=main)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/943e9d8d050d4f129d2a2c63afdd419b)](https://www.codacy.com/gh/blockcoders/harmony-marketplace-sdk/dashboard?utm_source=github.com&utm_medium=referral&utm_content=blockcoders/harmony-marketplace-sdk&utm_campaign=Badge_Grade)
[![vulnerabilities](https://img.shields.io/snyk/vulnerabilities/npm/harmony-marketplace-sdk)](https://snyk.io/test/github/blockcoders/harmony-marketplace-sdk)
[![License](https://img.shields.io/badge/license-MIT%20License-brightgreen.svg)](https://opensource.org/licenses/MIT)
[![BCH compliance](https://bettercodehub.com/edge/badge/blockcoders/harmony-marketplace-sdk?branch=main)](https://bettercodehub.com/)
[![CodeQL](https://github.com/blockcoders/harmony-marketplace-sdk/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/blockcoders/harmony-marketplace-sdk/actions/workflows/codeql-analysis.yml)

Harmony Marketplace SDK provides a collection of interfaces to interact with HRC721, HRC1155 and any Smart Contracts that extends those standards. This library was based on [@harmony-js](https://github.com/harmony-one/sdk)

Expand Down
Loading

0 comments on commit 354b4a4

Please sign in to comment.