Skip to content

update uladzislau-muraveika.md #72

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions progress/uladzislau-muraveika.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2025-05-16 Fri: This week main focus was on the [v2025.1.0 release](https://github.com/harmony-one/harmony/releases/tag/untagged-ff433265eed669be943f), which is still in the **draft mode**, because of [bug](https://github.com/harmony-one/harmony/issues/4903) that is breaking one of the important harmony config options- DisablePrivateIPScan needed by community. Dev team is aware and working on the fix. Additionally, I've rechecked our infra for this flag and fixed a few bugs in our ansible code.

For the observability, I've created a Grafana dashboard with all versions running right now in the mainnet for all possible node types - RPC, validators in normal and non-staking mode, now we can understand what version are running in the network right now. Additionally I've put a link from watchdog to this dashboard.

---

2025-05-09 Fri: I included tests in the pyhmy repo to include them into CI runs, I've fixed estimate gas test - issue was with smart contract without fallback function - added an exact call, pinned dependencies versions, fixed elected validators tests. [PYHMY-40](https://github.com/harmony-one/pyhmy/pull/40) and [PYHMY-41](https://github.com/harmony-one/pyhmy/pull/40).

For the harmony-test repo, I've added pyhmy tests the same way as it done for the rpc-tests and additionally refactored Dockerfile according to best [practices](https://github.com/harmony-one/harmony-test/pull/43)
Expand Down