Concordium / concordium-smart-contract-tools

Tools for building, deploying, and interacting with smart contracts
Apache License 2.0
2 stars 8 forks source link

Fix unversioned module upload #100

Closed DOBEN closed 1 year ago

DOBEN commented 1 year ago

Purpose

The flow for unversioned modules now removes no bytes at the beginning and also the arrays are compared byte for byte.

Changes

Fix unversioned module upload.