Skip to content

Latest commit

 

History

History
32 lines (30 loc) · 2.9 KB

CHANGELOG.md

File metadata and controls

32 lines (30 loc) · 2.9 KB

openst.js Change Log

Version 0.10.0

  • Deprecation of setup and helper files (141)
  • ABIs and BINs are now accessed as a dependency on openst-contracts (137)
  • Update PricerRule ABI/BIN with PricerRule:convertPayCurrencyToToken fix (126)
  • Recovery contract interaction fixes (#116)
  • PricerRule integration test and cleanup (#114)
  • ProxyFactory address refactoring from createCompanyWallet method (#113
  • Integration with mosaic.js npm (#109)
  • Docker Geth Integration: Using docker geth (#108)
  • Delayed Recovery Module Setup (#107)
  • Remove license from top of JS files (#106)
  • MultiSig Operation: Logout all sessions (104)
  • WalletOperations Test: Remove tokenRulesAddress while creating TokenHolder instance (#91)
  • Remove pre commit hook from package.json which generates webpack (#88)
  • Fix version to 0 in SignEIP1077Extension.js (#87)
  • Wallet operations cleanup and refactoring (#79)
  • Multisig operations : Change threshold (#78)
  • Added multisig wallet operations (#74)
  • Parse payCurrencyCode to bytes in PricerRule deployment (#71)
  • User setup: Company to User Implementation (#68)
  • Direct transfer of tokens using TokenRules contract (#67)
  • Rule setup: Pricer rule setup and interaction (#66)
  • Rename _createUserWallet to _createUserWalletRawTx (#64)
  • Updated params _createUserWallet (#61)
  • TokenRules : Rules registration framework for registration of rules getter to fetch registered rules (#60)
  • Updated index.js to expose setup libraries (#57)
  • User setup : Implement createUserWallet (#55)
  • Interaction for MultiSig and TokenHolder master copy deployment (#53)
  • Interaction for TokenRules deployment (#51)