rchain / rchip-proposals

Where RChain improvement proposals can be submitted
Apache License 2.0
8 stars 5 forks source link

registry insert without bundle+ is a footgun; add insertBundled #34

Open dckc opened 3 years ago

dckc commented 3 years ago

Calling insertArbitrary without bundle+ around the arg is a huge hazzard.

Please add insertBundled (by any name) that does the bundle for the caller.

Then hide the documentation to insertArbitrary or something :)

I suppose something analogous for insertSigned is in order.