From 766693539a5ab4d7041e44851671b8d4b6b2aa92 Mon Sep 17 00:00:00 2001 From: Fernando Otero Date: Fri, 7 Oct 2022 00:48:02 +0100 Subject: [PATCH] Add candy machine core program (#772) * 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 Co-authored-by: Sammy <41593264+stegaBOB@users.noreply.github.com> --- bubblegum/js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bubblegum/js/package.json b/bubblegum/js/package.json index c9c683ea..f79998f9 100644 --- a/bubblegum/js/package.json +++ b/bubblegum/js/package.json @@ -72,4 +72,4 @@ "typedoc": "^0.23.10", "typescript": "^4.3.5" } -} \ No newline at end of file +}