We have the greatest bounty hunters in our community, they make something special for us, this a place showing what they contribute
It pleases us when more outstanding developers join us as Bounty Hunters. This latest has met their bounty task brilliantly and efficiently, with results exceeding our expectations. These are great contributions to the Phala codebase!
We introduce to you the newest hunter in our tribe!
All hunters will be kept posting under this topic and recorded in the Google sheet.Keep Updating...
l00k made a very useful mining monitor for miners. Miners can check their miner score, state, commission, stake, last rewards, last extrinsics. Besides public data monitoring you can also monitor device state like: CPU temp, Stack status (node / pruntime / phost containers).
(due to the excellent completion of the task, extra 10% extra bounty awarded!)
Bounty task and solution: Bad cross-section next page button link in the current theme
Phala set the bounty on April 14th; @kevdez submitted a working solution in less than 20 hours. They sorted out the Phala Wiki directory logic and provided a fix for the relationship between parent set / subsets and resulting auto-generated page numbering issues. | PR link
We also received helpful information and responsive communication from @nathanjesse , and thank him for his help!
Additional steps for WSL when building the development environment were added (French & English) The whole Processus, from environment preparation to the construction of the core blockchain has been confirmed to complete successfully in the following system environment: Windows11/WSL2/UBUNTU 20.04LTS. The folder for “pruntime” was also updated. Additional testing in a Windows10/WSL1 & WSL2 environment might be necessary.
As discussed in the Phala Dev discord, only sr25519 signatures are supported for signing the certificate.
This PR adds support for ed25519 and Ecdsa signatures, by deducing signature type from the account type:
Add account and signature_type optional parameters for signCertificate
Deduce address and signature_type from the account if given
Default signature type is Sr25519WrapBytes (default for Polkdaot JS extension)
signature_type parameter has precedence over deduced type