essential-contributions / essential-base

Core items shared by both the intent language and protocol.
https://essential.builders
Apache License 2.0
4 stars 2 forks source link

feat: move state mutations and transient data inline #131

Closed freesig closed 5 months ago

freesig commented 5 months ago

Fairly simple, this just moves the state mutations and transient data inline. Saves us a few checks and makes checking about 2x faster.