Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
42e7b57
added logical operations
aritkulova May 21, 2026
1bfbd07
added functions for u16
aritkulova May 25, 2026
906ed04
added functions for u32
aritkulova May 27, 2026
9ce71f0
added functions for u64
aritkulova May 27, 2026
b24247c
added functions for u8
aritkulova May 28, 2026
83dd812
added uint division
aritkulova Jun 2, 2026
6b76805
Merge branch 'dev' into feat/add-new-functions
aritkulova Jun 2, 2026
651e652
removed unsuported "pub" modifier for now
aritkulova Jun 3, 2026
8a610d1
refactored tests for u8
aritkulova Jun 3, 2026
490c39f
typo
aritkulova Jun 3, 2026
49727c0
refactored tests for u16
aritkulova Jun 3, 2026
d58e245
refactored tests for u32
aritkulova Jun 3, 2026
d25c324
refactored tests for u64
aritkulova Jun 3, 2026
c64b995
added enum to asserts test
aritkulova Jun 3, 2026
99521cc
standardize naming convention
aritkulova Jun 4, 2026
56285ce
standardize naming convention
aritkulova Jun 4, 2026
99ab488
pass enum variable to the spend_script function
aritkulova Jun 4, 2026
eba8511
linting
aritkulova Jun 4, 2026
847be9e
refactored asserts test to be consistent with the other tests
aritkulova Jun 5, 2026
9403735
added constants to asserts test
aritkulova Jun 5, 2026
0048a43
added function for optimized test data generation for asserts test
aritkulova Jun 5, 2026
f4b8e03
linter fixes
aritkulova Jun 5, 2026
8759bf8
added constants to test
aritkulova Jun 5, 2026
42cecb5
switched from enum to constants for consistency
aritkulova Jun 5, 2026
4c0cb5c
added dev info to readme
aritkulova Jun 8, 2026
d2c3a88
shortened names of uint functions
aritkulova Jun 8, 2026
180b6fa
switched from constants to enums in tests
aritkulova Jun 8, 2026
0067164
added helper function for test uint generation
aritkulova Jun 8, 2026
aadb264
updated simplex version to 0.0.6
aritkulova Jun 9, 2026
3418024
suppressed warning about unused test functions
aritkulova Jun 9, 2026
36308a8
fixed test command in ci
aritkulova Jun 9, 2026
0054d97
small fix of number range in tests
aritkulova Jun 10, 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
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
- name: Test
run: |
simplex test --nocapture
simplex test -v
Loading