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 sync.pool to contain our token map in conflictingTokensExist #84

Merged
merged 5 commits into from
Dec 1, 2021

Commits on Dec 1, 2021

  1. Add sync.pool to contain our token map in conflictingTokensExist

    Tyler Reid authored and stevesg committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    5b60543 View commit details
    Browse the repository at this point in the history
  2. Update to delete entries in the map then put to the pool

    Tyler Reid authored and stevesg committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    378a23e View commit details
    Browse the repository at this point in the history
  3. remove un-used count

    Tyler Reid authored and stevesg committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    9be7e0d View commit details
    Browse the repository at this point in the history
  4. Switch to using a map[unit32]struct{} instead of a map[uint32]bool si…

    …nce we use the boolean as pretty much just a contains check.
    Tyler Reid authored and stevesg committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    72097b5 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    stevesg committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    d5895af View commit details
    Browse the repository at this point in the history