Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
a22f043
update readme
stegaBOB Oct 28, 2022
01751bb
fix link
stegaBOB Oct 28, 2022
af4f981
update stuff
stegaBOB Oct 28, 2022
5be7ed7
update gumdrop for release
stegaBOB Oct 28, 2022
6044eee
update gumdrop for release
stegaBOB Oct 28, 2022
2ed9528
update gumdrop for release
stegaBOB Oct 28, 2022
3fad84b
update
stegaBOB Oct 28, 2022
83473e0
update gumdrop generated sdk
stegaBOB Oct 28, 2022
e26ed57
update hydra stuff
stegaBOB Oct 28, 2022
2628893
bump hydra program
stegaBOB Oct 28, 2022
4e26680
bump hydra program version
stegaBOB Oct 28, 2022
61c5858
bump hydra js version
stegaBOB Oct 28, 2022
1cb07dd
remove [workspace] tags
stegaBOB Oct 28, 2022
92832a0
fix readme
stegaBOB Oct 28, 2022
b695e6f
update token-entangler rust edition
stegaBOB Nov 1, 2022
a4defcd
update nft-packs rust edition
stegaBOB Nov 1, 2022
51b6c4a
update nft packs metadata
stegaBOB Nov 1, 2022
9d73e8d
update nft packs description
stegaBOB Nov 1, 2022
9e71284
udpate
stegaBOB Nov 1, 2022
45172cf
Merge branch 'master' into stegaBOB/fix/readme
stegaBOB Nov 10, 2022
591b52b
fixed stuff
stegaBOB Nov 11, 2022
7def1db
update package.json for token entangler
stegaBOB Nov 11, 2022
9e9232b
housekeeping
stegaBOB Nov 13, 2022
c8c3cbe
auction house and auctioneer stuff
stegaBOB Nov 13, 2022
5b23389
add auctioneer
stegaBOB Nov 13, 2022
df11147
test something
stegaBOB Nov 13, 2022
c6dbfa5
test something
stegaBOB Nov 13, 2022
3a52963
more fixes
stegaBOB Nov 13, 2022
2faa6aa
more tests
stegaBOB Nov 13, 2022
7ce5cb8
more tests
stegaBOB Nov 13, 2022
a4aa93d
more tests
stegaBOB Nov 13, 2022
ab2bb05
update gitignore
stegaBOB Nov 13, 2022
f35fcad
auctioneer and bubblegum
stegaBOB Nov 13, 2022
5e4656f
auction house
stegaBOB Nov 13, 2022
394fbd0
auction house
stegaBOB Nov 13, 2022
4dfe533
eh
staccDOTsol Jan 27, 2023
ea1e0ca
remove
staccDOTsol Jan 27, 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
19 changes: 12 additions & 7 deletions .base-ammanrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const programs = {
programId: 'metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s',
deployPath: localDeployPath('mpl_token_metadata'),
},
token_sale: {
label: 'Fixed Price Token Sale',
fixed_price_sale: {
label: 'Fixed Price Sale',
programId: 'SaLeTjyUa5wXHnGuewUSyJ5JWZaHwz3TxqUntCE9czo',
deployPath: localDeployPath('mpl_fixed_price_sale'),
},
Expand All @@ -25,16 +25,21 @@ const programs = {
programId: 'cndy3Z4yapfJBmL3ShUp5exZKqR3z33thTzeNMm2gRZ',
deployPath: localDeployPath('mpl_candy_machine'),
},
hydra: {
label: 'Hydra',
programId: 'hyDQ4Nz1eYyegS6JfenyKwKzYxRsCWCriYSAjtzP4Vg',
deployPath: localDeployPath('mpl_hydra'),
},
candy_machine_core: {
label: 'Candy Machine Core',
programId: 'CndyV3LdqHUfDLmE5naZjVN8rBZz4tqhdefbAnjHG3JR',
deployPath: localDeployPath('mpl_candy_machine_core'),
},
gumdrop: {
label: 'Gumdrop',
programId: 'gdrpGjVffourzkdDRrQmySw4aTHr8a3xmQzzxSwFD1a',
deployPath: localDeployPath('mpl_gumdrop'),
},
hydra: {
label: 'Hydra',
programId: 'hyDQ4Nz1eYyegS6JfenyKwKzYxRsCWCriYSAjtzP4Vg',
deployPath: localDeployPath('mpl_hydra'),
},
};

const validator = {
Expand Down
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
**/node_modules/
**/dist/
**/coverage/
File renamed without changes.
4 changes: 1 addition & 3 deletions .github/actions/yarn-install-and-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ runs:
# Build Contract
##############
- name: Install Root Modules
run: |
echo 'Install Root Modules: yarn install'
yarn install
run: yarn install
working-directory: ./
shell: bash

Expand Down
5 changes: 5 additions & 0 deletions .github/actions/yarn-install-and-verify/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ runs:
##############
# Verify Contract
##############
- name: Install Root Modules
run: yarn install
working-directory: ./
shell: bash

- name: Install modules
run: yarn install
working-directory: ${{ inputs.working_dir }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- '.github/workflows/integration-reusable.yml'
build-and-test:
name: Build and Test
runs-on: buildjet-8vcpu-ubuntu-2004
runs-on: buildjet-8vcpu-ubuntu-2204
needs: changes
if: |
inputs.changes == false ||
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
fail-fast: false
matrix:
node:
- name: "fixed-price-sale"
- name: "hydra"
- name: "candy-machine-core"
# - name: "fixed-price-sale"
# - name: "hydra"
# - name: "candy-machine-core"
uses: ./.github/workflows/integration-reusable.yml
with:
name: ${{ matrix.node.name }}
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/program.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ jobs:
fail-fast: false
matrix:
node:
- name: "auctioneer"
- name: "bubblegum"
- name: "candy-machine"
- name: "auction-house"
- name: "fixed-price-sale"
- name: "gumdrop"
- name: "hydra"
- name: "nft-packs"
- name: "token-entangler"
- name: "token-metadata"
# - name: "auction-house"
# - name: "auctioneer"
# - name: "bubblegum"
# - name: "candy-machine"
# - name: "fixed-price-sale"
# - name: "gumdrop"
# - name: "hydra"
# - name: "nft-packs"
# - name: "token-entangler"
# - name: "token-metadata"

uses: ./.github/workflows/program-reusable.yml
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
matrix:
node:
- name: "auction-house"
- name: "auctioneer"
- name: "candy-machine"
- name: "candy-machine-core"
skip_test: true
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ node_modules/
build/
dist/

.gitpod.yml
npm-debug.log*
yarn-debug.log*
yarn-error.log*
Expand All @@ -33,3 +34,5 @@ yarn-error.log*
test-programs/*
*-keypair.json

**/test-ledger

1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**/dist
41 changes: 7 additions & 34 deletions Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,40 +5,13 @@ url = "https://anchor.projectserum.com"
cluster = "localnet"
wallet = "~/.config/solana/id.json"

[programs.localnet]
auction_house="hausS13jsjafwWwGqZTUQRmWyvyxn9EQpqMwV1PBBmk"
bubblegum="BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY"

[[test.genesis]]
address = "metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s"
program = "target/deploy/mpl_token_metadata.so"

[[test.genesis]]
address = "hausS13jsjafwWwGqZTUQRmWyvyxn9EQpqMwV1PBBmk"
program = "target/deploy/mpl_auction_house.so"

[[test.genesis]]
address = "qntmGodpGkrM42mN68VCZHXnKqDCT8rdY23wFcXCLPd"
program = "target/deploy/mpl_token_entangler.so"

[[test.genesis]]
address = "SaLeTjyUa5wXHnGuewUSyJ5JWZaHwz3TxqUntCE9czo"
program = "target/deploy/mpl_fixed_price_sale.so"

[[test.genesis]]
address = "gdrpGjVffourzkdDRrQmySw4aTHr8a3xmQzzxSwFD1a"
program = "target/deploy/mpl_gumdrop.so"

[[test.genesis]]
address = "hyDQ4Nz1eYyegS6JfenyKwKzYxRsCWCriYSAjtzP4Vg"
program = "target/deploy/mpl_hydra.so"

[workspace]
members = [
"token-entangler/program",
"token-metadata/program",
"auction-house/program",
"fixed-price-sale/program",
"hydra/program",
"bubblegum/program",
"auction-house/program",
"auctioneer/program",
"bubblegum/program",
"candy-machine/program",
"candy-machine-core/program",
"gumdrop/program",
"hydra/program",
]
Loading