hyperledger / firefly-tokens-erc20-erc721

ERC20 and ERC721 token integration
https://github.com/hyperledger/firefly-tokens-erc20-erc721
Apache License 2.0
20 stars 22 forks source link

Port eventstream changes from erc1155 #83

Closed awrichar closed 2 years ago

awrichar commented 2 years ago

Mostly a port of https://github.com/hyperledger/firefly-tokens-erc1155/pull/94

Note that stream names in this repo do not contain a reference to the contract address, as they do in ERC1155. In the case of this connector, there are actually many different contracts (one optional factory and many deployed instances) - so it may be more difficult to detect if one changed. I've left the stream naming unchanged in this PR, just ported the slightly altered event stream logic.