Skip to content

Commit d9b17c5

Browse files
authored
Merge pull request #137 from abhayks1/openst-contracts-npm
Integration with openst-contracts for ABIs/BINs
2 parents c80cabb + bad4adc commit d9b17c5

24 files changed

Lines changed: 254 additions & 940 deletions

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
## Version 0.10.0
44

5+
* ABIs and BINs are now accessed as a dependency on openst-contracts ([137](https://github.com/OpenSTFoundation/openst.js/pull/137))
56
* Update PricerRule ABI/BIN with PricerRule:convertPayCurrencyToToken fix ([126](https://github.com/OpenSTFoundation/openst.js/pull/126))
7+
* Recovery contract interaction fixes ([#116](https://github.com/OpenSTFoundation/openst.js/pull/116))
68
* PricerRule integration test and cleanup ([#114](https://github.com/OpenSTFoundation/openst.js/pull/114))
79
* ProxyFactory address refactoring from createCompanyWallet method ([#113](https://github.com/OpenSTFoundation/openst.js/pull/113)
810
* Integration with mosaic.js npm ([#109](https://github.com/OpenSTFoundation/openst.js/pull/109))

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ OpenST.js
22
============
33

44
OpenST is a framework for building token economies. OpenST supports interactions with openst-contracts.
5+
It requires [openst-contracts](https://github.com/OpenSTFoundation/openst-contracts) for ABIs and BINs of contracts.
56

67
![Build master](https://img.shields.io/travis/OpenSTFoundation/openst.js/master.svg?label=build%20master&style=flat)
78
![Build develop](https://img.shields.io/travis/OpenSTFoundation/openst.js/develop.svg?label=build%20develop&style=flat)

contracts/abi/CreateAndAddModules.abi

Lines changed: 0 additions & 1 deletion
This file was deleted.

contracts/abi/DelayedRecoveryModule.abi

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)