mirror of
https://github.com/status-im/status-go.git
synced 2026-08-31 00:51:12 +00:00
develop
triggerE2E passed only the package job's fullProjectName, so tests-e2e resolved the artifact with lastWithArtifacts() and copied whichever build of that job had archived most recently. The job is shared by every status-go PR check and by status-app's own nightly and release builds, so a PR's e2e could run another run's binary. Passes the package build's number alongside the path so the downstream job can select it with specific(). It is stringified because jenkins.mapToParams only maps String and Boolean and silently drops anything else. Requires status-im/status-app#22110, which adds the SOURCE_BUILD_NUMBER parameter. Unknown parameters are ignored, so merge order is free.
status-go
status-go is the backbone library of Status App. It acts as a "backend" for both applications and implements most of the Status apps business logic.
A comprehensive list of status-go functionality can be found in Brief overview.
Docs
License
Languages
Go
96.1%
Python
2.8%
Solidity
0.7%
Shell
0.2%