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

Workaround the missing disappearing token transfer issue #3289

Merged
merged 12 commits into from
Feb 16, 2022

Commits on Feb 11, 2022

  1. add logic to create token transfer / nft transfer for token dissociat…

    …e after the token is deleted
    
    Signed-off-by: Xin Li <xin.li@hedera.com>
    xin-hedera committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    f50c5ed View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. test cases, address review feedback

    Signed-off-by: Xin Li <xin.li@hedera.com>
    xin-hedera committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    5d18ddb View commit details
    Browse the repository at this point in the history
  2. change nft balance tracking to not show serial numbers

    Signed-off-by: Xin Li <xin.li@hedera.com>
    xin-hedera committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    77f012a View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. remove STARTDATE env from supervisord.conf, update normal operation p…

    …ostgres parrams
    
    Signed-off-by: Xin Li <xin.li@hedera.com>
    xin-hedera committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    eb0e074 View commit details
    Browse the repository at this point in the history
  2. graceful shutdown, enable supervisorctl, increase pg max_connections

    Signed-off-by: Xin Li <xin.li@hedera.com>
    xin-hedera committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    16d729d View commit details
    Browse the repository at this point in the history
  3. exec supervisord to replace bash, so signals are properly sent to sup…

    …ervisord
    
    Signed-off-by: Xin Li <xin.li@hedera.com>
    xin-hedera committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    ac7e802 View commit details
    Browse the repository at this point in the history
  4. fix doc, cleanup

    Signed-off-by: Xin Li <xin.li@hedera.com>
    xin-hedera committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    b24959e View commit details
    Browse the repository at this point in the history
  5. address review feedback and clean up

    Signed-off-by: Xin Li <xin.li@hedera.com>
    xin-hedera committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    8ec85a7 View commit details
    Browse the repository at this point in the history
  6. add mainnet validation.json and README

    Signed-off-by: Xin Li <xin.li@hedera.com>
    xin-hedera committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    ae26cb1 View commit details
    Browse the repository at this point in the history
  7. address review feedback

    Signed-off-by: Xin Li <xin.li@hedera.com>
    xin-hedera committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    8b22968 View commit details
    Browse the repository at this point in the history
  8. handle historical self nft transfer

    Signed-off-by: Xin Li <xin.li@hedera.com>
    xin-hedera committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    bd03546 View commit details
    Browse the repository at this point in the history
  9. fix supervisord.conf, no such user "dummy"

    Signed-off-by: Xin Li <xin.li@hedera.com>
    xin-hedera committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    0105c06 View commit details
    Browse the repository at this point in the history