consensus-shipyard / ipc-actors

Rust implementation of the IPC actors for FVM
MIT License
6 stars 3 forks source link

Use 32 bytes for subnet name #108

Open dnkolegov opened 1 year ago

dnkolegov commented 1 year ago

The subnet name is an arbitrary string set by a user. Consider restricting the length of the subnet name by 32 characters. That will be more efficient from a gas perspective.

Cross-issue - https://github.com/LimeChain/filecoin-ipc-actors-fevm/issues/53