dfinity / snsdemo

Developer focused SNS deployment demo
15 stars 6 forks source link

Add "unique_logo" flag #374

Closed mstrasinskis closed 3 months ago

mstrasinskis commented 3 months ago

Motivation

After using unique SNS names and logos, the new SNS demo images break the aggregator test because it's too much data to output all the stable memory as JSON. Having nice logos on CI isn't necessary. To reduce the size, we changed the scripts related to SNS creation to use a "logo.png" (which is 7816 bytes) image by default for all generated SNSes.

Changes

Test

dfx-snapshot-stock-make --snapshot ...

Screenshot 2024-07-05 at 12 39 28

dfx-snapshot-stock-make --unique_logo true --snapshot ...

image