Skip to content

Commit

Permalink
feat(ADR-006): POAP v2 (#195)
Browse files Browse the repository at this point in the history
## Description

<!-- Add a description of the changes that this PR introduces and the
files that
are the most critical to review. -->

This PR updates the POAP contract to make it compliant with the ADR-006.

Closes: #182
Closes: #183
Closes: #184 
Closes: #185 
Closes: #186 
Closes: #187 
Closes: #188 
Closes: #189

---

### Author Checklist

*All items are required. Please add a note to the item if the item is
not applicable and
please add links to any relevant follow up issues.*

I have...

- [x] included the correct [type
prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json)
in the PR title
- [ ] added `!` to the type prefix if API or client breaking change
- [x] targeted the correct branch (see [PR
Targeting](https://github.com/desmos-labs/desmos-contracts/blob/master/CONTRIBUTING.md#pr-targeting))
- [ ] provided a link to the relevant issue or specification
- [x] included the necessary unit and integration
[tests](https://github.com/desmos-labs/desmos-contracts/blob/master/CONTRIBUTING.md#testing)
- [ ] added a changelog entry to `CHANGELOG.md`
- [ ] updated the relevant documentation or specification
- [ ] reviewed "Files changed" and left comments if necessary
- [ ] confirmed all CI checks have passed

### Reviewers Checklist

*All items are required. Please add a note if the item is not applicable
and please add
your handle next to the items reviewed if you only reviewed selected
items.*

I have...

- [ ] confirmed the correct [type
prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json)
in the PR title
- [ ] confirmed `!` in the type prefix if API or client breaking change
- [ ] confirmed all author checklist items have been addressed
- [ ] reviewed contract logic
- [ ] reviewed contract security
- [ ] reviewed API design and naming
- [ ] reviewed documentation is accurate
- [ ] reviewed tests and test coverage
- [ ] manually tested (if applicable)

---------

Co-authored-by: Riccardo Montagnin <[email protected]>
  • Loading branch information
manu0466 and RiccardoM authored Jul 20, 2023
1 parent 8848228 commit e96b6ed
Show file tree
Hide file tree
Showing 46 changed files with 4,658 additions and 6,335 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
if: env.GIT_DIFF
uses: actions-rs/[email protected]
with:
version: '0.22.0'
args: '--avoid-cfg-tarpaulin'

- name: Upload coverage 📤
Expand Down
Loading

0 comments on commit e96b6ed

Please sign in to comment.