Skip to content

Update to 018-Proxford

Ulrik Strid requested to merge ulrikstrid--update-to-Proxford into dev

Motivation and Context

Description

Changes:

  • Added a Test.stake in stdlib to declare the staking for a registered delegate.
  • Validation of contracts don't take --ligo-bin-path anymore, and uses current LIGO API.
  • Expected tests run with preserve_file_kind sandbox argument.

Component

  • compiler
  • website
  • webide
  • vscode-plugin
  • debugger

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Performance improvement (non-breaking change that improves performance)
  • None (change with no changelog)

Changelog

Upgrade LIGO to use the oxford protocol

Checklist:

  • If a new syntax has been introduced, put a message on slack ligo-lsp
  • Changes follow the existing coding style (use dune @fmt to check).
  • Tests for the changes have been added (for bug fixes / feature).
  • Documentation has been updated.
  • Changelog description has been added (if appropriate).
  • Start titles under ## Changelog section with #### (if appropriate).
  • There is no image or uploaded file in changelog
  • Examples in changed behaviour have been added to the changelog (for breaking change / feature).
Edited by Laurent Canis

Merge request reports