move-language / move

Apache License 2.0
2.25k stars 679 forks source link

Changes from aptos-core #993

Closed wrwg closed 1 year ago

wrwg commented 1 year ago

Imports changes made to the move tree resulting from importing it into aptos-core with coybara. These are mostly fixing (stricter) linter and formatting rules, as well as removing features address32 and lazy_natives which are now the default behavior.

Also includes add aggregator to native bpl (#7051) change to Move in aptos. For this initial sync, these things are mixed together. Moving forward the PRs should be clearly distinguished.