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

Student Project Spring '24: Access Control on the DELA Blockchain #394

Open
wants to merge 112 commits into
base: c4dt_student24spring_access_control
Choose a base branch
from

Commits on Oct 15, 2024

  1. change some error checking method

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    d6878b7 View commit details
    Browse the repository at this point in the history
  2. add formAdmin struct

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    9f3cfab View commit details
    Browse the repository at this point in the history
  3. patch linting

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    96141d0 View commit details
    Browse the repository at this point in the history
  4. push working changes there

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    4e37d18 View commit details
    Browse the repository at this point in the history
  5. Update .gitignore

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    e2fc059 View commit details
    Browse the repository at this point in the history
  6. change dela id

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    270fb52 View commit details
    Browse the repository at this point in the history
  7. change comment formatting

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    10c8ed1 View commit details
    Browse the repository at this point in the history
  8. make encode function logic simpler

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b5b6b92 View commit details
    Browse the repository at this point in the history
  9. update UserID to VoterID

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    87a5320 View commit details
    Browse the repository at this point in the history
  10. happy linter

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b26e8ed View commit details
    Browse the repository at this point in the history
  11. happy linter bis

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ef75d56 View commit details
    Browse the repository at this point in the history
  12. change SciperID to UserID

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    0ef3367 View commit details
    Browse the repository at this point in the history
  13. address Carine review

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c15b3fc View commit details
    Browse the repository at this point in the history
  14. add remove and is admin

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    76ac17f View commit details
    Browse the repository at this point in the history
  15. add ADD_ADMIN and REMOVE_ADMIN cmd

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    71ff097 View commit details
    Browse the repository at this point in the history
  16. patch current error

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    6883598 View commit details
    Browse the repository at this point in the history
  17. create admin form test

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c1dd917 View commit details
    Browse the repository at this point in the history
  18. working on the testing part

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    e0758f6 View commit details
    Browse the repository at this point in the history
  19. patch test mistake

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    2422f26 View commit details
    Browse the repository at this point in the history
  20. fully working adminForm test

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    402cd56 View commit details
    Browse the repository at this point in the history
  21. clean test

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    31e6719 View commit details
    Browse the repository at this point in the history
  22. linter compliance

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    4966459 View commit details
    Browse the repository at this point in the history
  23. linter compliance part 2

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    0b49eab View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    ecfefae View commit details
    Browse the repository at this point in the history
  25. improve refactoring

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    d143979 View commit details
    Browse the repository at this point in the history
  26. patch #1

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ef5f872 View commit details
    Browse the repository at this point in the history
  27. remove old code

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    4907b05 View commit details
    Browse the repository at this point in the history
  28. revert to longer var name

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    f7630fd View commit details
    Browse the repository at this point in the history
  29. attempt to simplify the code

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    2d50300 View commit details
    Browse the repository at this point in the history
  30. address review

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    1d74ab4 View commit details
    Browse the repository at this point in the history
  31. patch vet check

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    faa2889 View commit details
    Browse the repository at this point in the history
  32. final review

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    5c8cc7a View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    51a20dc View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    2bf8048 View commit details
    Browse the repository at this point in the history
  35. patch sciper type

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8596d23 View commit details
    Browse the repository at this point in the history
  36. patch dummy userid to sciper format

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    7b6b2bc View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    bd6ec9e View commit details
    Browse the repository at this point in the history
  38. improve code readability

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    eb062ce View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    42eff89 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    fe86e34 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    9a3c602 View commit details
    Browse the repository at this point in the history
  42. implem test

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    7c2cb41 View commit details
    Browse the repository at this point in the history
  43. add test voters list

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    6978b78 View commit details
    Browse the repository at this point in the history
  44. clean + comment test

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    cf55eef View commit details
    Browse the repository at this point in the history
  45. patch for vet

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    cae4062 View commit details
    Browse the repository at this point in the history
  46. merge manager voters and owners

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    770a404 View commit details
    Browse the repository at this point in the history
  47. improve code

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    9686858 View commit details
    Browse the repository at this point in the history
  48. apply SciperToInt method to admin

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    1138f60 View commit details
    Browse the repository at this point in the history
  49. patch broken test

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b51dd98 View commit details
    Browse the repository at this point in the history
  50. start implement is admin logic

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    d0b5f14 View commit details
    Browse the repository at this point in the history
  51. ongoing implem

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    a4a9317 View commit details
    Browse the repository at this point in the history
  52. patch changes

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    10f50fd View commit details
    Browse the repository at this point in the history
  53. patch changes 2

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    4745944 View commit details
    Browse the repository at this point in the history
  54. Init AdminForm method

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8d52899 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    1c5008b View commit details
    Browse the repository at this point in the history
  56. evening work refactor part 1

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    5c5f4e3 View commit details
    Browse the repository at this point in the history
  57. add SciperToInt to AddVoter

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b5f7fb2 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    919a8e2 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    1bf4860 View commit details
    Browse the repository at this point in the history
  60. add an additional SciperToInt Method

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    75236cf View commit details
    Browse the repository at this point in the history
  61. patched unvalid userid in test

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    45a6f4d View commit details
    Browse the repository at this point in the history
  62. update a comment in the test

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    a363b07 View commit details
    Browse the repository at this point in the history
  63. update a comment in the test 2

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    42be1f3 View commit details
    Browse the repository at this point in the history
  64. merge rebase

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    4d1c3cc View commit details
    Browse the repository at this point in the history
  65. patch one test

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    0f30a61 View commit details
    Browse the repository at this point in the history
  66. patch vet

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    48f1e0e View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    db4b2e4 View commit details
    Browse the repository at this point in the history
  68. getting rid of adminform

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    2dee2d1 View commit details
    Browse the repository at this point in the history
  69. add performing and target field

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c647f17 View commit details
    Browse the repository at this point in the history
  70. patch error and test

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    223c1ac View commit details
    Browse the repository at this point in the history
  71. some minor changes

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    7c4b1be View commit details
    Browse the repository at this point in the history
  72. small code cleaning

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    0bac02e View commit details
    Browse the repository at this point in the history
  73. Update contracts/evoting/evoting.go

    Co-authored-by: Carine Dengler <[email protected]>
    MaximeZmt and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    372262d View commit details
    Browse the repository at this point in the history
  74. Update contracts/evoting/mod_test.go

    Co-authored-by: Carine Dengler <[email protected]>
    MaximeZmt and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    80d2270 View commit details
    Browse the repository at this point in the history
  75. Update contracts/evoting/types/admin.go

    Co-authored-by: Carine Dengler <[email protected]>
    MaximeZmt and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    d0e8da5 View commit details
    Browse the repository at this point in the history
  76. Update contracts/evoting/types/admin.go

    Co-authored-by: Carine Dengler <[email protected]>
    MaximeZmt and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    4c60e70 View commit details
    Browse the repository at this point in the history
  77. address partial review

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    abd024f View commit details
    Browse the repository at this point in the history
  78. isAdmin function

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    f155a43 View commit details
    Browse the repository at this point in the history
  79. patch updatemetadata review

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    1787874 View commit details
    Browse the repository at this point in the history
  80. patch ownervoter test

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ad9babc View commit details
    Browse the repository at this point in the history
  81. Update evoting.go

    exact error comparison update
    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c2b0c0b View commit details
    Browse the repository at this point in the history
  82. patch is admin error mgmt

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    9d68438 View commit details
    Browse the repository at this point in the history
  83. patch test

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3887984 View commit details
    Browse the repository at this point in the history
  84. patch isAdmin structure

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    cbb4563 View commit details
    Browse the repository at this point in the history
  85. Address review

    fixed comment
    change isAdmin to fetchAdmin
    remove useless getAdminList in manageAdminList cmd
    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8259f04 View commit details
    Browse the repository at this point in the history
  86. first version of ownersvoters logic

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    e079cb8 View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    6cfd91d View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    9e7d95d View commit details
    Browse the repository at this point in the history
  89. patch shuffle intergration test

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    a68dfb7 View commit details
    Browse the repository at this point in the history
  90. patch neff test

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    7481a53 View commit details
    Browse the repository at this point in the history
  91. patch neff test round 2

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b4986f5 View commit details
    Browse the repository at this point in the history
  92. patch weird neff test

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    97e1c88 View commit details
    Browse the repository at this point in the history
  93. remove useless time.sleep

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    508e184 View commit details
    Browse the repository at this point in the history
  94. add explanation for voterid

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    6dc01f3 View commit details
    Browse the repository at this point in the history
  95. vet reformat

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    1677f59 View commit details
    Browse the repository at this point in the history
  96. fix: do reinsert existing admin

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    616805e View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    41a439a View commit details
    Browse the repository at this point in the history
  98. feat: AddToAdminList first implem

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c60eddd View commit details
    Browse the repository at this point in the history
  99. temp: add info

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ebe3c18 View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    929bb28 View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    56b0745 View commit details
    Browse the repository at this point in the history
  102. work: proxy add/remove/get adminlist

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    2e2b413 View commit details
    Browse the repository at this point in the history
  103. fix: for display

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    fc54d66 View commit details
    Browse the repository at this point in the history
  104. fix: fix bug on transaction result

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3c0b64d View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    88558a8 View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    4833881 View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    01d1409 View commit details
    Browse the repository at this point in the history
  108. fix: clean the code

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3bbba51 View commit details
    Browse the repository at this point in the history
  109. fix: remove debug print

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3b002b6 View commit details
    Browse the repository at this point in the history
  110. fix: revert change

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    be39b3e View commit details
    Browse the repository at this point in the history
  111. docs: update api.md

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    a85dc7a View commit details
    Browse the repository at this point in the history
  112. Update api.md

    MaximeZmt authored and PascalinDe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    4f74ed7 View commit details
    Browse the repository at this point in the history