dfinity / sns-testing

Testing SNS in local testing environment
Apache License 2.0
9 stars 12 forks source link

Update example_sns_init.yaml (prepare for new SNS constraints) #76

Closed aterga closed 2 months ago

aterga commented 2 months ago

The new constraint is (maximum_direct_participation_icp / minimum_participant_icp) * VestingSchedule.events <= 100_000.

Added in https://github.com/dfinity/ic/commit/4a092ca67dbf0f99a1440d4348275c9a6c33dbfb

dskloetd commented 2 months ago

What are the new constraints? Will this affect snsdemo? https://github.com/dfinity/snsdemo/blob/5b968d69e5ec600a8f7dcdb24b4dfd2d526fef23/bin/sns_init.yaml#L386

(Also, a PR description explaining the context would be nice.)

aterga commented 2 months ago

What are the new constraints? Will this affect snsdemo? https://github.com/dfinity/snsdemo/blob/5b968d69e5ec600a8f7dcdb24b4dfd2d526fef23/bin/sns_init.yaml#L386

I checked that sns-demo isn't affected:

(3,141 / 0.1) * 2 = 62,p820 < 100,000

(Also, a PR description explaining the context would be nice.)

Done