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

fixing typo and formatting of aave jinja template #36

Merged
merged 23 commits into from
Dec 26, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
d6217f6
fixing typo and formatting of aave jinja template
MichaelMorami Dec 24, 2024
082cc5d
.
nivcertora Dec 24, 2024
1fde596
fix head ref (#37)
ozcodes Dec 24, 2024
f13156d
fix env var name
ozcodes Dec 24, 2024
538c4f3
Merge f13156d07c47988d5afa68fd3727937a4ee1cfb6 into e63a3686bb3fb2b2a…
MichaelMorami Dec 24, 2024
97f910c
Auto change version.
opscertora Dec 24, 2024
7b13131
Merge 97f910c37d99fc0c5cf8d52200743ad40f3424ff into e63a3686bb3fb2b2a…
MichaelMorami Dec 24, 2024
10ff8f6
Auto change version.
yoav-el-certora Dec 24, 2024
15baf03
Merge 10ff8f695b01b7b72efef35b23b69de3e7056eaa into e63a3686bb3fb2b2a…
MichaelMorami Dec 24, 2024
88d841a
Auto change version.
nivcertora Dec 24, 2024
2670215
Merge 88d841a4c9ec42ad1997a2772001405a40d5975a into e63a3686bb3fb2b2a…
MichaelMorami Dec 24, 2024
9a3133c
Auto change version.
opscertora Dec 24, 2024
c0502dd
Merge 9a3133c9f0bb8a3d247c03e0882b55b7ea8ce843 into e63a3686bb3fb2b2a…
MichaelMorami Dec 24, 2024
7b11cb3
Auto change version.
nivcertora Dec 24, 2024
62d855a
Merge 7b11cb306f311a25a6b93dc93059e97793d3d7b7 into e63a3686bb3fb2b2a…
MichaelMorami Dec 24, 2024
1cbd8cf
Auto change version.
yoav-el-certora Dec 25, 2024
048df05
Update v3-132.md
liav-certora Dec 25, 2024
3fb0a6f
Update ci.yml
liav-certora Dec 25, 2024
bccaef1
Update v3-132.md
liav-certora Dec 26, 2024
a0aa241
Update ci.yml
liav-certora Dec 26, 2024
17609a5
Update ci.yml
liav-certora Dec 26, 2024
cceb099
Merge 17609a58fedcf2a96920d9ad58664331bc7c957d into e63a3686bb3fb2b2a…
MichaelMorami Dec 26, 2024
223d985
Auto change version.
liav-certora Dec 26, 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
5 changes: 3 additions & 2 deletions Quorum/auto_report/AaveReportTemplate.md.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
### Voting Link
[Link to voting page]({{ voting_link }})

### Governance Forum Discussions
[Link to forum discussions]({{ gov_forum_link }})
### Governance Forum Discussion
[Link to forum discussion]({{ gov_forum_link }})

### Payloads
{% for chain, payload_link in zip(chain, payload_link) %}
Expand Down Expand Up @@ -39,6 +39,7 @@ Transaction: [{{ transaction_hash }}]({{ transaction_link }})

### Aave Seatbelt Report
**Proposal Report**

[Link to Seatbelt proposal report]({{ seatbelt_link }})

**Payload Reports**
Expand Down
5 changes: 3 additions & 2 deletions Quorum/tests/expected/test_auto_report/v3-132.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
### Voting Link
[Link to voting page](https://vote.onaave.com/proposal/?proposalId=132)

### Governance Forum Discussions
[Link to forum discussions](https://governance.aave.com/t/bgd-aave-v3-1-and-aave-origin/17305)
### Governance Forum Discussion
[Link to forum discussion](https://governance.aave.com/t/bgd-aave-v3-1-and-aave-origin/17305)

### Payloads

Expand Down Expand Up @@ -122,6 +122,7 @@ Transaction: [0x423b2b381444d3a8a347536eaf643da3c7bc5e764ff4881863e012305d9542ba

### Aave Seatbelt Report
**Proposal Report**

[Link to Seatbelt proposal report](https://github.com/bgd-labs/seatbelt-gov-v3/blob/main/reports/proposals/132.md)

**Payload Reports**
Expand Down
Loading