forge-js

JavaScript libraries to work with forge framework

OTHER License

Downloads
8.9K
Stars
26
Committers
9

Bot releases are hidden (Show)

forge-js - Support node.js v12.x Latest Release

Published by wangshijun over 5 years ago

  • @arcblock/grpc-client now works with node.js v12.x after node-grpc upgraded to 1.20.2
  • @arcblock/forge-cli can work in node.js v12.x tool
forge-js - Support forge v0.27.0

Published by wangshijun over 5 years ago

Major changes:

  • @arcblock/graphql-client now excludes deprecated fields from generated query
  • @arcblock/did support fromHash function to generate did for many role types
  • @arcblock/did support fromPublicKeyHash that can be reused
  • @arcblock/did-util support toItxAddress and toItxDid
  • @arcblock/did-util support new asset generating process
  • @arcblock/forge-proto with compiled javascript code from latest forge-core-protocol
  • @arcblock/mcrypto added new role type: ROLE_TX, ROLE_TETHER
  • @arcblock/forge-cli supports forge reset --yes without confirmation
  • use latest version of js2dts to generated dts files for major libs
  • update latest doc version to v0.27
forge-js - v0.7.0

Published by wangshijun over 5 years ago

Release Notes

  • fix: disable forge create:cli for release
  • fix: forge xxx -h colors in shelljs.exec
  • feat: support open forge graphql playground with forge web open
  • fix: improve errmsg for declare as node
  • feat: support display web status in forge status #65
  • chore: add subscribe example for forge-sdk #87
  • feat: support forge block -f display blocks until user stop it. #91
  • fix: start forge web before forge web open #90
  • chore: remove forge console command, since it does not works on all start modes #47
  • feat: add spinner for forge stop
forge-js -

Published by wangshijun over 5 years ago

Release Notes

Update forge protobuf to align with [email protected]

  • fix: listWallets => listWallet
  • fix: example forge config, add rpc whitelist
  • fix: forge web related commands, :cover => :forge_web

Bugfix

  • chore: improve forge tx error message
  • fix: transactions are not correctly filtered in forge-proto
  • fix: display a graceful error message when unlock wallet failed #66

Improvements

  • feat: eliminate GITHUB_TOKEN and fetch dependency #34
  • chore: improve texture and help text for several commands
  • feat: check forge release verion on forge-cli startup #37
  • chore: add docs, user can switch to different chains apps easily with #72
  • chore: organize forge-cli code, move version/create to misc category