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

Release 9/20 #233

Merged
merged 29 commits into from
Sep 20, 2023
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
c851178
Open Drop API
imabdulbasit Sep 11, 2023
dd4eecc
Mint open drop
imabdulbasit Sep 11, 2023
adfd25e
fmt
imabdulbasit Sep 11, 2023
ae1a301
make mints compressed column nullable
imabdulbasit Sep 11, 2023
f98fd9d
Process successful transaction events to update drop status
imabdulbasit Sep 12, 2023
a132905
update protobuf schemas version
imabdulbasit Sep 12, 2023
1c43201
make Edition as default drop type and emit events for hub-permissions
imabdulbasit Sep 14, 2023
3ab49bf
Update collection_mints.rs
kespinola Sep 14, 2023
6d202cb
Merge pull request #221 from holaplex/abdul/open-drop
imabdulbasit Sep 14, 2023
28c5b59
Update sea-orm crate to 0.12.2
imabdulbasit Sep 14, 2023
ec86c3e
Merge pull request #225 from holaplex/abdul/sea-orm-0-12-2
kespinola Sep 14, 2023
9f3100a
implement mint time metrics (#223)
mpwsh Sep 14, 2023
fd86a9c
open drop queries
imabdulbasit Sep 15, 2023
744cd57
Merge pull request #226 from holaplex/abdul/open-drop-queries
kespinola Sep 15, 2023
02c082a
Fix queued mints dataloader
imabdulbasit Sep 15, 2023
b9fdd5b
Merge pull request #227 from holaplex/abdul/fix-queued-mints-loader
imabdulbasit Sep 15, 2023
7d219d4
fix: only check no zero supploy on edition type. increment supply whe…
kespinola Sep 18, 2023
abab893
feat: allow user to access the drop type field on the drop
kespinola Sep 18, 2023
a48f8f5
Save deduction id for queued mints & filter holders where owner is null
imabdulbasit Sep 19, 2023
e961d39
Merge pull request #230 from holaplex/abdul/fix-queued-mints
kespinola Sep 19, 2023
0c28335
Emit DropMinted event with Queued status
imabdulbasit Sep 19, 2023
2a8f050
Merge pull request #231 from holaplex/abdul/queued-mint-event
imabdulbasit Sep 19, 2023
61ab6af
use stable branch for hub-core
mpwsh Sep 19, 2023
590da7c
Merge pull request #232 from holaplex/mpw/hub-core-dep-update
mpwsh Sep 19, 2023
e799d69
fix: set info on collection mint when queued mints are created that u…
kespinola Sep 20, 2023
69820c5
Merge pull request #234 from holaplex/espi/queued-mint-updates
kespinola Sep 20, 2023
5e525e3
fix: set seller fee basis points to what is on the collection at the …
kespinola Sep 20, 2023
75069f1
Use Validate address util from hub-core
imabdulbasit Sep 20, 2023
bb4f8da
Merge pull request #235 from holaplex/abdul/validate-util-from-core
imabdulbasit Sep 20, 2023
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/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install latest nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-12-11
toolchain: 1.71.0
override: true
components: rustfmt, clippy

Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/target/
.env.local
keypair.json
.vscode
.vscode
Loading
Loading