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

Remove requirement of ID on event structs #240

Open
jessie-morris opened this issue May 1, 2020 · 0 comments
Open

Remove requirement of ID on event structs #240

jessie-morris opened this issue May 1, 2020 · 0 comments
Labels
enhancement New feature or request event Involves an event or definition
Milestone

Comments

@jessie-morris
Copy link

Since ID must be unique, requiring it on event structs seems to allow problems to occur when multiple events are entered into the system with the same id. I recommend this is handled by removing this column from the contract and generating a UUID as these events are processed into the system.

@jdenen jdenen added enhancement New feature or request event Involves an event or definition labels May 1, 2020
@jdenen jdenen added this to the v1.0.0 milestone May 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request event Involves an event or definition
Projects
None yet
Development

No branches or pull requests

2 participants