Skip to content

Commit

Permalink
Add contract ABI
Browse files Browse the repository at this point in the history
  • Loading branch information
m-pilarczyk committed Nov 22, 2021
1 parent 83b774e commit f4cc57b
Show file tree
Hide file tree
Showing 4 changed files with 738 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.4] - 2021-11-22
### Added
- Contract ABI

## [1.0.3] - 2021-11-19
### Changed
- Export as methods
Expand All @@ -29,8 +33,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Changelog
- Contributing

[Unreleased]: https://github.com/adshares/ads-js/compare/v1.0.3...HEAD
[Unreleased]: https://github.com/adshares/ads-js/compare/v1.0.4...HEAD

[1.0.4]: https://github.com/adshares/ads-js/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/adshares/ads-js/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/adshares/ads-js/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/adshares/ads-js/compare/v1.0.0...v1.0.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adshares/ads",
"version": "1.0.3",
"version": "1.0.4",
"display-name": "ADS JS Library",
"description": "JavaScript ES2015 library for the ADS blockchain.",
"author": "Adshares <[email protected]>",
Expand Down
4 changes: 4 additions & 0 deletions src/ads.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ import TxEncoder from './tx-encoder'
import { compareAddressesByNode, formatNumber } from './utils'
import { TX_TYPES, TX_FIELDS } from './tx'

export {
ABI
} from './const'

export {
getSecretKey,
getPublicKey,
Expand Down
Loading

0 comments on commit f4cc57b

Please sign in to comment.