Skip to content

Commit

Permalink
Add candy machine core program (#772)
Browse files Browse the repository at this point in the history
* Add candy core program

* Renamed directory to candy-machine-core

* Update doc

* Change program id

* Fix deprecated name

* Remove test folder from build

* Remove extra padding from hidden section

* Bump minor version

* Updated IDL

* Add information about the accout layout

* Tweak formatting

* Add instructions details

* Fix mint instruction account list

* Add features section

* Add note formatting

* Remove note formatting

* Typo

* removes anchor spl for compatability (#760)

* Fix typos

* Check if all config lines were added before mint

* Add timestamp as a seed for the index

* Remove unused dependency

* Add CI

* Better way to get items available

* Update yarn.lock

* Add test to yarn build

* Fix imports

* Build JS dependencies

* Add candy machine core dependencies

* Fix identation

* Add build for auction_house and candy_machine

* Building JS dependencies

* Exporting minter module

* Fix import path

* More import path fix

* Refactoring test files

* Use local variable

* Skip test during SDK build

* Remove padding from values

* Updated active project list

* Add note about hidden settings

* Update link to candy guard

* remove rent

* Version bump

* Improve CI script

* Fix JS dependencies

* Change output directory

* Fix files path

* Update spl-token version

* Downgrade spl-token

* Fix dependencies

* Change CI runner

Co-authored-by: Austin Adams <[email protected]>
Co-authored-by: Sammy <[email protected]>
  • Loading branch information
3 people authored Oct 6, 2022
1 parent 9198873 commit 7666935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bubblegum/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@
"typedoc": "^0.23.10",
"typescript": "^4.3.5"
}
}
}

0 comments on commit 7666935

Please sign in to comment.