Releases: hyperledger/firefly-tokens-erc20-erc721
Releases · hyperledger/firefly-tokens-erc20-erc721
v1.2.2
v1.2.1
What's Changed
- Update README by @awrichar in #108
- Add shorsher to CODEOWNERS by @nguyer in #113
- Change to X-FireFly-Request-ID header name by @nguyer in #111
- Change ERC721 samples to use auto-indexing mint by default by @awrichar in #109
- Add support for ERC721 variants with URIs by @awrichar in #114
- Start auto incrementing token indexes at 1 by @nguyer in #116
- Throw an error if unsupported fields are passed to mint by @awrichar in #119
Full Changelog: v1.2.0...v1.2.1
v1.2.0
v1.1.4
What's Changed
- Bump @openzeppelin/contracts from 4.5.0 to 4.7.1 in /samples/solidity by @dependabot in #69
- Bump @openzeppelin/contracts from 4.7.1 to 4.7.3 in /samples/solidity by @dependabot in #91
- Bump undici, hardhat and @nomiclabs/hardhat-etherscan in /samples/solidity by @dependabot in #92
- Lowercase contract addresses, check for null event in migration check by @awrichar in #93
- Fix build by @nguyer in #95
Full Changelog: v1.1.3...v1.1.4
v1.1.3
What's Changed
- Only send one ack per batch by @peterbroadhurst in #88
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
- Fix url manipulation by @Chengxuan in #84
- Include the batchNumber if specified in acks, for FFTM/EVMConnect by @peterbroadhurst in #86
New Contributors
- @Chengxuan made their first contribution in #84
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Add instructions to deploy by @peterbroadhurst in #58
- Add namespace information, batch event delivery by @awrichar in #59
- Support custom URI's for ERC721WithData Contract by @shorsher in #60
- update connector to support custom URI's by @shorsher in #61
- add
config
to token transfer types by @shorsher in #64 - add
baseTokenUri
param to ERC721 hardhat deploy by @shorsher in #66 - Bump terser from 5.10.0 to 5.14.2 by @dependabot in #68
- optimize ERC165 lookups for custom URI's by @shorsher in #67
- Scrub "namespace" params in favor of more generic data by @awrichar in #70
- Add forward compatibility with evmconnect by @nguyer in #71
- Pass through full structure of receipt events for detailed reporting by @peterbroadhurst in #72
- Pass through EthConnect/EVMConnect receipts unchanged by @peterbroadhurst in #77
Full Changelog: v1.0.1...v1.1.0
v1.0.2
v1.0.1
Breaking Changes
New versions of this connector will assume "no data" support if you create a token pool against an older version of the sample smart contracts - see #57
What's Changed
- Use ERC-165 to query "with data" support from contract by @awrichar in #57
- Fix approval event transformation for ERC721 by @awrichar in #56
- Add FFTM_URL config option by @peterbroadhurst in #54
Full Changelog: v1.0.0...v1.0.1