Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.0 #1237

Merged
merged 59 commits into from
Oct 31, 2023
Merged

Release 2.0 #1237

merged 59 commits into from
Oct 31, 2023

Conversation

hugocaillard
Copy link
Collaborator

No description provided.

CAGS295 and others added 30 commits September 19, 2023 15:06
* deployment apply s option

* skip prompt on forced-on-disk
* docs: deprecation warning for clarinet test and clarinet run

* docs: fix typo

* docs: typo
* feat: vitest config and helpers for clarinet projects

* feat: implement clarity value formatter

* feat: improve and actually use cv formatter

* chore: preparing for the release

* feat: improve sdk tx handling for transfer stx and deploy contract

* refactor: remove dead code

* chore: upgrade dependencies

* fix: parse json clarity args

* refactor: self review

* refactor: improve types

* fix: remove pub function

* chore: prep release

* docs: typo

Co-authored-by: Micaiah Reid <[email protected]>

* docs: typo

Co-authored-by: Micaiah Reid <[email protected]>

* refactor: type

* chore: upgrade dependencies

* docs: update readme

* chore: restore deleted deployment plans

* docs: update sdk readme

* fix: use the right packaged name

* docs: update components/clarinet-sdk/README.md

---------

Co-authored-by: Micaiah Reid <[email protected]>
* feat: create clarinet-sdk testing boilerplate

* refactor: remvoe useless shebang

* fix: typo in components/clarinet-sdk/src-ts/bin/index.ts

Co-authored-by: janniks <[email protected]>

---------

Co-authored-by: janniks <[email protected]>
* feat: add clarinet-sdk unit-tests

* feat: implement getContractSource in the clarinet-sdk=
* feat: sdk: get contract ast

* refactor: set up prettier
* chore: refactor examples and upgrade dependencies

* feat(sdk): add an options arg to deployContract allowing to pass a clarity_version

* feat(sdk): return cost reports in getReport

* feat(sdk): save costs reports in a file

* feat(sdk): better handling of the vm init in tests

* refactor(sdk): improve collect report method
* chore(deps): upgrade dependencies

* chore: remove unused cargo lock file
Update faq.md: FAQ's -> FAQs
"What is Clarinet?" right under Clarinet Overview is redundant. 
The section also dives right into what Clarinet does instead of defining it
* feat(sdk): costs flag

* chore(sdk): upgrade dependencies

* chore(sdk): bump to 0.8.0
…ers (#1179)

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.30 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.30...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore: update service names for k8s devnet assets

* Update components/stacks-network/src/orchestrator.rs

Co-authored-by: Charlie <[email protected]>

---------

Co-authored-by: Charlie <[email protected]>
* fix(sdk): format principal arguments

* chore(sdk): bump versions
* docs: add clarinet-sdk and tests with the sdk guide

* docs: add custom matchers docs

* docs: more deprecation warning for clarient test

* docs: add run test in ci section

* docs(sdk): use simnet instead of vm

* docs(sdk): review

* docs: add link

* docs: move test guide into feature guides

* docs: make code js compliant

* docs: fix link

* docs: typo
* docs: update docs on adding contract requirement

* formatting
* normalize how we refer to the library, Clarinet SDK

* normalize reference to Clarinet SDK and formatting

* copy updates and code formatting

* docs: typos

Co-authored-by: Sabby Anandan <[email protected]>

* docs: typo

* docs: typo

* docs: typo

---------

Co-authored-by: Hugo C <[email protected]>
Co-authored-by: Sabby Anandan <[email protected]>
* chore: remove deno in preparation for clarient 2

* ci: remove clarinet test

* chore: remove more unused dependencies

* chore: use rust stable
* docs(sdk): update doc title

* docs: update readme
hugocaillard and others added 26 commits October 11, 2023 10:36
* docs: add comment to the vitest config template

* docs: update components/clarinet-sdk/templates/vitest.config.js
* fix(sdk): throw error if invalid deployments

* tests: fix test after review

* refactor: remove log
* error on deploy_contract if epoch 2.0 and clarity version 2

* add test for Err in result

* better and more consistent epoch error handling
* docs: migrate billboard tests

* docs: migrate cbtc tests

* docs: migrate counter tests

* docs: migrate swappool tests

* docs: migrate simple nft tests
* feat: update clarinet generated template to use the sdk

* refactor: fix a few clippy warnings
* initial attempt at upgrading to latest chainhook

* chore: update stacks-devnet-js testing instructions

* set chainhook features

* fix manifest path

* remove uncomment

* update deps to match what's in crates

* use user-configured ingestion port

* fix import of chainhook types
* Update README.md

* docs: remove clarinet101 image

---------

Co-authored-by: eugeniadigon <[email protected]>
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.36.8 to 0.36.16.
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](bytecodealliance/rustix@v0.36.8...v0.36.16)

---
updated-dependencies:
- dependency-name: rustix
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: detect dependencies defined in const

* fix: enforce a minimum epoch instead of a fixed one

* fix: detect dependencies defined in const

* refactor: renaming
* docs: fix image

* fix(sdk): improve test script in templates

* fix(sdk): improve test script in templates
* add global Settings.toml option

* rustfmt

* fix merge

* code review: use warns and nest err conditions into global defaults
* refactor: clippy

* refactor: review
* fix: detect trait dependencies in composite types

* tests: more test cases and address review
* chore: release 2.0.0

* docs: cleanup some deno docs

* chore: update changelog
Copy link
Contributor

@lgalabru lgalabru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's go 😍

@hugocaillard hugocaillard requested review from lgalabru and removed request for lgalabru October 31, 2023 15:06
@hugocaillard hugocaillard merged commit 9f6ef3d into main Oct 31, 2023
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

9 participants