Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
20d7c14
fix typo for 1s data
sixtysixx Feb 10, 2026
0f82e45
upd
sixtysixx Feb 11, 2026
b204d67
Release 0.2.6: Fix errors and update versions
sixtysixx Feb 11, 2026
4962e40
Release 0.2.6: Restore progress and update versions
sixtysixx Feb 12, 2026
6c24ef9
woops, forgot to stash commit lol
sixtysixx Feb 12, 2026
623f09e
format
sixtysixx Feb 12, 2026
d39f285
ruff format
sixtysixx Feb 12, 2026
5892beb
fixed circular import, cleaned up some other stuff, fixed pytest, and…
sixtysixx Feb 12, 2026
7e6b25e
feat(modules): introduce coordinated lifecycle management and connect…
sixtysixx Feb 13, 2026
a5039a9
Refactor error handling in BinaryOptionsToolsError; update websocket …
sixtysixx Feb 13, 2026
05e544c
fix ci actions
sixtysixx Feb 13, 2026
1c1ebe0
fix docker
sixtysixx Feb 13, 2026
1a0709d
revamp CI again
sixtysixx Feb 13, 2026
f66bd6d
fix local tests
sixtysixx Feb 13, 2026
e4963ef
Refactor tests into logical groups and improve coverage to 78%. Fix D…
sixtysixx Feb 13, 2026
2ba54c5
fix failing pytests
sixtysixx Feb 13, 2026
20c921d
Update BinaryOptionsToolsV2/python/BinaryOptionsToolsV2/pocketoption/…
sixtysixx Feb 13, 2026
01ff584
Update BinaryOptionsToolsV2/python/BinaryOptionsToolsV2/validator.py
sixtysixx Feb 13, 2026
1804b25
Update BinaryOptionsToolsV2/python/BinaryOptionsToolsV2/validator.py
sixtysixx Feb 13, 2026
35fcafb
feat: Refactor connection management and update WebSocket error handling
sixtysixx Feb 13, 2026
39fc223
Merge branch 'master' of https://github.com/sixtysixx/BinaryOptionsTo…
sixtysixx Feb 13, 2026
c457524
coderabbit fixes
sixtysixx Feb 13, 2026
6ec1fc2
Update crates/core/readme.md
sixtysixx Feb 13, 2026
2aafd43
fix changelog and readme a little bit
sixtysixx Feb 13, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
118 changes: 45 additions & 73 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,73 +1,45 @@
---
name: Bug Report
about: Create a report to help us improve
title: "[BUG] "
labels: bug
assignees: ""
---

## Bug Description

A clear and concise description of what the bug is.

## To Reproduce

Steps to reproduce the behavior:

1. Import/Initialize '...'
2. Call method '...'
3. Use parameters '...'
4. See error

## Expected Behavior

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

## Actual Behavior

What actually happened instead.

## Code Sample

```python
# Paste your code here
# Please include a minimal reproducible example
```

## Error Message

```
Paste any error messages or stack traces here
```

## Environment

- **OS**: [e.g., Windows 11, Ubuntu 22.04, macOS 13]
- **Python Version**: [e.g., 3.10.5]
- **Library Version**: [e.g., 0.2.4]
- **Installation Method**: [pip wheel / built from source]

## Additional Context

Add any other context about the problem here:

- Does this happen consistently or intermittently?
- Have you tried with a demo account?
- Any recent changes to your setup?

## Possible Solution

If you have any ideas on how to fix the issue, please share them here.

## Screenshots

If applicable, add screenshots to help explain your problem.

---

**Before submitting:**

- [ ] I have searched for existing issues
- [ ] I have provided a minimal reproducible example
- [ ] I have included my environment details
- [ ] I have tested with the latest version
---
name: Bug Report
about: Report a technical issue
title: "[BUG] "
labels: bug
---

## Description

Provide a concise description of the bug.

## Reproduction

1. Step one
2. Step two
3. Observed behavior

## Expected Behavior

What should have happened.

## Context

- **OS**:
- **Python Version**:
- **Library Version**:
- **Installation**: (e.g., pip, source)

## Evidence

### Code Sample

```python
# Minimal reproducible example
```

### Error Logs

```text
# Paste error output here
```

## Additional Information

Any other relevant technical details.
87 changes: 22 additions & 65 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -1,65 +1,22 @@
---
name: Documentation Issue
about: Report an issue with documentation
title: "[DOCS] "
labels: documentation
assignees: ""
---

## Documentation Issue

Describe the issue with the documentation.

## Location

Where is the problematic documentation located?

- [ ] README.md
- [ ] API Documentation (docs/)
- [ ] Code comments/docstrings
- [ ] Examples
- [ ] Other: **\_**

**File/URL**: Provide the specific file or URL

## Issue Type

- [ ] Missing documentation
- [ ] Incorrect information
- [ ] Unclear explanation
- [ ] Typo or grammar error
- [ ] Broken link
- [ ] Outdated information
- [ ] Other: **\_**

## Current Content

What does the documentation currently say?

```
Paste the current content here
```

## Expected Content

What should it say instead?

```
Describe or paste the corrected content here
```

## Additional Context

Add any other context about the documentation issue here.

## Suggested Fix

If you have a suggestion for how to fix this, please provide it here.

---

**Before submitting:**

- [ ] I have checked if this is already reported
- [ ] I have specified the exact location
- [ ] I have suggested a fix or improvement
---
name: Documentation Issue
about: Report missing or incorrect documentation
title: "[DOCS] "
labels: documentation
---

## Description

Identify the documentation issue.

## Location

Provide the file path or URL.

## Proposed Correction

What should the documentation say instead?

## Additional Context

Any other information relevant to this issue.
98 changes: 28 additions & 70 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,70 +1,28 @@
---
name: Feature Request
about: Suggest an idea for this project
title: "[FEATURE] "
labels: enhancement
assignees: ""
---

## Feature Description

A clear and concise description of the feature you'd like to see.

## Problem Statement

Describe the problem this feature would solve. Ex. I'm always frustrated when [...]

## Proposed Solution

Describe the solution you'd like to see implemented.

## Alternative Solutions

Describe any alternative solutions or features you've considered.

## Use Case

Provide a detailed use case for this feature:

```python
# Example of how you envision using this feature
client = PocketOptionAsync(ssid="...")

# Your proposed usage
result = await client.new_feature(...)
```

## Benefits

Explain how this feature would benefit the community:

- Who would use this feature?
- How often would it be used?
- What problems does it solve?

## Implementation Details

If you have ideas about how to implement this feature, please share:

- Which files/modules would need to be modified?
- Are there any dependencies required?
- Any potential challenges or considerations?

## Additional Context

Add any other context, screenshots, or examples about the feature request here.

## Related Issues

Link to any related issues or pull requests:

- #issue_number

---

**Before submitting:**

- [ ] I have searched for existing feature requests
- [ ] I have clearly described the problem and solution
- [ ] I have provided use cases and examples
- [ ] I understand this is a community project with limited resources
---
name: Feature Request
about: Propose a new feature or enhancement
title: "[FEATURE] "
labels: enhancement
---

## Proposal

Clearly describe the proposed feature.

## Problem Statement

What problem does this feature solve?

## Suggested Implementation

Provide a high-level overview of how this could be implemented.

## Use Case

```python
# Example of how this feature would be used
```

## Benefits

Why is this feature important for the project?
70 changes: 26 additions & 44 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -1,44 +1,26 @@
---
name: Question
about: Ask a question about using the library
title: "[QUESTION] "
labels: question
assignees: ""
---

## Question

What would you like to know?

## Context

Provide context for your question:

- What are you trying to accomplish?
- What have you tried so far?
- Where did you look for answers?

## Code Example (if applicable)

```python
# Your current code
```

## Environment (if relevant)

- **OS**: [e.g., Windows 11]
- **Python Version**: [e.g., 3.10]
- **Library Version**: [e.g., 0.2.4]

## Additional Information

Any other information that might help us answer your question.

---

**Note**: For quick answers, consider:

- Checking our [Documentation](https://chipadevteam.github.io/BinaryOptionsTools-v2/)
- Looking at [Examples](https://github.com/ChipaDevTeam/BinaryOptionsTools-v2/tree/master/examples)
- Joining our [Discord community](https://discord.gg/p7YyFqSmAz) for live discussions
- Searching [existing issues](https://github.com/ChipaDevTeam/BinaryOptionsTools-v2/issues)
---
name: Question
about: Ask for technical assistance
title: "[QUESTION] "
labels: question
---

## Inquiry

What is your technical question?

## Context

Provide details on what you are trying to achieve and what you have attempted.

## Environment

- **OS**:
- **Python Version**:
- **Library Version**:

## Resources Checked

- [ ] Documentation
- [ ] Existing Examples
- [ ] Previous Issues
Loading