Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

zeta-chain/node

swift1337 created a branch on zeta-chain/node

feat/ton-withdrawals - ZetaChain’s blockchain node and an observer validator client

coderabbitai[bot] created a review comment on a pull request on zeta-chain/node
_:warning: Potential issue_ **Inconsistent Method Naming for 'OnCall0' May Cause Invocation Errors** The Go binding introduces a method named `OnCall0`, which corresponds to the Solidity function...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on zeta-chain/node
_:hammer_and_wrench: Refactor suggestion_ **Consolidate V2ZEVMToEMV call functions to enhance code clarity** The functions `V2ZEVMToEMVArbitraryCall` and `V2ZEVMToEMVCall` are structurally simila...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on zeta-chain/node
_:warning: Potential issue_ **Avoid modifying shared authentication object's GasLimit directly** Directly altering `r.ZEVMAuth.GasLimit` can lead to unintended side effects, especially in concurr...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on zeta-chain/node
_:hammer_and_wrench: Refactor suggestion_ **Refactor `messageContext` initialization to eliminate code duplication** The `messageContext` initialization logic here is identical to that in `signGa...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on zeta-chain/node
_:warning: Potential issue_ **Validate `sender` address when `IsArbitraryCall` is false** Similar to `signGatewayExecute`, when `IsArbitraryCall` is false, it's important to ensure that `sender` ...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on zeta-chain/node
_:warning: Potential issue_ **Validate `sender` address when `IsArbitraryCall` is false** When `IsArbitraryCall` is false, the `sender` address is crucial for authenticated calls. If the `sender`...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on zeta-chain/node
_:hammer_and_wrench: Refactor suggestion_ **Refactor `messageContext` initialization to eliminate code duplication** The logic for initializing `messageContext` with conditional `Sender` assignme...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on zeta-chain/node
_:warning: Potential issue_ **Potential Redundant Definition of `onCall` Function** The function definition for `onCall` at lines 154-157 appears incomplete and may be a remnant of a previous ver...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on zeta-chain/node
_:warning: Potential issue_ **Handle potential errors from the withdrawal function** The `V2ERC20WithdrawAndArbitraryCall` function may return an error that is currently not being handled. To ens...

View on GitHub

coderabbitai[bot] created a comment on a pull request on zeta-chain/node
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- This is an auto-generated comment: review in progress by coderabbit.ai --> > [!NOTE] > Currently processing new changes ...

View on GitHub

lumtis deleted a branch zeta-chain/node

ci/remove-nightly-v2-migration

lumtis closed a pull request on zeta-chain/node
ci: remove v2 migration test from scheduled CI and release workflow
# Description The test is not functional when running from develop as it uses v2 contracts pre-deployed by default   Just keep it in manual workflow for now for exceptional case (we have to ma...
github-merge-queue[bot] deleted a branch zeta-chain/node

gh-readonly-queue/develop/pr-3013-72b517dcb28113b024d94e7586bd7658e2c63d9a

github-merge-queue[bot] pushed 1 commit to develop zeta-chain/node
  • ci: remove v2 migration test from scheduled CI and release workflow (#3013) 923b936

View on GitHub

github-merge-queue[bot] created a branch on zeta-chain/node

gh-readonly-queue/develop/pr-3013-72b517dcb28113b024d94e7586bd7658e2c63d9a - ZetaChain’s blockchain node and an observer validator client

lumtis created a review comment on a pull request on zeta-chain/node
Same about adding more details in comment

View on GitHub

lumtis created a review comment on a pull request on zeta-chain/node
Can we precise here the smart contract will route logic to arbitrary call when not set? This appears a bit like an implicit behavior here

View on GitHub

lumtis created a review on a pull request on zeta-chain/node

View on GitHub

fbac pushed 1 commit to feat/staking-distribute-function zeta-chain/node
  • feat: distribute ZRC20 rewards function afac1d1

View on GitHub

codecov[bot] created a comment on a pull request on zeta-chain/node
## [Codecov](https://app.codecov.io/gh/zeta-chain/node/pull/3019?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zeta-chai...

View on GitHub

fbac opened a draft pull request on zeta-chain/node
feat: distribute ZRC20 rewards function
# Description - Create a function `distribute()` to distribute rewards across all validators and delegators. # How Has This Been Tested? - [ ] Tested CCTX in localnet - [ ] Tested in deve...
fbac created a branch on zeta-chain/node

feat/staking-distribute-function - ZetaChain’s blockchain node and an observer validator client

gartnera created a review on a pull request on zeta-chain/node

View on GitHub

lumtis pushed 1 commit to feat/transferAndCall zeta-chain/node
  • fix withdraw test and push back test 34fe3ea

View on GitHub

codecov[bot] created a comment on a pull request on zeta-chain/node
## [Codecov](https://app.codecov.io/gh/zeta-chain/node/pull/3018?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zeta-chai...

View on GitHub

lumtis pushed 3 commits to feat/transferAndCall zeta-chain/node

View on GitHub

fbac deleted a branch zeta-chain/node

feat/add-lock-zrc20-function-fungible

github-merge-queue[bot] pushed 1 commit to develop zeta-chain/node
  • feat: add fungible keeper ability to lock/unlock ZRC20 tokens (#2979) * feat: add lockZRC20 capability to fungible k... 72b517d

View on GitHub

fbac closed a pull request on zeta-chain/node
feat: add fungible keeper ability to lock/unlock ZRC20 tokens
# Description Add capabilities to fungible keeper: - Fungible Call ZRC20 method. - Lock ZRC20. - Unlock ZRC20. - Check ZRC20 allowance. - Check ZRC20 balance. - Check ZRC20 validity. - Ba...
Load more