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

feat: add cw20 support for splitter #703

Merged
merged 35 commits into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from 28 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
1d78861
feat: optional config for splitter send
joemonem Dec 4, 2024
3b4b8eb
feat: optional config for weighted distribution splitter
joemonem Dec 4, 2024
f942549
feat: optional config for set amount splitter
joemonem Dec 4, 2024
15cd988
chore: version bumps
joemonem Dec 4, 2024
54ff73e
test: send for weighted distribution splitter
joemonem Dec 4, 2024
f393e9d
feat: default recipient for additional funds in splitter
joemonem Dec 4, 2024
726601c
feat: default recipient for additional funds in weighted distribution…
joemonem Dec 4, 2024
6c7ef64
chore: changelog entry
joemonem Dec 4, 2024
6436ada
test: add config test case in splitter integration test
joemonem Dec 4, 2024
a26bedf
ref: validate config in splitter
joemonem Dec 4, 2024
39bed13
fix: clippy
joemonem Dec 4, 2024
2c9bd09
fix: allow removing default recipient, adjust default recipient in we…
joemonem Dec 5, 2024
e63c574
feat: default recipient for set amount splitter
joemonem Dec 5, 2024
731997e
fix: merge conflicts with splitter-send-config branch
joemonem Dec 5, 2024
ccedff1
feat: add cw20 support for splitter + integration tests
joemonem Dec 5, 2024
17f6ffd
chore: version bump and changelog entry
joemonem Dec 6, 2024
66da425
feat: Splitter Default Recipient (#698)
joemonem Dec 6, 2024
a833340
chore: changelog adjustment
joemonem Dec 6, 2024
cc95889
Merge branch 'splitter-send-config' of https://github.com/andromedapr…
joemonem Dec 6, 2024
b6d1123
merge with splitter-send-config
joemonem Dec 6, 2024
bfbfa15
ref: use generate_direct_msg where applicable
joemonem Dec 6, 2024
757be4b
Merge branch 'development' into splitter-cw20
crnbarr93 Dec 6, 2024
e5b794a
test: fix tests
crnbarr93 Dec 6, 2024
c17f02f
chore: fixed beta tag to be "b"
crnbarr93 Dec 6, 2024
75eef77
feat: cw20 support for set-amount-splitter
joemonem Dec 9, 2024
ebd366a
Merge branch 'main' into splitter-cw20
crnbarr93 Dec 9, 2024
158a5a9
wip: rstest for set-amount-splitter
joemonem Dec 10, 2024
2fb44b9
Merge branch 'splitter-cw20' of https://github.com/andromedaprotocol/…
joemonem Dec 10, 2024
bd54220
fix + test: refund recipient fixed, rstest integration tests for set_…
joemonem Dec 10, 2024
f51d97f
test: rstest for splitter integration test
joemonem Dec 10, 2024
c1a46bb
Merge branch 'main' into splitter-cw20
joemonem Dec 10, 2024
6abc865
chore: version bump set amount splitter
joemonem Dec 11, 2024
2947cd4
Merge branch 'splitter-cw20' of https://github.com/andromedaprotocol/…
joemonem Dec 11, 2024
fcc5541
ref: simplify init in splitter and set amount splitter
joemonem Dec 11, 2024
abe11b2
fix: version change
joemonem Dec 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
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased

### Added
- Added optional config for Send in Splitter contracts [(#686)](https://github.com/andromedaprotocol/andromeda-core/pull/686)

- Added optional config for Send in Splitter contracts [(#686)](https://github.com/andromedaprotocol/andromeda-core/pull/686)
- Added CW20 suppport in Splitter contracts [(#703)](https://github.com/andromedaprotocol/andromeda-core/pull/703)
- Added Distance ADO [(#570)](https://github.com/andromedaprotocol/andromeda-core/pull/570)

### Changed
Expand Down
Loading
Loading