Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 453 Bytes

File metadata and controls

37 lines (24 loc) · 453 Bytes

Description

  • What changed?
  • Why was this change needed?

Closes

Closes #XX

Related

Relates to #YY

Checklist

  • Code follows project conventions in CONTRIBUTING.md
  • Self-review completed
  • Tests added/updated where needed
  • Documentation updated where needed

Testing

Steps to verify the change:

# Example
cd backend
mvn test

Additional checks (if applicable):

cd blockchain
npm test