opshin icon indicating copy to clipboard operation
opshin copied to clipboard

A simple pythonic programming language for Smart Contracts on Cardano

Results 58 opshin issues
Sort by recently updated
recently updated
newest added

Bumps [coveralls](https://github.com/TheKevJames/coveralls-python) from 3.3.1 to 4.0.0. Release notes Sourced from coveralls's releases. 4.0.0 (2024-04-29) BREAKING CHANGES When config.ignore_errors is Falsey, failures to parse Pyhton files or look up file sources...

dependencies
python

Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.5.0 to 7.4.4. Changelog Sourced from coverage's changelog. Version 7.4.4 — 2024-03-14 Fix: in some cases, even with [run] relative_files=True, a data file could be created with...

dependencies
python

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.1 to 8.2.0. Release notes Sourced from pytest's releases. 8.2.0 pytest 8.2.0 (2024-04-27) Deprecations #12069: A deprecation warning is now raised when implementations of one of the...

dependencies
python

In response to bug bounty assigned to #212. Adds a github workflow that on creation of a new release automatically builds binaries for linux and macos (tested both) and adds...

Requesting bug bounty :-)

Bumps [black](https://github.com/psf/black) from 24.3.0 to 24.4.0. Release notes Sourced from black's releases. 24.4.0 Stable style Fix unwanted crashes caused by AST equivalency check (#4290) Preview style if guards in case...

dependencies
python

**Describe the bug** ```python File "test.py", line 4 return 1 + (a < b) ^ RecursionError: maximum recursion depth exceeded in comparison Note that opshin errors may be overly restrictive...

bug

**Is your feature request related to a problem? Please describe.** Currently list objects can not be compared directly in OpShin but only by comparing datums that contain them or by...

enhancement
bug bounty
bb: minor

**Is your feature request related to a problem? Please describe.** Currently, OpShin only allows Union between PlutusData objects with unique constructor IDs. In theory however, we could also allow Union...

enhancement
bug bounty
bb: medium

**Is your feature request related to a problem? Please describe.** Currently classes in OpShin do not support methods. It would be nice to support methods. Especially magic methods (`__add__`) would...

enhancement
bug bounty
bb: major