LimeChain / Fruzhin

Java implementation of the Polkadot Host
Apache License 2.0
33 stars 1 forks source link

Add support for local unsafe flag #552

Open georg-getz opened 1 month ago

georg-getz commented 1 month ago

We currently have a flag for enabling/disabling unsafe methods here but according to the spec we should be able to have 2 separate flags for enabling unsafe methods locally and publicly. Here you can see the 2 separate flags for public and local unsafe methods.