Latest Repo Discovered
RandNum
JavaScript
·
MIT License
Top Contributor of the Month
8895 commits in all time
Dec 18, 2025 21:57 – Mar 18, 2026 21:57 UTC
Merge 82afd2520398070ea97ec5cf809bd8271c4289de into 19f5ab2ff478ffe15e9019142dd022a3dd811991
74eb3a87
pull/782/merge
2/1 ++ 9 --
regenerate types after scripts/export_sdk_types.py update
82afd252
pavel/types-regen
2/1 ++ 9 --
Merge 7432012fb8cf7a3e904f629dd76f2d1918553d59 into f7480ab36d022663212d7b5746b63fd6e0f0f336
a759ad8d
pull/6584/merge
1/106 ++ 53 --
Merge 0759e48049bc6ca844b7a20e2912156708d42af5 into c126c0e7cdb69c245338f207e10ddcbbc9ff2b35
312fc400
pull/329/merge
124/3,310 ++ 33 --
test: add contract test case for bytes_backed_ops
4e8d17f1
bytes-backed-ops
55/16,016 ++ 0 --
fix: only preserve UTF-8 encoding during optimisations if the op is a concat
8927dccc
bytes-backed-ops
1/48 ++ 11 --
StackType.any should support BytesBacked pytypes
3b650178
bytes-backed-ops
3/23 ++ 11 --
make `Bytes` inherit the marker class `BytesBacked` (with corresponding change to the `BytesType` pytype)
48710763
bytes-backed-ops
2/2 ++ 2 --
changed the `PYTYPE_TO_LITERAL` mapping so `BytesBackedType` gets correctly mapped to a `BytesLiteralType`
refactor generate_stubs.py: - remove `covariant` flag from `get_python_type()` since its always used as `True` - removed `any_as` flag from `get_python_type()` - rename and split `sub_types()` to show intent, some comments, filter out redundant types in `get_python_types()`
19a3a16d
bytes-backed-ops
2/110 ++ 124 --