Skip to content

Add invokeabi command for simplified contract invocation #4033

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 25 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
8983731
Add invokeabi command for simplified contract invocation
Jim8y Jun 29, 2025
65334cb
Merge branch 'dev' into feature/invokeabi-command
Jim8y Jun 29, 2025
5756d86
Add unit tests for invokeabi command
Jim8y Jun 29, 2025
cd1610c
Apply dotnet format
Jim8y Jun 29, 2025
416c407
Make tests production ready with proper mocking and integration tests
Jim8y Jun 29, 2025
7929f41
Apply reviewer feedback and fix test issues
Jim8y Jun 29, 2025
e8f8f13
Apply dotnet format - remove trailing whitespace and improve JArray i…
Jim8y Jun 29, 2025
f218608
Apply refactoring suggestion: extract type inference logic to separat…
Jim8y Jun 29, 2025
d4a2a1e
Remove unrelated benchmark files
Jim8y Jun 29, 2025
0819565
Fix GitHub Actions CI compilation error
Jim8y Jun 29, 2025
0587ba7
Update src/Neo.CLI/CLI/MainService.Contracts.cs
Jim8y Jun 30, 2025
739d1fc
Update tests/Neo.CLI.Tests/UT_MainService_Contracts.cs
Jim8y Jun 30, 2025
a0c620c
Update tests/Neo.CLI.Tests/UT_MainService_Contracts.cs
Jim8y Jun 30, 2025
d41688b
Improve invokeabi command implementation
Jim8y Jun 30, 2025
61e8dd0
Format code with dotnet format
Jim8y Jun 30, 2025
bcce3f7
Merge branch 'dev' into feature/invokeabi-command
cschuchardt88 Jun 30, 2025
373793f
Merge branch 'dev' into feature/invokeabi-command
Jim8y Jun 30, 2025
68b6d52
Fix array parsing of ContractParameter objects
Jim8y Jun 30, 2025
f195c25
Fix array parameter parsing to preserve ContractParameter format
Jim8y Jun 30, 2025
4874f4c
Add Map parameter support for ContractParameter format
Jim8y Jun 30, 2025
76ec56d
Merge branch 'dev' into feature/invokeabi-command
Wi1l-B0t Jun 30, 2025
ba63755
Merge branch 'dev' into feature/invokeabi-command
NGDAdmin Jul 1, 2025
66a317b
Merge branch 'dev' into feature/invokeabi-command
Jim8y Jul 1, 2025
75d7797
Merge branch 'dev' into feature/invokeabi-command
Wi1l-B0t Jul 3, 2025
911f927
Merge branch 'dev' into feature/invokeabi-command
Wi1l-B0t Jul 7, 2025
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
Loading