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

Augmented Bond Curves #697

Open
wants to merge 56 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
088143c
Initial commit
JakeHartnell Apr 20, 2023
aceb8ba
Initial phase integration to cw-abc (#698)
adairrr Apr 23, 2023
52c6a98
cw-abc: Updated hatch phase mechanics, donations, queries (#699)
adairrr Apr 25, 2023
0f390c3
Comments clean up
JakeHartnell May 2, 2023
6097ea4
697 (#702)
Dat-Andre May 8, 2023
84244ed
Remove boot / cw-orch, get cw-multi-test working with custom messages
JakeHartnell Jul 9, 2023
3b4965a
Attempt to get tests working
JakeHartnell Aug 10, 2023
98b0203
Start prepping for refactor and tests
JakeHartnell Aug 30, 2023
df6ebad
Refactor cw-abc contract to work with cw-tokenfactory-issuer
JakeHartnell Aug 30, 2023
f05541b
Remove old attempt at fixing cw-multi-test
JakeHartnell Aug 30, 2023
988cf5d
Refactor
JakeHartnell Aug 30, 2023
a72ad95
Update schema
JakeHartnell Aug 30, 2023
fc5d5d6
Clean up and notes
JakeHartnell Aug 30, 2023
2f6bba4
Get test-tube tests running
JakeHartnell Aug 31, 2023
7d6b600
Get instantiation working with test-tube
JakeHartnell Aug 31, 2023
93f16f6
Fix tests, need to investigate why this broke
JakeHartnell Aug 31, 2023
50eff27
Minting tokens works!
JakeHartnell Aug 31, 2023
fc19b74
Fixups, burning tokens still doesn't work
JakeHartnell Sep 1, 2023
b7247f4
Rebase cleanup, fix up tests
JakeHartnell Oct 30, 2023
6f80580
More cleanup for clippy
JakeHartnell Nov 2, 2023
b5c173b
Attempt to fix burn
JakeHartnell Nov 6, 2023
8985177
Note
JakeHartnell Nov 6, 2023
4930042
Clean up, clippy, workspace deps, notes
JakeHartnell Nov 9, 2023
ecdfb9d
Happy path test, make notes
JakeHartnell Nov 12, 2023
5fc2de8
Refactor update phase config, fix metadata, clean up
JakeHartnell Nov 16, 2023
ea21f4f
Contribution limits
JakeHartnell Nov 16, 2023
9f39048
Max Supply
JakeHartnell Nov 16, 2023
30dd7a5
Clean up, add notes for future work
JakeHartnell Nov 17, 2023
9e70057
Close curve, update curve, set max supply methods
JakeHartnell Nov 17, 2023
638b102
Rename methods, cleanup unused variables
JakeHartnell Nov 17, 2023
8ef65d8
Update schema
JakeHartnell Nov 17, 2023
69cd33b
Fix some tests
JakeHartnell Nov 20, 2023
60d7f61
More tests!
JakeHartnell Nov 20, 2023
f3b1216
Attempt at update curve tests
JakeHartnell Nov 20, 2023
be5cc1e
Next pass at adding info to readme
JakeHartnell Dec 5, 2023
c882469
to_binary -> to_json_binary
JakeHartnell Dec 5, 2023
4080c01
Bug fixes, implement fees
JakeHartnell Dec 6, 2023
9c8768e
Fix exit fees
JakeHartnell Dec 6, 2023
5be336a
Update schema
JakeHartnell Dec 6, 2023
0db6203
Add more information to the readme
JakeHartnell Dec 6, 2023
71832ce
Rename variables to make them more consistent and understandable
JakeHartnell Dec 6, 2023
33927a1
More queries, update schema
JakeHartnell Dec 12, 2023
84811db
Remove TokenFactoryMsg and TokenFactoryQuery, no token-bindings dep
JakeHartnell Dec 12, 2023
9d069eb
Remove unused old tests
JakeHartnell Dec 12, 2023
00b80d9
Fix cargo file after rebase
JakeHartnell Dec 23, 2023
02e26e0
Remove token-bindings dep
JakeHartnell Dec 23, 2023
4d4d70e
dao-abc-factory contract
JakeHartnell Dec 23, 2023
389484f
Fix wasm build
JakeHartnell Dec 23, 2023
301b45a
Basic Integration Tests
JakeHartnell Dec 29, 2023
a0eb619
Fix clippy errors and test errors
JakeHartnell Jan 3, 2024
7e923ef
Bump nightly version in CI
JakeHartnell Jan 3, 2024
371d724
Remove unused deps
JakeHartnell Jan 8, 2024
6ab116d
Clean up small TODO
JakeHartnell Jan 9, 2024
6d4b430
Post rebase fixups
Mar 26, 2024
f656e8a
ABC Improvements (#818)
ismellike May 14, 2024
455880f
Fix issue with instantiating cw-abc with hatchers (#830)
ismellike May 20, 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
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-02-02
toolchain: nightly-2023-12-07
target: wasm32-unknown-unknown
override: true

Expand Down
Loading
Loading