Ecosyste.ms: Timeline

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

zeta-chain/node

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: skip review by coderabbit.ai --> > [!IMPORTANT] > ## Review skipped > > Draft detect...

View on GitHub

ws4charlie opened a draft pull request on zeta-chain/node
feat: use upgraded btcd library to handle Taproot address
# Description - [x] use latest `btcd` version `v1.16` native APIs to handle Bitcoin Taproot address. - [x] clean up the workaround code. <!--- Please include a summary of the changes and the...
kingpinXD pushed 1 commit to genesis-export zeta-chain/node
  • remove unnecessary new line e19205a

View on GitHub

coderabbitai[bot] created a review on a pull request on zeta-chain/node
**Actionable comments posted: 0** <details> <summary>🧹 Outside diff range and nitpick comments (2)</summary><blockquote> <details> <summary>cmd/zetacored/root.go (2)</summary><blockquote> `289-3...

View on GitHub

kingpinXD created a review comment on a pull request on zeta-chain/node
I removed the comment as I am not sure what it is referring to

View on GitHub

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

View on GitHub

kingpinXD pushed 1 commit to genesis-export zeta-chain/node

View on GitHub

kingpinXD pushed 1 commit to genesis-export zeta-chain/node

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

kingpinXD pushed 1 commit to genesis-export zeta-chain/node
  • modify comments on appExport 33866a5

View on GitHub

kingpinXD created a branch on zeta-chain/node

genesis-export - ZetaChain’s blockchain node and an observer validator client

fbac pushed 1 commit to feat/staking-distribute-function zeta-chain/node

View on GitHub

coderabbitai[bot] created a review comment on a pull request on zeta-chain/node
_:warning: Potential issue_ **Add unit tests for coin minting failure** The minting of coins is a critical operation, and error handling at lines 68-72 should be thoroughly tested. This will ensu...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on zeta-chain/node
_:warning: Potential issue_ **Safely assert `evm.StateDB` to `ExtStateDB`** Directly asserting `evm.StateDB` to `ptypes.ExtStateDB` without checking can lead to a panic if the assertion fails. To...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on zeta-chain/node
_:hammer_and_wrench: Refactor suggestion_ **Provide context when returning errors** When an error occurs during `addStakeLog`, it's beneficial to wrap the error with additional context. This prac...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on zeta-chain/node
_:warning: Potential issue_ **Handle potential error from `method.Outputs.Pack`** While it's uncommon, `method.Outputs.Pack` can return an error. Ignoring this potential error might lead to unhan...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on zeta-chain/node
_:warning: Potential issue_ **Return error as value instead of pointer for consistency** In Go, it's standard practice to return errors as values rather than pointers. Currently, the error `ptype...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on zeta-chain/node
_:hammer_and_wrench: Refactor suggestion_ **Increase unit test coverage for critical code paths** The static analysis indicates that several sections of newly added code are not covered by unit t...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on zeta-chain/node
_:hammer_and_wrench: Refactor suggestion_ **Use defined error type instead of generic error** The error returned when the caller's address does not match the staker's address is created using `fm...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on zeta-chain/node
_:hammer_and_wrench: Refactor suggestion_ **Improve error message for unauthorized caller** The current error message `"caller is not staker address"` lacks specificity. Including the caller and ...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on zeta-chain/node
_:warning: Potential issue_ **Validate that `amount` is greater than zero** There is no check to ensure that the `amount` to redelegate is positive. This could lead to unintended behavior or erro...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on zeta-chain/node
_:warning: Potential issue_ **Add unit tests for the `MoveStake` method** The `MoveStake` method is not currently covered by unit tests, as indicated by static analysis tools. Comprehensive tests...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on zeta-chain/node
_:hammer_and_wrench: Refactor suggestion_ **Refactor repetitive argument type checks** The repeated code blocks for validating argument types reduce code maintainability and increase the potentia...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on zeta-chain/node
_:warning: Potential issue_ **Safely perform type assertion to prevent potential panics** In line 70, the type assertion `stateDB := evm.StateDB.(ptypes.ExtStateDB)` is performed without a check....

View on GitHub

coderabbitai[bot] created a review comment on a pull request on zeta-chain/node
_:hammer_and_wrench: Refactor suggestion_ **Increase test coverage for argument validation logic** Static analysis indicates that lines 24-30 are not covered by tests. To ensure the `Unstake` met...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on zeta-chain/node
_:warning: Potential issue_ **Handle potential errors from `method.Outputs.Pack` to ensure reliability** The call to `method.Outputs.Pack` in line 76 does not check for errors. Although errors fr...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on zeta-chain/node
_:warning: Potential issue_ **Ensure consistent error handling by returning error values instead of pointers** In line 26, the code returns a pointer to an error struct using `&(ptypes.ErrInvalid...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on zeta-chain/node
_:hammer_and_wrench: Refactor suggestion_ **Standardize unauthorized caller error handling for clarity and consistency** The error message `"caller is not staker address"` in line 40 provides lim...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on zeta-chain/node
_:bulb: Codebase verification_ Based on the test implementations found, I can now provide a final response about the test descriptions. **Test descriptions should specify ZRC20 token distribution...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on zeta-chain/node
_:warning: Potential issue_ **Enable comprehensive test coverage.** The commented-out test cases cover critical scenarios that should be tested: - Read-only mode validation - Validator existence ...

View on GitHub

Load more