Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Make arbitrator hash based only on id and group #84

@jwir3

Description

@jwir3

Currently, arbitrator uses a hashing algorithm based on a number of items that (presumably) make the game unique. Unfortunately, some of these things make the game too unique. For example, games that are rescheduled are sometimes thought by arbitrator to be different games, even though the game id and group is the same.

We should change these hashes in the following way:

  • Hashes should be reversible (right now they are just a SHA1 hash, and we need to be able to extract the game id and group name from the hashed data, similar to how JWT works).
  • Hashes should be based on ONLY the game id and group name.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions