|
2 | 2 |
|
3 | 3 | ## Version 0.10.0 |
4 | 4 |
|
5 | | -* ABIs and BINs are now accessed as a dependency on openst-contracts ([137](https://github.com/OpenSTFoundation/openst.js/pull/137)) |
6 | | -* 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)) |
8 | | -* PricerRule integration test and cleanup ([#114](https://github.com/OpenSTFoundation/openst.js/pull/114)) |
9 | | -* ProxyFactory address refactoring from createCompanyWallet method ([#113](https://github.com/OpenSTFoundation/openst.js/pull/113) |
10 | | -* Integration with mosaic.js npm ([#109](https://github.com/OpenSTFoundation/openst.js/pull/109)) |
11 | | -* Docker Geth Integration: Using docker geth ([#108](https://github.com/OpenSTFoundation/openst.js/pull/108)) |
12 | | -* Delayed Recovery Module Setup ([#107](https://github.com/OpenSTFoundation/openst.js/pull/107)) |
13 | | -* Remove license from top of JS files ([#106](https://github.com/OpenSTFoundation/openst.js/pull/106)) |
14 | | -* MultiSig Operation: Logout all sessions ([104](https://github.com/OpenSTFoundation/openst.js/pull/104)) |
15 | | -* WalletOperations Test: Remove tokenRulesAddress while creating TokenHolder instance ([#91](https://github.com/OpenSTFoundation/openst.js/pull/91)) |
16 | | -* Remove pre commit hook from package.json which generates webpack ([#88](https://github.com/OpenSTFoundation/openst.js/pull/88)) |
17 | | -* Fix version to 0 in SignEIP1077Extension.js ([#87](https://github.com/OpenSTFoundation/openst.js/pull/87)) |
18 | | -* Wallet operations cleanup and refactoring ([#79](https://github.com/OpenSTFoundation/openst.js/pull/79)) |
19 | | -* Multisig operations : Change threshold ([#78](https://github.com/OpenSTFoundation/openst.js/pull/78)) |
20 | | -* Added multisig wallet operations ([#74](https://github.com/OpenSTFoundation/openst.js/pull/74)) |
21 | | -* Parse payCurrencyCode to bytes in PricerRule deployment ([#71](https://github.com/OpenSTFoundation/openst.js/pull/71)) |
22 | | -* User setup: Company to User Implementation ([#68](https://github.com/OpenSTFoundation/openst.js/pull/68)) |
23 | | -* Direct transfer of tokens using TokenRules contract ([#67](https://github.com/OpenSTFoundation/openst.js/pull/67)) |
24 | | -* Rule setup: Pricer rule setup and interaction ([#66](https://github.com/OpenSTFoundation/openst.js/pull/66)) |
25 | | -* Rename _createUserWallet to _createUserWalletRawTx ([#64](https://github.com/OpenSTFoundation/openst.js/pull/64)) |
26 | | -* Updated params _createUserWallet ([#61](https://github.com/OpenSTFoundation/openst.js/pull/61)) |
27 | | -* TokenRules : Rules registration framework for registration of rules getter to fetch registered rules ([#60](https://github.com/OpenSTFoundation/openst.js/pull/60)) |
28 | | -* Updated index.js to expose setup libraries ([#57](https://github.com/OpenSTFoundation/openst.js/pull/57)) |
29 | | -* User setup : Implement createUserWallet ([#55](https://github.com/OpenSTFoundation/openst.js/pull/55)) |
30 | | -* Interaction for MultiSig and TokenHolder master copy deployment ([#53](https://github.com/OpenSTFoundation/openst.js/pull/53)) |
31 | | -* Interaction for TokenRules deployment ([#51](https://github.com/OpenSTFoundation/openst.js/issues/51)) |
| 5 | +* ABIs and BINs are now accessed as a dependency on openst-contracts ([137](https://github.com/openst/openst.js/pull/137)) |
| 6 | +* Update PricerRule ABI/BIN with PricerRule:convertPayCurrencyToToken fix ([126](https://github.com/openst/openst.js/pull/126)) |
| 7 | +* Recovery contract interaction fixes ([#116](https://github.com/openst/openst.js/pull/116)) |
| 8 | +* PricerRule integration test and cleanup ([#114](https://github.com/openst/openst.js/pull/114)) |
| 9 | +* ProxyFactory address refactoring from createCompanyWallet method ([#113](https://github.com/openst/openst.js/pull/113) |
| 10 | +* Integration with mosaic.js npm ([#109](https://github.com/openst/openst.js/pull/109)) |
| 11 | +* Docker Geth Integration: Using docker geth ([#108](https://github.com/openst/openst.js/pull/108)) |
| 12 | +* Delayed Recovery Module Setup ([#107](https://github.com/openst/openst.js/pull/107)) |
| 13 | +* Remove license from top of JS files ([#106](https://github.com/openst/openst.js/pull/106)) |
| 14 | +* MultiSig Operation: Logout all sessions ([104](https://github.com/openst/openst.js/pull/104)) |
| 15 | +* WalletOperations Test: Remove tokenRulesAddress while creating TokenHolder instance ([#91](https://github.com/openst/openst.js/pull/91)) |
| 16 | +* Remove pre commit hook from package.json which generates webpack ([#88](https://github.com/openst/openst.js/pull/88)) |
| 17 | +* Fix version to 0 in SignEIP1077Extension.js ([#87](https://github.com/openst/openst.js/pull/87)) |
| 18 | +* Wallet operations cleanup and refactoring ([#79](https://github.com/openst/openst.js/pull/79)) |
| 19 | +* Multisig operations : Change threshold ([#78](https://github.com/openst/openst.js/pull/78)) |
| 20 | +* Added multisig wallet operations ([#74](https://github.com/openst/openst.js/pull/74)) |
| 21 | +* Parse payCurrencyCode to bytes in PricerRule deployment ([#71](https://github.com/openst/openst.js/pull/71)) |
| 22 | +* User setup: Company to User Implementation ([#68](https://github.com/openst/openst.js/pull/68)) |
| 23 | +* Direct transfer of tokens using TokenRules contract ([#67](https://github.com/openst/openst.js/pull/67)) |
| 24 | +* Rule setup: Pricer rule setup and interaction ([#66](https://github.com/openst/openst.js/pull/66)) |
| 25 | +* Rename _createUserWallet to _createUserWalletRawTx ([#64](https://github.com/openst/openst.js/pull/64)) |
| 26 | +* Updated params _createUserWallet ([#61](https://github.com/openst/openst.js/pull/61)) |
| 27 | +* TokenRules : Rules registration framework for registration of rules getter to fetch registered rules ([#60](https://github.com/openst/openst.js/pull/60)) |
| 28 | +* Updated index.js to expose setup libraries ([#57](https://github.com/openst/openst.js/pull/57)) |
| 29 | +* User setup : Implement createUserWallet ([#55](https://github.com/openst/openst.js/pull/55)) |
| 30 | +* Interaction for MultiSig and TokenHolder master copy deployment ([#53](https://github.com/openst/openst.js/pull/53)) |
| 31 | +* Interaction for TokenRules deployment ([#51](https://github.com/openst/openst.js/issues/51)) |
0 commit comments