Lee ByeongJun
Lee ByeongJun
# Description Increased the test coverage of the `p/demo/uint256` package. Previously, only about 40% was covered, but now it has increased to 90% (checked in go). The existing implementation of...
# Description Closes #1082 Enhanced the error message in `evalStaticTypeOf` function to match with go's error message and provide more informative feeback. ## Example of Errors Sample code (taken from...
# Description This PR implements test coverage functionality for gno.The implementation uses AST-based code instrumentation to track line execution during tests. alternate version of task #2616 Closed #3750 ## Implementation...
# Description This PR implements Debug Adapter Protocol (DAP)[^1] support for the Gno debugger, enabling integration with IDEs and editors like VS Code, Neovim, Zed[^2] and others that support DAP....
# Description > This is an additional works for PR #4136. However, I couldn't push it directly, so I made this as a separate PR. This PR includes various optimizations...
# Description The existing AbortsWithMessage and PanicsWithMessage functions only allowed exact message matching, but partial matching functionality has been added as separate functions for improved test convenience and flexibility. ##...
WIP Translating the assembly lessons into Korean, with plans to translate all available documents. Note: Converted bold text separators to proper markdown headers for better rendering
## Summary restored PR #421 ## Related Issue partially resolve #418 ## Checklist - [ ] Did you add a changelog entry to the *CHANGES.md*? - [X] Did you write...
## Summary Adds the `-A`/`--authorized-fetch` flag to the `fedify inbox` command, enabling HTTP signature verification enforcement for all incoming requests. ## Related Issue - closes #229 ## Changes - Adds...