Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Releases: ant4g0nist/chinstrap

Chinstrap v1.0.10

06 Jun 20:39
Compare
Choose a tag to compare

Chinstrap v1.0.10

Greetings, everyone! 🐧

What's Changed

This version

  • improves sandbox integration in repl
  • fixes pytezos version

Installation

$ pip3 install -U chinstrap

Happy hacking 👾

Full Changelog: v1.0.8...v1.0.10

Chinstrap v1.0.8

03 Jun 05:16
Compare
Choose a tag to compare

Chinstrap v1.0.8

Greetings, everyone! 🐧

What's Changed

This version adds some error handling for volume mounts.

Installation

$ pip3 install -U chinstrap

Happy hacking 👾

Chinstrap v1.0.3

02 Jun 14:48
Compare
Choose a tag to compare

Chinstrap v1.0.3

Greetings, everyone! 🐧

What's Changed

With this release, it is possible to install the updated Chinstrap using pip.

$ pip3 install -U chinstrap

Happy hacking 👾

Major Chinstrap 🐧 - v1.0.1

01 Jun 13:03
Compare
Choose a tag to compare

Chinstrap v1.0.1

Greetings, everyone! 🐧

Major release of Chinstrap with revamped commands, clear documentation, with new milestones.

What's Changed

  • feat : adds issue templates and code of conduct
  • feat : improves repl experience
  • feat : adds support for repl
  • feat : upgrades version to v1.0.0
  • feat : adds support for local Ligo compiler
  • feat : adds SECURITY.md
  • feat : adds support for JsLIGO,PascaLIGO,CameLIGO,ReasonLIGO templates
  • feat : keep track of deployment contract hashes
  • chore : restructure code and add new commands
  • feat : show deployed contracts hashes, dates, names
  • feat : adds JsLIGO, CameLIGO, PascaLIGO, and ReasonLIGO support for contracts and tests
  • chore : removes dependency on migration contract
  • feat : updates Chinstrap to latest protocols
  • feat : adds SmartPy templates
  • feat : new Chinstrap logo
  • feat : handles docker connection failures
  • feat : adds originations
  • feat : revamps the entier codebase
  • feat : adds ligo support
  • fix : fix bugs in handling originations and sandbox
  • fix : deletes random file
  • chore : update "rich" version
  • chore : cleans up and formats sandbox handling
  • feat : improves sandbox account generation

Happy coding! 💻 Please feel free to reach out to me here: ant4g0nist

Full Changelog: v0.0.14...v1.0.1

v1.0.0

01 Jun 12:52
Compare
Choose a tag to compare

Chinstrap v1.0.0

What's Changed

  • feat : adds issue templates and code of conduct
  • feat : improves repl experience
  • feat : adds support for repl
  • feat : upgrades version to v1.0.0
  • feat : adds support for local Ligo compiler
  • feat : adds SECURITY.md
  • feat : adds support for JsLIGO,PascaLIGO,CameLIGO,ReasonLIGO templates
  • feat : keep track of deployment contract hashes
  • chore : restructure code and add new commands
  • feat : show deployed contracts hashes, dates, names
  • feat : adds JsLIGO, CameLIGO, PascaLIGO, and ReasonLIGO support for contracts and tests
  • chore : removes dependency on migration contract
  • feat : updates Chinstrap to latest protocols
  • feat : adds SmartPy templates
  • feat : new Chinstrap logo
  • feat : handles docker connection failures
  • feat : adds originations
  • feat : revamps the entier codebase
  • feat : adds ligo support
  • fix : fix bugs in handling originations and sandbox
  • fix : deletes random file
  • chore : update "rich" version
  • chore : cleans up and formats sandbox handling
  • feat : improves sandbox account generation

Happy coding! 💻 Please feel free to reach out to me here: ant4g0nist

Full Changelog: v0.0.14...v1.0.0

Docker Support

03 Aug 06:17
Compare
Choose a tag to compare
Docker Support Pre-release
Pre-release

Greetings, everyone! 🐧

Features:
Improved Docker support.

$ docker run -v /var/run/docker.sock:/var/run/docker.sock -v `pwd`:/home --rm -it ant4g0nist/chinstrap

Installation using docker from repo:

$ git clone https://github.com/ant4g0nist/chinstrap
$ cd chinstrap
$ export image=chinstrap
$ docker build -f dockerfiles/Dockerfile.local -t $image  . --no-cache
$ cd someChinstrapProjectFolder
$ docker run -v /var/run/docker.sock:/var/run/docker.sock -v `pwd`:/home  --rm -it $image

Happy coding! 💻 Please feel free to reach out to me here: ant4g0nist

0.0.13

31 Jul 17:31
Compare
Choose a tag to compare
0.0.13 Pre-release
Pre-release

Greetings, everyone! 🐧

Consider this the official pre-release of Chinstrap!

Features:

  • Flextesa Sandbox
  • Support for SmartPy Compilation targets
  • Support for SmartPy Tests
  • Support for Pytest Tests
  • Supports templates from SmartPy
  • Supports origination for storage and code

Installation on MacOS with brew:

$ brew tap cuber/homebrew-libsecp256k1
$ brew install libsodium libsecp256k1 gmp
$ pip3 install -U chinstrap

Installation using docker:

$ docker run -v /var/run/docker.sock:/var/run/docker.sock --rm -it ant4g0nist/chinstrap:0.0.13

Installation using docker from repo:

git clone https://github.com/ant4g0nist/chinstrap
cd chinstrap
export image=chinstrap
docker build -t $image . --no-cache
docker run -v /var/run/docker.sock:/var/run/docker.sock --rm -it $image

Happy coding! 💻 Please feel free to reach out to me here: ant4g0nist