Commit Graph

481 Commits

Author SHA1 Message Date
adamjeffries 26bf8eef7e
Fix AuctionExtended pubkey 2021-09-19 11:20:02 -05:00
Bertrand f2dbf6f8fa
update README (#410) 2021-09-19 10:01:18 -05:00
Slavomir 633d3668c7
Improve doc comments (#436)
* token-metadata: fix doc formatting for SignMetadata instruction.

* auction: add doc to `SetAuthority` instruction.

Deduced from `pub fn set_authority_instruction`

See 09d323accd/rust/auction/program/src/instruction.rs (L115)

* Remove newline

* Improve comment
2021-09-19 09:47:27 -05:00
Richard Fisher 1bf4c7fff5
Allow override of sol wallet address (#431)
* Allow specifying a different sol wallet address to receive mint funds

* remove debug logging
2021-09-19 09:46:04 -05:00
drbh 68bb26d64d
Fix/osx cli build issue (#433)
* remove --no-bytecode flag from osx build

* remove accidental trailing space
2021-09-19 09:44:16 -05:00
adamjeffries 58b9887b3d
Replace uploadFile2 with 4 2021-09-19 01:35:38 -05:00
stegaBOB 2e49041561
Merge branch 'metaplex-foundation:master' into master 2021-09-17 09:58:27 -04:00
shotgunofdeath 4be8f7509d fix(cache): fix cache imports 2021-09-17 14:19:24 +03:00
stegaBOB 09d323accd
Added HTML file support to the animation_url parameter (#395)
* Changed stuff

* working now

* Reset customized files

* Removed import

* Fixed formatting

* Added display flex to html style assets

Some last minute changes to make the html category style match better with the other types
2021-09-16 10:19:02 -05:00
shotgunofdeath a2ff5f9fb2 feat(meta): add update method to meta context 2021-09-16 14:50:42 +03:00
shotgunofdeath bf39727cc9 Merge branch 'master' into instant-sale
# Conflicts:
#	js/packages/cli/src/helpers/accounts.ts
#	js/packages/cli/src/types.ts
#	js/packages/common/src/models/metaplex/claimBid.ts
#	js/packages/common/src/models/metaplex/index.ts
#	js/packages/common/src/models/metaplex/redeemBid.ts
#	js/packages/common/src/models/metaplex/redeemFullRightsTransferBid.ts
#	js/packages/common/src/models/metaplex/redeemPrintingV2Bid.ts
#	js/packages/web/src/components/AuctionCard/index.tsx
#	js/packages/web/src/contexts/meta/meta.tsx
#	js/packages/web/src/views/auctionCreate/index.tsx
2021-09-16 13:12:10 +03:00
stegaBOB 473faa9242
Merge branch 'metaplex-foundation:master' into master 2021-09-15 21:42:53 -04:00
stegaBOB 78e3740c2a
Added display flex to html style assets
Some last minute changes to make the html category style match better with the other types
2021-09-15 20:31:58 -04:00
Bertrand fda50663d7
allow candy machine price update (#347) 2021-09-15 13:07:04 -05:00
exromany f3366f3ab0
Merge pull request #313 from exromany/feat/api-server-2
API-2: preparing to api
2021-09-15 12:19:45 +03:00
potato.sol b47912232e
Candy machine post sale mass signer (#365)
* candy_signer

* sign docs

* some docs

* Add a lil vid

* cleaning

* clean

* docs video and merge with refactor

* move to cache

* refactor to cache, move to commands

* Update README.md

Co-authored-by: potato <potato@sol.sol>
2021-09-14 14:56:59 -05:00
grimAgent 756f58ecd6
Command to verify candymachine price (#397) 2021-09-14 14:54:51 -05:00
Chris Heaney e9841d4bb1
cli: add support for custom spl-token mints (#388) 2021-09-13 21:26:13 -05:00
stegaBOB 43ed993bf9 Fixed formatting 2021-09-13 22:05:41 -04:00
stegaBOB b2e195b4fe Removed import 2021-09-13 22:01:56 -04:00
stegaBOB 71fc66e77a Merge branch 'master' of github.com:stegaBOB/metaplex 2021-09-13 21:56:44 -04:00
stegaBOB 9f988fcbf8 Reset customized files 2021-09-13 21:56:19 -04:00
stegaBOB 3db534e9f7
Merge branch 'metaplex-foundation:master' into master 2021-09-13 20:44:08 -04:00
stegaBOB 2f06302873 working now 2021-09-13 20:42:59 -04:00
Rad 308fb29a7d
Bugfix/number of elements fix (#389)
* number of elements fix

* number of elements fix part 2
2021-09-13 17:50:44 -05:00
shotgunofdeath b5edccef1b fix(contract ids): return original contract ids 2021-09-13 14:22:19 +03:00
shotgunofdeath 6226ade91d feat(instant sale): allow auction owner place bid on mater nft with no copies 2021-09-13 14:19:33 +03:00
stegaBOB 0e49fa7fe8 Changed stuff 2021-09-13 00:59:36 -04:00
Rad 76de057a0c
another overhaul (#337)
* another overhaul

- added backend signing for a single metadata id
- some small refactoring
- extracted upload from the CLI (maybe will do the same with other methods)

* optimized logging in the CLI

- logging now has levels
- added more readme content

* eslint update
2021-09-12 21:17:02 -05:00
B ac56799220
Merge pull request #369 from 21e8/remove-eth-use-wallet
remove `use-wallet` eth package
2021-09-12 13:17:10 -05:00
shotgunofdeath 54659809e4 feat(instant sale): claim bid update 2021-09-12 20:23:21 +03:00
shotgunofdeath 4c5f1e7642 feat(instant sale): add the instant sale with copies flow 2021-09-12 20:17:45 +03:00
Alice a2c2c7eb7e remove eth package 2021-09-12 02:06:59 +02:00
shotgunofdeath 5c338a156e fix(auctionsList): fix instant sale auctions filtering 2021-09-10 00:04:32 +03:00
Maxim Gordienko 9d8ba6d236 fix auction view exception 2021-09-09 18:23:59 +03:00
Maxim Gordienko c226677fc6 Merge branch 'master' into instant-sale 2021-09-09 16:31:15 +03:00
Maxim Gordienko b14ece2ad9 change auction view for instant sale 2021-09-09 16:30:33 +03:00
Maxim Gordienko cb507827df hide Create copies of a Master Edition NFT block on instant sale creation 2021-09-09 15:16:50 +03:00
Maxim Gordienko 4e5bd1611e fix ended auction list on home page 2021-09-09 15:04:36 +03:00
Maxim Gordienko 4fb7d50fe5 fix auction list, winnerIndex 2021-09-08 13:48:38 +03:00
Jordan Prince 4a1b7d2f67
Feat/metaplex cli overhaul merged (#334)
* feat: candy-machine cli overhaul, so it's more readable

- extracted constants
- separated some helpers out
- removed duplication of crucial parts (like cache management, instruction creation, etc)
- renamed some variables to make them more accurate
- added `env` option and removed `url` option
- used env in all operations
- added some error handling

* more cleanups

* Add env option to bundler (#320)

* feature: add env to cli

* fix: format

* more cleanups

* added error checking

* eslint updates

* Some small bugfixes

Co-authored-by: Radoslaw Domanski <woohaas@gmail.com>
Co-authored-by: B <264380+bartosz-lipinski@users.noreply.github.com>
2021-09-07 14:02:10 -05:00
exromany 06a10a4025 fix: after update master 2021-09-07 11:31:23 +03:00
exromany 921abd3890 [meta] keep all creators 2021-09-07 11:26:41 +03:00
exromany 5dadcd9ee7 useLocalStorage hook 2021-09-07 11:26:10 +03:00
exromany 65b885c9dd split contexts/accounts 2021-09-07 11:22:32 +03:00
exromany 9e353e9243 move contexts/meta to common pkg 2021-09-07 11:10:30 +03:00
exromany 48de59e916 move models/metaplex to common pkg 2021-09-07 11:09:57 +03:00
Bertrand 929a5e2697
allow float price (#321) 2021-09-06 20:52:27 -05:00
B e529eee3d5
Add env option to bundler (#320)
* feature: add env to cli

* fix: format
2021-09-06 11:25:41 -05:00
B 9d5a5c6d66
Merge pull request #253 from lexich/lexich/fix-eslint 2021-09-06 08:27:47 -05:00