rocketpool
rocketpool copied to clipboard
Decentralised Ethereum Liquid Staking Protocol.
For some reason I do not understand the node address of withdrawLegacyRPLFor and _withdrawLegacyRPLFor use msg.sender and not the provided _nodeAddress. I think this is an error and it should...
As stakeRPL can only be called by the registered node (`onlyRegisteredNode(msg.sender)` modifier), there is no need to check if the caller is either of the withdrawal addresses.
Looks like this function is defined two times. This PR removes one of them.
Bumps [undici](https://github.com/nodejs/undici) from 5.28.4 to 5.29.0. Release notes Sourced from undici's releases. v5.29.0 What's Changed Fix tests in v5.x for Node 20 by @mcollina in nodejs/undici#4104 Removed clients with unrecoverable...
Bumps [base-x](https://github.com/cryptocoinjs/base-x) from 3.0.9 to 3.0.11. Commits 043a888 3.0.11 2705ddd [backport 3.x] Prohibit char codes that would overflow the BASE_MAP 3d43c0e 3.0.10 0a35446 Improve decoding performance See full diff in...
The comment above the function `getExchangeRate()` seems to have an error. It mentions as ratio `ETH : rETH` while the function uses `getETHValue(1 ether)` and therefore describes how many ETH...
During a security review of the AddressQueueStorage contract, a potential integer underflow vulnerability was identified in the getIndexOf() function. While protected by access controls, this issue could lead to unexpected...
Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.5 to 10.5.0. Commits 56774ef 10.5.0 1e4e297 bin: Do not expose filenames to shell expansion See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve...
Bumps [sha.js](https://github.com/crypto-browserify/sha.js) from 2.4.11 to 2.4.12. Changelog Sourced from sha.js's changelog. v2.4.12 - 2025-07-01 Commits [eslint] switch to eslint 7acadfb [meta] add auto-changelog b46e711 [eslint] fix package.json indentation df9d521 [Tests]...
Bumps [cipher-base](https://github.com/crypto-browserify/cipher-base) from 1.0.4 to 1.0.6. Changelog Sourced from cipher-base's changelog. v1.0.6 - 2024-11-26 Commits [Fix] io.js 3.0 - Node.js 5.3 typed array support b7ddd2a v1.0.5 - 2024-11-17 Commits [Tests]...