Skip to content

Commit

Permalink
Merge branch 'develop' into feat/integrate-devnet
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaiahReid committed Aug 1, 2023
2 parents 5bae969 + 451685e commit 71aa3ad
Show file tree
Hide file tree
Showing 50 changed files with 939 additions and 552 deletions.
19 changes: 19 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Contributing

Thank you for considering contributing to this product! We welcome any contributions, whether it's bug fixes, new features, or improvements to the existing codebase.

### Your First Pull Request

Working on your first Pull Request? You can learn how from this free video series:

[How to Contribute to an Open Source Project on GitHub](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github)

To help you get familiar with our contribution process, we have a list of [good first issues](../../issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) that contain enhancements or bugs that have a relatively limited scope. This is a great place to get started.

If you decide to fix an issue, please be sure to check the comment thread in case somebody is already working on a fix. If nobody is working on it at the moment, please leave a comment stating that you intend to work on it so other people don’t accidentally duplicate your effort.

If somebody claims an issue but doesn’t follow up for more than two weeks, it’s fine to take it over but you should still leave a comment. **Issues won't be assigned to anyone outside the core team**.

### Contribution Prerequisites

... 🚧 Work in progress 🚧 ...
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: 'Bug'

---

**Describe the bug**
A clear and concise description of what the bug is.


**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots or consol.log to help explain your problem.

**Environment (please complete the following information):**
- OS (version): [e.g. macOS (13.4.1)]
- Docker version [e.g. 24.0.4]
- Clarinet version [e.g. 1.7.0] - Please use the latest version


**Additional context**
Add any other context about the problem here:
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
contact_links:
- name: Ask the community
url: https://discord.gg/KrqnVg8D
about: Ask and discuss questions with other Stacks community developers.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: 'enhancement'

---

**Please review the existing enhancement issues at the link below before creating a new one to ensure you do not create a duplicate request.**
If you see an [existing enhancement issues](https://github.com/blockstack/explorer/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement) please comment on the issue or upvote the issue with a :thumbsup:


**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
18 changes: 18 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
### Description

<!-- Describe the bug this PR fixes or the feature it adds. Link to any related issues and PRs -->

#### Breaking change?

<!-- If applicable, list the APIs/functionality which this PR breaks -->

### Example

<!-- If applicable, add an example on how this improves the application -->

---

### Checklist

- [ ] Tests added in this PR (if applicable)

4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
- main
- develop
- rc/next
paths-ignore:
- '**/CHANGELOG.md'
- 'docs/**'

workflow_dispatch:

jobs:
Expand Down
34 changes: 25 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
#### [1.7.1](https://github.com/hirosystems/clarinet/compare/v1.7.0...v1.7.1) (2023-07-19)

##### Chores

* Update default epoch to 2.4 (#1082) (fcabffac)
* Update subnet node to 0.8.1 (#1081) (db547ce8)
* Update subnet image and contract version (4dd02518)

##### Bug Fixes

* Fix clarity version of nested requirements (#1080) (ced0faab)
* Safety check on invalid line number in coverage (#1085) (29eb81b9)
* Add FAUCET_PRIVATE_KEY to stacks-blockchain-api env (#1071) (ab121210)
* Add `--allow-read` flag to allow filesystem read access in `clarinet test` (#1060) (4de49fde)
* Fix Panic at get_current_block_height for unexisting block (#1061) (edb77595)

# [1.7.0](https://github.com/hirosystems/clarinet/compare/v1.6.1...v1.7.0) (2023-06-14)
##### New Features

Expand All @@ -6,26 +22,26 @@

##### Chores

* update chainhook-sdk (5eed0bf6)
* update chainhook-types (57a7957d)
* handle clarity-vm 2.1 (#1037) (7fe94b80)
* bump clarity repl to 1.6.4 (#1036) (3bad4177)
* remove unused deps (#1032) (c30af614)
* Update chainhook-sdk (5eed0bf6)
* Update chainhook-types (57a7957d)
* Handle clarity-vm 2.1 (#1037) (7fe94b80)
* Bump clarity repl to 1.6.4 (#1036) (3bad4177)
* Remove unused deps (#1032) (c30af614)

# [1.6.1](https://github.com/hirosystems/clarinet/compare/v1.6.0...v1.6.1) (2023-05-16)

*Note* This release fixes the build of v1.6.0

##### Chores

* upgrade uuid crate (5b9b4015)
* upgrade lsp dependencies (be8d2ceb)
* Upgrade uuid crate (5b9b4015)
* Upgrade lsp dependencies (be8d2ceb)

##### Bug Fixes

* **lsp:**
* functions first parameter highlighting (9a28a9a1)
* clarity keywords syntax highlighting (724379dc)
* Functions first parameter highlighting (9a28a9a1)
* Clarity keywords syntax highlighting (724379dc)

# [1.6.0](https://github.com/hirosystems/clarinet/compare/v1.5.3...v1.6.0) (2023-05-09)

Expand Down
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 71aa3ad

Please sign in to comment.