Skip to content

Tags: otterspace-xyz/otterspace-contracts

Tags

v2.8.0

Toggle v2.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: adding notes for 2.8.0 (#187)

v2.7.3

Toggle v2.7.3's commit message
fix: correcting emit

v2.7.2

Toggle v2.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
DEV-1358 (#175)

* Add merkleMintWithConsent + tests. Add some natspec docs

* Update test to reuse code

* change order of function params related to mintWithConsent to issuer, recipient

* update natspec

* fix merge conflicts

v2.7.0

Toggle v2.7.0's commit message
add logs to gh action before deployment

v2.6.7

Toggle v2.6.7's commit message
remove gas snapshot for now, since its not auto-regenerated. could be…

… deceptive

v2.6.6

Toggle v2.6.6's commit message
update package.json and changelog

v2.6.5

Toggle v2.6.5's commit message
fix merge conflicts

v2.6.4

Toggle v2.6.4's commit message
Update hardhat config to include mainnet

2.6.3

Toggle 2.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update hardhat (#149)

* [DEV-924] (#130)

* automatically copy abis and run testUpgrade beofore commit happnes. Auto-tag when branch is merged to dev

* Update pre-commit hook

* Update pre-commit hook

* update pre-commit hook to only run if changes happened in src

* update pre-commit hook to only add files to /out if stuff changed

* add else block to pre-commit script

* small change to pre-commit

* test

* still wroking on pre-commit

* test

* Update gh action to compare the current version of badges.sol to the one from the last tag

* remove test function

* Add gh action for when we merge to main

* Dev975 (#143)

* Multiple admins can CreateSpec

* Refactored take tests

* Removed unnecessary test

* Supporting multiple admins for revocation and reinstatement

* Give requested badge to users

* Updating natspec

* Adding 2.6.0 to changelog

* Added admin authorization to take

* Added isAuthorizedAdmin for merkleTake, give and giveToMany

* tagging 2.6.1

* Add createProposal.js and echo out values in gh action

* log out vars to debug gh actions

---------

Co-authored-by: Rahul Rumalla <[email protected]>

* [DEV-1027] - Airdrop functionality (#144)

* Add airdrop function

* Add test for when non raft admin tries to airdrop

* Add natspec to airdrop function

* Update tag to 2.6.2, update changelog

* [DEV-1069] - Add giveRequestedBadgeToMany function (#146)

* Add giveBadgeToMany function

* Add test for mismatch of arrays on giveRequestedBadgeToMany

* Change function from public to external

* Update forge test to be more concise

* Update changelog and package.json for 2.6.3:

* Update hardhat

* Remove fronzen lockfile option from gh action

---------

Co-authored-by: Rahul Rumalla <[email protected]>

v2.6.3

Toggle v2.6.3's commit message
Update changelog and package.json for 2.6.3: