0.14.0
What's Changed
Changed
- refactor: make the Footer component more React-y by @crnkovic in #669
- refactor: remove unused props from the
Point
component by @crnkovic in #670 - refactor: remove
SaveButton
component by @crnkovic in #673 - refactor: use
children
prop in aLoadingBlock
by @crnkovic in #672 - refactor: use
range
function where applicable by @crnkovic in #666 - refactor: add utility to format the volume data by @crnkovic in #684
- refactor: unify
CollectionName
components by @crnkovic in #665 - refactor: rename
Label
file toBadge
and disable abbreviations eslint rule by @crnkovic in #667 - refactor: rename
Marketplaces
component toMarketplaceList
by @crnkovic in #671 - refactor: hydrate the Collection model when persisting to database by @crnkovic in #674
- refactor: avoid
isTruthy
call in places where it's not needed by @crnkovic in #668 - refactor: calculate total collections value for a wallet on-demand by @crnkovic in #656
- refactor: calculate the trait rarity based on the collection supply by @crnkovic in #679
- refactor: remove double call to fetch opensea collection slugs by @crnkovic in #657
- refactor: add string macro to wrap string in quotes by @crnkovic in #676
- refactor: remove unused
nfts_count
column from thecollection_traits
table by @crnkovic in #678 - refactor: use Collection model in a job that determines the minting date by @crnkovic in #675
- refactor: use OpenSea as fallback to retrieve total supply by @crnkovic in #680
- refactor: use events to retrieve additional collection data on save by @crnkovic in #681
- refactor: only show erc721 collections in various tables by @crnkovic in #687
- refactor: use total volume for featured collections and remove volume column by @crnkovic in #683
- refactor: calculate floor price 24 hour increase on the server by @crnkovic in #664
- refactor: do not fire collection jobs for erc1155 collections by @crnkovic in #696
- refactor: add the batch options when updating collection traits by @crnkovic in #699
- refactor: add
ShouldBeUnique
to job by @crnkovic in #700
Fixed
- fix: prevent extra networks from being created while seeding by @crnkovic in #686
- fix: remove
nfts_count
from nft seeder by @crnkovic in #690 - fix: divison by zero when there is no yesterday's floor price by @crnkovic in #692
- fix: increase floor price decimal scale by @crnkovic in #694
- fix: do not throw exception for opensea's 400 status code by @crnkovic in #697
- fix: do not run job to fetch floor price if collection is missing by @crnkovic in #698
Other Changes
- chore: update JavaScript dependencies by @ItsANameToo in #663
- chore: update JavaScript dependencies by @ItsANameToo in #677
- chore: update JavaScript dependencies by @ItsANameToo in #682
- chore: update JavaScript dependencies by @ItsANameToo in #685
- chore: update php dependencies by @crnkovic in #689
- chore: merge rc into main by @ItsANameToo in #695
Full Changelog: 0.13.1...0.14.0