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 branch on zeta-chain/node

docs/readme-protocol-contracts - ZetaChain’s blockchain node and an observer validator client

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

View on GitHub

fbac created a review comment on a pull request on zeta-chain/node
That `AdminAddress` was actually there before this PR. It appears as a change as I removed some unused code like the init() function.

View on GitHub

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

View on GitHub

lumtis created a review comment on a pull request on zeta-chain/node
Can we instead tweak the test to check it reverts?

View on GitHub

coderabbitai[bot] created a review on a pull request on zeta-chain/node
> [!CAUTION] > Inline review comments failed to post **Actionable comments posted: 1** <details> <summary>🧹 Outside diff range and nitpick comments (4)</summary><blockquote> <details> <summary>p...

View on GitHub

fbac pushed 1 commit to GH3005/disable-stake-unstake-movestake zeta-chain/node
  • GH3005: disable stake, unstake and moveStake 01934cc

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/3010?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

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 opened a pull request on zeta-chain/node
GH3005: disable stake, unstake and moveStake
# Description Closes https://github.com/zeta-chain/node/issues/3005. Opened https://github.com/zeta-chain/node/issues/3009. # How Has This Been Tested? <!--- Please describe the tests tha...
fbac opened an issue on zeta-chain/node
Enable `stake`, `unstake` and `moveStake`
**Describe the Issue** The three staking methods were disabled as part of https://github.com/zeta-chain/node/issues/3005 for legal reasons. Re-enable them when the legal constraints are solved.
fbac created a branch on zeta-chain/node

GH3005/disable-stake-unstake-movestake - ZetaChain’s blockchain node and an observer validator client

codecov[bot] created a comment on a pull request on zeta-chain/node
## [Codecov](https://app.codecov.io/gh/zeta-chain/node/pull/3008?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

ws4charlie created a review comment on a pull request on zeta-chain/node
The `CallOnRevert` and `RevertMessage` will be not used currently by Bitcoin. Let's leave the options consistent with EVM chains. The fields can be easily reused (or repurposed) if needed in future.

View on GitHub

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

View on GitHub

ws4charlie pushed 1 commit to feat-inbound-memo zeta-chain/node
  • fix unit test compile error b3426af

View on GitHub

ws4charlie created a review comment on a pull request on zeta-chain/node
I removed the `sample` package from dependency https://github.com/zeta-chain/node/pull/2987/commits/4f5b1a1f1bc078359bfb411a73ad948f999e3cc5

View on GitHub

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

View on GitHub

ws4charlie pushed 1 commit to feat-inbound-memo zeta-chain/node
  • move sample functions ABIPack, CompactPack into memo pkg self; remove sample package reference from memo to minimize ... 4f5b1a1

View on GitHub

ws4charlie deleted a branch zeta-chain/node

hotfix-v20-polygon-priority-fee

ws4charlie pushed 1 commit to feat-inbound-memo zeta-chain/node
  • move legacy Bitcoin memo decoding to memo package 798f566

View on GitHub

ws4charlie pushed 8 commits to feat-inbound-memo zeta-chain/node
  • 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
  • Merge branch 'develop' into feat-inbound-memo 9bee20b

View on GitHub

ws4charlie created a comment on a pull request on zeta-chain/node
> Looks great, good that we have everything isolated in a package. > > I'm wondering if we could consider having in this package the legacy parsing, getting the address and calldata from a memo ...

View on GitHub

ws4charlie created a review comment on a pull request on zeta-chain/node
added more description https://github.com/zeta-chain/node/pull/2987/commits/d022be1053ebba9c11d5d3d5c51755b3705b4c03

View on GitHub

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

View on GitHub

ws4charlie created a review comment on a pull request on zeta-chain/node
I added the explanation in commit https://github.com/zeta-chain/node/pull/2987/commits/d022be1053ebba9c11d5d3d5c51755b3705b4c03

View on GitHub

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

View on GitHub

ws4charlie created a review comment on a pull request on zeta-chain/node
create a sub folder: https://github.com/zeta-chain/node/pull/2987/commits/d022be1053ebba9c11d5d3d5c51755b3705b4c03

View on GitHub

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

View on GitHub

ws4charlie created a review comment on a pull request on zeta-chain/node
Can you clarify a bit on `not use sample.*?` The tests need to sample data for the encoder/decoder to work on or compare with.

View on GitHub

Load more