This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
Releases: nervosnetwork/polyjuice-provider
Releases · nervosnetwork/polyjuice-provider
0.0.1-rc12-beta.1
- lock godwoken subpackage version without ^
0.0.1-rc12-beta.0
bump ckb2021 for beta test
v0.0.1-rc11: Merge pull request #42 from nervosnetwork/bump-version
changelogs
- bump lumos deps 0.17.0-rc5 to support mac M1
v0.0.1-rc10: Merge pull request #37 from nervosnetwork/develop
Requirement
needs to be run with godwoken-web3 server over v0.6.0-rc7
Changlogs
- some APIs changed in
@polyjuice-provdier/base
package, including: extract some util function (encodeArgs etc) from godwoker class to util.ts file. for a quick look over new APIs, please see this docs - use new poly Api for saving addressMapping.
v0.0.1-rc9: Merge pull request #32 from nervosnetwork/release-0.0.1-rc9
changelogs:
- fix hexlify bug in PolyjucieAccount of @polyjuice-provider/web3
- enable address replacement in PolyjuiceAccount of @polyjuice-provider/web3
yarn add @polyjuice-provider/ethers
yarn add @polyjuice-provider/web3
yarn add @polyjuice-provider/truffle
npm install --save @polyjuice-provider/ethers
npm install --save @polyjuice-provider/web3
npm install --save @polyjuice-provider/truffle
v0.0.1-rc8: Merge pull request #28 from nervosnetwork/release-0.0.1-rc8
changelogs:
- support websocket provider in
ethers
andweb3.js
, please check the doc to see how to use - rollup type hash and eth account lock parameters in PolyjuiceConfig are option now, if you leave it blank, will fetch from web3 server automatically
- fix some bugs
yarn add @polyjuice-provider/ethers
yarn add @polyjuice-provider/web3
yarn add @polyjuice-provider/truffle
npm install --save @polyjuice-provider/ethers
npm install --save @polyjuice-provider/web3
npm install --save @polyjuice-provider/truffle
v0.0.1-rc7
changelogs:
- fix godwoken normalizer definition compile error
Support truffle provider
changelogs:
- support truffle provider, you can deploy contract from truffle project directly to godwoken-polyjuice chain.
- some bugs fixs and improvement.
yarn add @polyjuice-provider/ethers
yarn add @polyjuice-provider/web3
yarn add @polyjuice-provider/truffle
npm install --save @polyjuice-provider/ethers
npm install --save @polyjuice-provider/web3
npm install --save @polyjuice-provider/truffle
v0.0.1-rc5
changelogs:
- api changed: simplify contructor parameters in web3/ethers packages. please see how to init providers in sub-pakcages README
- support
web3.eth.accounts
, now you can usePolyjuiceAccounts
in@polyjuice-provider/web3
to replaceweb3.eth.accounts
yarn add @polyjuice-provider/ethers
yarn add @polyjuice-provider/web3
npm install --save @polyjuice-provider/ethers
npm install --save @polyjuice-provider/web3
v0.0.1-rc4
https://www.npmjs.com/org/polyjuice-provider
changelogs:
- remove webpack.
- fix gas encode error.
yarn add @polyjuice-provider/ethers
yarn add @polyjuice-provider/web3