-
For many years now, since Coverity stopped being free, we have not had any static analysis support. Maybe we should look to see if there are free solutions that we could use with CI.
-
# At a glance
[comment]: # "Begin with a short summary so intent can be understood at a glance."
[comment]: # "In order to: some objective or value to be achieved"
[comment]: # "as a: stakehold…
-
Set up a static analysis pass before compilation.
Example: unused variables.
Experimental.
-
The stacks-node should be able to do some static analysis of contracts to get cost estimates without actually executing the contract. This is important for transaction selection and fee estimates.
-
### Validation
- [X] I've read the [FAQ](https://github.com/xenia-project/xenia/wiki/FAQ).
- [X] The Xenia build used is from the master branch (not MLBS/AlexVS/Canary/pull requests, etc.)
- [X] This…
-
Maybe we should use [Snyk](https://snyk.io/) or another tool to look at the source code during CI (and to run locally).
-
We should run static analysis on the repo, e.g. Sonar.
This is needed for the readiness criteria checklist.
-
For specific use cases, for static analysis, we need to retrieve the evaluated result of a PowerFX string expressions. To enable this, we need a method to get the PowerFX output from both string and i…
-
| --- | --- |
| Bugzilla Link | [485142](https://bugs.eclipse.org/bugs/show_bug.cgi?id=485142) |
| Status | NEW |
| Importance | P3 enhancement |
| Reported | Jan 04, 2016 08:43 EDT |
| Modified …
-
Hello,
This is not a regular issue but more like some suggestions.
I have some plans to improve the current rbpf vm, I would like to know if the rbpf community is also interested in those to…