Yulp Versions Save

➕ A low-level, highly efficient extension to Yul, an intermediate language for the Ethereum Virtual Machine.

0.2.3

3 years ago

Changes

  • Add unsafe math features
  • More tests

v0.2.2

3 years ago

Minor documentation cleanup and optimizations.

Changes

  • Optimized for large files by switching out slower routines (#18)
  • Repo cleanup
  • Fixed a prepublish error

v0.2.1

3 years ago

Miner documentation cleanup, and optimizations.

  • Optimized for large files by switching out slower routines (#18)
  • Repo cleanup

v0.2.0

3 years ago

Yul+ Version 0.2.0 - Hello World

Abstract

Features some minor bug fixes, adjustment to mstruct and inheritance.

This also marks our first initial mini-release of Yul+.

Minor Bug Fixes

We have updated and simplified the tests and will add more in future versions.

Coming Up

We have a lot of optimizations to make which should drop the compile times way down. Right now it's very slow for large contracts.