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

V3: To support "Creator Bonding" #82

Merged
merged 29 commits into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
dea224f
feat: bond implementation
bucurdavid Feb 21, 2024
069679c
chore: update dependencies
bucurdavid Feb 21, 2024
d1db638
refactor: lockperiod type change to u64
bucurdavid Feb 22, 2024
4111de6
feat: accept other url formats
bucurdavid Feb 22, 2024
ab853cc
fix: starts_with values
bucurdavid Feb 22, 2024
722fa95
refactor: bring back anti spam tax & some refactoring
bucurdavid Feb 26, 2024
4299a56
refactor: lock period seconds, update mint event, remove starts with …
bucurdavid Feb 26, 2024
e9c2634
Merge pull request #76 from Itheum/d-david
newbreedofgeek Feb 26, 2024
5512671
feature: changes to deploy 3.0 to devnet for live testing
newbreedofgeek Feb 27, 2024
af040e5
feat: proxy endpoints for bond contract
bucurdavid Mar 6, 2024
b6e2419
feat: require bond contract to be set
bucurdavid Mar 7, 2024
23b1534
chore: update dev dependencies to use bond contract
bucurdavid Mar 7, 2024
ab29efa
test: contract ready feature tests
bucurdavid Mar 7, 2024
b1acca4
test: minter state interface for integration test
bucurdavid Mar 7, 2024
0cb91d2
test: initialize contract feature tests
bucurdavid Mar 7, 2024
11b8154
test: mint feature tests
bucurdavid Mar 7, 2024
f4e44bf
test: burn feature tests
bucurdavid Mar 7, 2024
f42869f
test: deploy and upgrade feature tests
bucurdavid Mar 7, 2024
3570573
test: withdraw feature tests
bucurdavid Mar 7, 2024
3416e65
test: export tests
bucurdavid Mar 7, 2024
c21ffe4
chore: update coverage workflow
bucurdavid Mar 7, 2024
3186fd2
chore: merge develop
bucurdavid Mar 7, 2024
349ebda
chore: ignore files
bucurdavid Mar 7, 2024
a91703a
fix: improve logic
bucurdavid Mar 8, 2024
aef5a8b
test: mint feature tests update
bucurdavid Mar 8, 2024
4808d1a
fix: require bond amount greater than zero
bucurdavid Mar 11, 2024
a6f51be
chore: upgrade mx-sdk-rs to 0.47.5
damienen Mar 11, 2024
95778f1
Merge pull request #79 from Itheum/d-david
newbreedofgeek Mar 12, 2024
ac2c954
docs: docs updated to reflect last release, removed example code on d…
newbreedofgeek Mar 12, 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
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- develop
jobs:
coverage:
runs-on: ubuntu-latest
Expand All @@ -12,7 +13,7 @@ jobs:
- name: Install latest nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2024-02-27
override: true
components: rustfmt, clippy
- name: Install cargo-llvm-cov
Expand Down
Loading
Loading