Skip to content

Releases: provable-things/ptokens-erc777-smart-contract

v3.1.0

24 Mar 12:51
23dc4ab
Compare
Choose a tag to compare

🎁 Adds new CLI commands...

...including:

node cli.js signMessage <msg>
node cli.js checkERC1820Exists
node cli.js pushRawSignedTx <rawSignedTx>
node cli.js getTransactionCount <ethAddress>

v3.0.0

14 Jan 15:06
a1c5677
Compare
Choose a tag to compare

🎁 Adds pTokens v2 compatible ERC777 contract & management CLI.

See README.md for more details.

v2.6.0

08 Sep 10:33
f30841c
Compare
Choose a tag to compare

🎁 Adds Truffle Deployment Capabilites

...and does so by moving the configurables from the various places they are in a truffle project to one single source of truth, the config.json at the root of the repo.

Also updates the README.md to include detailed instructions for how to deploy the token.

v2.5.0

21 May 14:05
7052bb1
Compare
Choose a tag to compare

🎁 Removes Bytecode Generator.

Later core versions no longer require bytecode upon chain initializing, favouring instead having a contract's address passed in. As such, the bytecode generator in this repo became superfluous and so has been removed.

The release also commits the .openzeppelin dir, which tracks all upgradeable contract deployments on various chains.

v2.4.0

19 Mar 17:45
Compare
Choose a tag to compare

🎁 Makes the ERC777 Contract Upgradeable

Also adds new parameter to the Redeem event to capture userData.

Tests are also update to test the new upgrade pathway.