Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
db1afa8
doing this as a checkpoint, i dont wanna lose my work
sixtysixx Feb 23, 2026
d05255b
test pending
sixtysixx Feb 23, 2026
55f486c
fix pending trades test...?
sixtysixx Feb 23, 2026
7dd8a9d
0.2..8
sixtysixx Feb 23, 2026
400b405
Fix concurrent test failure, PyO3 compatibility, and code quality
sixtysixx Feb 23, 2026
c833e86
Merge pull request #36 from sixtysixx/feature/syx-concurrent-fix
sixtysixx Feb 23, 2026
b9f0729
FIX ci
sixtysixx Feb 23, 2026
9375c49
fix license error lol
sixtysixx Feb 23, 2026
a18d34f
maybe fix ci lmao
sixtysixx Feb 24, 2026
0c84d02
Update CI.yml
sixtysixx Feb 24, 2026
6fa5919
Update CI.yml
sixtysixx Feb 24, 2026
a7632d7
Update CI.yml
sixtysixx Feb 24, 2026
74efc93
fix CI finally ( i think )
sixtysixx Feb 25, 2026
abb4d25
.
sixtysixx Feb 25, 2026
62fae8d
Merge branches 'master' and 'master' of https://github.com/sixtysixx/…
sixtysixx Feb 25, 2026
9e39bdf
..?
sixtysixx Feb 25, 2026
84f3154
test
sixtysixx Feb 25, 2026
68b1ef2
TEST
sixtysixx Feb 25, 2026
8557490
fix python | python3 stuff
sixtysixx Feb 25, 2026
1ed3336
init auto release ..?
sixtysixx Feb 25, 2026
c690596
blehhh CI update
sixtysixx Feb 25, 2026
0a82df6
fix I THINK
sixtysixx Feb 25, 2026
90c4b22
upd zig
sixtysixx Feb 25, 2026
f4ce58a
upd. CI
sixtysixx Feb 25, 2026
d859ae8
lmfao almost forgot to edit CI post img
sixtysixx Feb 25, 2026
594a640
lol copilot thought it was 2024
sixtysixx Feb 25, 2026
981ac7f
Update AUTHORS.md
sixtysixx Feb 25, 2026
1ad7114
fix CI/release warning
sixtysixx Feb 25, 2026
234478b
Merge branch 'master' of https://github.com/sixtysixx/BinaryOptionsTo…
sixtysixx Feb 25, 2026
7a0a01c
Update README.md
sixtysixx Feb 26, 2026
3ada6da
upd changelog
sixtysixx Feb 26, 2026
fac1015
fix gemini review things
sixtysixx Feb 26, 2026
e76638d
coderabbit fixes
sixtysixx Feb 26, 2026
fc51eed
cod rabbit fix
sixtysixx Feb 27, 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
90 changes: 45 additions & 45 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
---
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.
---
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.
44 changes: 22 additions & 22 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
---
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.
---
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.
56 changes: 28 additions & 28 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
---
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?
---
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?
52 changes: 26 additions & 26 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
---
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
---
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
88 changes: 44 additions & 44 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
# Pull Request

## Overview

Summarize the changes and the motivation behind them. Link any related issues using keywords (e.g., Fixes #123).

## Changes

- List key changes here.
- Keep descriptions concise and technical.

## Type of Change

- [ ] Bug fix
- [ ] New feature
- [ ] Breaking change
- [ ] Documentation / Examples
- [ ] Performance / Refactoring
- [ ] CI/CD / Build System

## Validation

Describe how the changes were tested.

- [ ] Unit tests
- [ ] Integration tests
- [ ] Manual verification

### Environment

- OS:
- Python Version:
- Rust Version:

## Checklist

- [ ] Code follows project conventions and style guidelines.
- [ ] Documentation and examples updated if necessary.
- [ ] All tests pass locally.
- [ ] No new warnings introduced.

## Screenshots (Optional)

Add relevant visuals if applicable.
# Pull Request

## Overview

Summarize the changes and the motivation behind them. Link any related issues using keywords (e.g., Fixes #123).

## Changes

- List key changes here.
- Keep descriptions concise and technical.

## Type of Change

- [ ] Bug fix
- [ ] New feature
- [ ] Breaking change
- [ ] Documentation / Examples
- [ ] Performance / Refactoring
- [ ] CI/CD / Build System

## Validation

Describe how the changes were tested.

- [ ] Unit tests
- [ ] Integration tests
- [ ] Manual verification

### Environment

- OS:
- Python Version:
- Rust Version:

## Checklist

- [ ] Code follows project conventions and style guidelines.
- [ ] Documentation and examples updated if necessary.
- [ ] All tests pass locally.
- [ ] No new warnings introduced.

## Screenshots (Optional)

Add relevant visuals if applicable.
Loading