Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add E2E test support for ERC20/ERC721 #611

Merged
merged 5 commits into from
Mar 18, 2022
Merged

Commits on Mar 18, 2022

  1. Store TXType in token events

    Because some token transactions may generate events of multiple types
    (such as a transfer triggering approval changes as a side effect), the
    transaction type must be stored instead of being inferred from the event.
    
    Signed-off-by: Andrew Richardson <[email protected]>
    awrichar committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    deb6cef View commit details
    Browse the repository at this point in the history
  2. Add E2E test support for ERC20/ERC721

    Resolves hyperledger#564
    
    Signed-off-by: Andrew Richardson <[email protected]>
    awrichar committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    f94f5dc View commit details
    Browse the repository at this point in the history
  3. Store token pool info

    Signed-off-by: Andrew Richardson <[email protected]>
    awrichar committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    509b733 View commit details
    Browse the repository at this point in the history
  4. Update manifest for firefly-tokens-erc20-erc721

    Signed-off-by: Andrew Richardson <[email protected]>
    awrichar committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    c632456 View commit details
    Browse the repository at this point in the history
  5. Remove fabric+erc1155 from E2E matrix

    Signed-off-by: Andrew Richardson <[email protected]>
    awrichar committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    f90e90a View commit details
    Browse the repository at this point in the history