6h057
6h057
### Link to the page where something nasty is located https://codesandbox.io/s/wild-sunset-6zkf4u?file=/src/App.tsx ### Exact quote of what is wrong Now when we disable the radio we have the label of the...
Is your feature request related to a problem? Please describe. Yes. Currently, there is no method available in the API to get the chain that the user has selected. This...
fixes #1966 Contributors' checklist... - [ ] Added new tests, or not needed, or not feasible - [ ] Provided an example (e.g. screenshot) to aid review or the PR...
Closes #1812 #### Summary This pull request introduces a new `Stack` mechanism to the `Machine` class, enhancing its exception handling capabilities by generating and appending detailed stacktraces during panic situations....
#### Description: The `recover` function does not seem to handle runtime panics correctly in Gnolang, whereas the following code works fine in Golang. #### Steps to Reproduce: 1. Create and...
Closes #2146 Contributors' checklist... - [ ] Added new tests, or not needed, or not feasible - [ ] Provided an example (e.g. screenshot) to aid review or the PR...
Related Issues: #2628 This PR aims to align Gno's constant handling with the Go specification regarding constant expressions (see [Go Specification on Constants](https://go.dev/ref/spec#Constant_expressions)). 1. **Primitive Type Requirement** - **Should Work:**...
closes: #2266 #1543 Contributors' checklist... - [ ] Added new tests, or not needed, or not feasible - [ ] Provided an example (e.g. screenshot) to aid review or the...