-
Please answer these questions before submitting your issue. Thanks!
1. What version of Go and beego are you using (`bee version`)? 1.12.0
2. What operating system and processor architecture …
-
https://github.com/orbs-network/orbs-contract-sdk/blob/2e9849eeb6aa946fe22e5bdf59cdd1be37118bce/go/examples/simpletoken/contract.go#L36
-
There are some old contracts laying around that we should remove:
- simpleEmitter.sol
- simpleToken.sol
- receiver.sol
- emitter.sol
- safe.sol
Ensure that go & node.js scripts properly handle…
-
I'm getting these erros while trying to build my project.
```error Failed to install the app. Make sure you have the Android development environment set up: https://facebook.github.io/react-native…
-
It seems that I can't get a stable debugging session going with my project. One too many step-overs puts the debugger into an odd state, where the UI looks as if I have "continued" (I haven't, issued …
-
Analyzer Feedback from IntelliJ
## Version information
- `IDEA IC-191.7141.44`
- `2.3.0-edge.a1668566e563aef64025d0af88a099cbbe847b7e`
- `IC-191.7141.44, JRE 1.8.0_202-release-1483-b49x64 JetB…
-
Analyzer Feedback from IntelliJ
## Version information
- `IDEA AI-191.8026.42.35.5977832`
- `2.4.0`
- `AI-191.8026.42.35.5977832, JRE 1.8.0_202-release-1483-b03x64 JetBrains s.r.o, OS Windows …
-
Is it possible to show all data entered in the previous steps? This way the user could confirm it before finally submitting the form.
I already tried using `{{post::*}}` and `$_SESSION['FORM_DATA']…
-
-- add metadata
-- add borrower address
-
Code like the following should be an error:
```
contract Base {
uint x;
}
contract Derived is Base {
uint x;
}
```
Functions defined in `Base` that use the `x` state variable will acc…