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

Ag 42 fixes 5 #34

Merged
merged 33 commits into from
Apr 11, 2024
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
f43bacb
Ag 17 commitlint fix (#1)
g3k0 Mar 24, 2024
9260287
feat(@agora): AG-35 basic workflow (#3)
g3k0 Mar 25, 2024
3424f31
docs(@agora): AG-35 updloaded image (#5)
g3k0 Mar 26, 2024
56f40f9
Ag 18 eoa implementation (#7)
g3k0 Mar 28, 2024
db20673
Ag 19 DECsRegistry smart contract (#8)
g3k0 Mar 29, 2024
0dc0d57
Ag 20 election smart contract (#9)
g3k0 Mar 30, 2024
fb1dc90
Ag 20 election smart contract (#10)
g3k0 Mar 30, 2024
07a2bad
Merge branch 'main' into develop
g3k0 Mar 30, 2024
ed96d8d
Ag 25 deploy contracts (#13)
g3k0 Mar 31, 2024
202b9fa
Ag 26 register election script (#14)
g3k0 Apr 7, 2024
b7d36ec
Merge branch 'main' into develop
g3k0 Apr 7, 2024
c3eb2ba
Merge branch 'main' into develop
g3k0 Apr 7, 2024
2639ecd
Ag 37 actions api layer (#16)
g3k0 Apr 7, 2024
c9596a4
docs(@docs): updated README
g3k0 Apr 7, 2024
81f457a
Merge branch 'main' into develop
g3k0 Apr 7, 2024
3e5dd41
Merge branch 'main' into develop
g3k0 Apr 7, 2024
03e502d
fix(@ci): AG-36 fixed github username (#19)
g3k0 Apr 7, 2024
93631f7
Ag 39 encrypt dec data (#21)
g3k0 Apr 9, 2024
14581fc
Ag 40 dec registration (#22)
g3k0 Apr 11, 2024
7aeb927
Merge branch 'main' into develop
g3k0 Apr 11, 2024
82bb5c4
fix(@CICD): AG-42 fix github actions (#24)
g3k0 Apr 11, 2024
9241c8e
fix(CICD): AG-42 workflow fixes (#26)
g3k0 Apr 11, 2024
37ecada
Merge branch 'main' into develop
g3k0 Apr 11, 2024
86f3780
Merge branch 'main' into develop
g3k0 Apr 11, 2024
3dad309
Ag 42 fixes 2 (#28)
g3k0 Apr 11, 2024
8dec442
Merge branch 'main' into develop
g3k0 Apr 11, 2024
e79d573
Merge branch 'develop' of https://github.com/nova-collective/agora in…
g3k0 Apr 11, 2024
a3ea86f
Merge branch 'main' into develop
g3k0 Apr 11, 2024
3f87a38
AG-42 fixes (#30)
g3k0 Apr 11, 2024
e7463b6
Merge branch 'main' into develop
g3k0 Apr 11, 2024
3d205f3
fixes (#32)
g3k0 Apr 11, 2024
112da11
Merge branch 'main' into develop
g3k0 Apr 11, 2024
55ed262
fixes
g3k0 Apr 11, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
jobs:
tagVersion:
runs-on: ubuntu-lates
if: github.event_name == 'push' && contains(github.event.head_commit.message, 'Merge branch')

steps:
- name: Checkout repository
Expand Down
Loading