Ecosyste.ms: Timeline

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

zeta-chain/node

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

View on GitHub

fbac pushed 3 commits to GH3005/disable-stake-unstake-movestake zeta-chain/node
  • docs: update readme with new protocol contract directories (#3011) 7b2bbe7
  • feat: standard non-evm inbound memo (#2987) * initiated memo package * add unit tests against memo fields version 0... 250b90e
  • Merge branch 'develop' into GH3005/disable-stake-unstake-movestake 3621875

View on GitHub

fbac pushed 1 commit to GH3005/disable-stake-unstake-movestake zeta-chain/node

View on GitHub

fbac pushed 1 commit to GH3005/disable-stake-unstake-movestake zeta-chain/node
  • explicitly check for failed tx when staking 80dfd08

View on GitHub

coderabbitai[bot] created a review comment on a pull request on zeta-chain/node
_:hammer_and_wrench: Refactor suggestion_ **Refine error assertions for reliability** To maintain consistency and reliability in your tests, adjust the error assertions as previously suggested fo...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on zeta-chain/node
_:warning: Potential issue_ **Ensure accurate error comparison for custom error types** In the `Test_MoveStake` function, the assertion `require.ErrorIs(t, err, ptypes.ErrWriteMethod{Method: Move...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on zeta-chain/node
_:hammer_and_wrench: Refactor suggestion_ **Refine error assertions for reliability** To ensure reliable error checking, use predefined error variables or enhance the error type to support compar...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on zeta-chain/node
_:hammer_and_wrench: Refactor suggestion_ **Refine error assertions for reliability** Adjust the error assertions to compare against a consistent error instance or enhance the error type with com...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on zeta-chain/node
_:warning: Potential issue_ **Ensure accurate error comparison for custom error types** In the `Test_Unstake` function, the assertion `require.ErrorIs(t, err, ptypes.ErrWriteMethod{Method: Unstak...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on zeta-chain/node
_:warning: Potential issue_ **Ensure accurate error comparison for custom error types** In the `Test_Stake` function, the assertion `require.ErrorIs(t, err, ptypes.ErrWriteMethod{Method: StakeMet...

View on GitHub

coderabbitai[bot] created a review on a pull request on zeta-chain/node
**Actionable comments posted: 6** <details> <summary>📜 Review details</summary> **Configuration used: .coderabbit.yaml** **Review profile: CHILL** <details> <summary>📥 Commits</summary> Files t...

View on GitHub

coderabbitai[bot] created a review on a pull request on zeta-chain/node
**Actionable comments posted: 6** <details> <summary>📜 Review details</summary> **Configuration used: .coderabbit.yaml** **Review profile: CHILL** <details> <summary>📥 Commits</summary> Files t...

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

fbac created a branch on zeta-chain/node

test/add-missing-staking-test - ZetaChain’s blockchain node and an observer validator client

fbac closed a draft pull request on zeta-chain/node
Refactor/staking precompile write methods
# Description <!--- Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. -...
fbac opened a draft pull request on zeta-chain/node
Refactor/staking precompile write methods
# Description <!--- Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. -...
lumtis opened an issue on zeta-chain/node
Prevent ZetaClient and ZetaCore to observe inbounds when gateway is not setup with right version
**Describe the Issue** In some case a change in the interface and event format will make gateway version and node tightly coupled. To prevent invalid parsing we should allow ZetaCore or ZetaCli...
lumtis opened an issue on zeta-chain/node
Introduce a new type of cctx to authorize depositAndCall and withdrawAndCall without message
**Describe the Issue** Currently the message is what differentiate depositAndCall from deposit and same for withdraw However a depositAndCall could happen without a message. Requires https...
fbac pushed 16 commits to feat/add-lock-zrc20-function-fungible zeta-chain/node
  • refactor: add error field in cctx (#2952) * feat: add error field in cctx * feat: divide messages into status and e... 45a9b05
  • fix: ensure NODE_VERSION and NODE_COMMIT are set for upgrade builds (#2981) 1470fdc
  • feat(ton): TON observer 💎 (#2896) * Use chainParams from base observer * Improve base observer Start() semantics *... b20c3f1
  • fix(e2e): tolerate revert message in both error and status message (#2983) 81fc485
  • chore: use prebuilt bitcoin-node-sidecar (#2989) cb74b25
  • chore: upgrade cosmos-sdk to v0.47.14 (#2980) * chore: upgrade cosmos-sdk to v0.47.14 * update slices.SortFunc usag... a36bc0a
  • docs: move invalid v20 breaking changes (#2986) 95186e0
  • refactor: configure solana chain during e2e setup (#2990) * refactor: configure solana chain during setup * add sol... 404bd96
  • fix(emissions): add nil checks for reward distributions (#2999) * add nil check in beginBlocker * add nil check in ... cb9f348
  • refactor(precompile): do not execute write functions on staticcall (#3001) * refactor(staking): do not execute write... 902554e
  • fix!: tolerate v2 contracts in tss migration tests (#3002) * fix!: tolerate v2 contracts in tss migration tests * f... 09e8c3a
  • fix: fix admin e2e tests and bump protocol contracts (#3006) * bump protocol contracts * fix build and e2e tests *... 2146e4f
  • fix: add legacy messages back to codec (#2909) * add supply field back * legacy messages * add to codec * add mes... ae6ab23
  • docs: update readme with new protocol contract directories (#3011) 7b2bbe7
  • feat: standard non-evm inbound memo (#2987) * initiated memo package * add unit tests against memo fields version 0... 250b90e
  • Merge branch 'develop' into feat/add-lock-zrc20-function-fungible 900da58

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 opened 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...
lumtis created a branch on zeta-chain/node

ci/remove-nightly-v2-migration - ZetaChain’s blockchain node and an observer validator client

lumtis created a review comment on a pull request on zeta-chain/node
We will implement the`distribute` and `claimRewards` as part of staking precompile, these methods can be enabled, not the same issues as staking

View on GitHub

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

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/3012?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 created a review on a pull request on zeta-chain/node

View on GitHub

ws4charlie deleted a branch zeta-chain/node

feat-inbound-memo

ws4charlie closed a pull request on zeta-chain/node
feat: standard non-evm inbound memo
# Description - [x] Created struct type `InboundMemo` as the standard memo. - [x] Implemented two APIs `EncodeToBytes` and `DecodeFromBytes` according to [rfc PR](https://github.com/zeta-chain/...
github-merge-queue[bot] deleted a branch zeta-chain/node

gh-readonly-queue/develop/pr-2987-7b2bbe763d7a180befc8254b0cf3142e8c1b5d60

github-merge-queue[bot] pushed 1 commit to develop zeta-chain/node
  • feat: standard non-evm inbound memo (#2987) * initiated memo package * add unit tests against memo fields version 0... 250b90e

View on GitHub

Load more