EmilLuta
EmilLuta
Gitlab Merge Request event has been updated at an unknown time. I have updated the current interface to work with the version we have now, 12th of November 2019. I...
By default, the changes field of the JSON will look something like this (according to: https://docs.gitlab.com/ee/user/project/integrations/webhooks.html#merge-request-events): ```json ... "changes": "author_id": { "previous": null, "current": 1 }, "merge_params": { "previous": {...
Added languages for easier lookup instead of the wiki's nasty pages and links (found them discouraging) + it helps me automate my overall crawling task (so I can properly check...
@bluzi Hi there. I strongly believe that from time to time, a crawler could be ran in order to fetch translations from some official providers (for now, let's stick to...
This is PR 2 in the Prover/ Core DAL split (#1029). This PR cleans unused/ unnnecessary tables that currently exist in core database. All these tables have been officially moved...
This PR adds support for EIP4844 as part of 1.4.2 release. To support EIP4844, the prover needs to: - prove EIP4844 blobs - inject the result into scheduler proof EIP4844...
Needed for incident.
Prover queue metrics jobs are adnotate with protocol version. These metrics are used for autoscaling jobs. These changes will enable autoscaling different pools of provers at the same time, with...
This is a special purpose built branch to hotfix 1.4.2. 1.4.2 has problems on T4 allocations which are fixed in 1.5.0. This commit/tag will expedite the change to 1.4.2, without...
The entire codebase for this change was merged a long time again. See [321](https://github.com/matter-labs/zksync-era/pull/321). This PR cleans up the database leftovers. This logic is moved to GCS.