Ecosyste.ms: Timeline

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

zeta-chain/node

gartnera deleted a branch zeta-chain/node

fix-sol-gateway-address-update

gartnera closed a pull request on zeta-chain/node
fix: SetGatewayAddress might set invalid gateway address
# Description Fixed the issue in method `SetGatewayAddress` and add unit test. # How Has This Been Tested? <!--- Please describe the tests that you ran to verify your changes. Include inst...
github-merge-queue[bot] pushed 1 commit to develop zeta-chain/node
  • fix: SetGatewayAddress might set invalid gateway address (#3030) * fix SetGatewayAddress * add changelog entry * f... 93ebef4

View on GitHub

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

gh-readonly-queue/develop/pr-3030-0f8a4c20d0c54ad9b89b253c55a35a9951477d17

kingpinXD opened a draft pull request on zeta-chain/node
test: simulation import and export
# 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. -...
github-merge-queue[bot] created a branch on zeta-chain/node

gh-readonly-queue/develop/pr-3030-0f8a4c20d0c54ad9b89b253c55a35a9951477d17 - ZetaChain’s blockchain node and an observer validator client

gartnera pushed 15 commits to upgrade-go-ethereum 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
  • test(precompiles): add missing test in staking (#3017) * test(precompiles): add missing test in staking * remove re... 920779b
  • chore(precompiles): disable stake, unstake and moveStake (#3010) * GH3005: disable stake, unstake and moveStake * e... 05c0769
  • feat: add fungible keeper ability to lock/unlock ZRC20 tokens (#2979) * feat: add lockZRC20 capability to fungible k... 72b517d
  • ci: remove v2 migration test from scheduled CI and release workflow (#3013) 923b936
  • feat: erc20 auth calls (#3012) * bump protocol contracts to use erc20 auth calls * bump protocol contracts and fix ... 9347165
  • fix: support `depositAndCall` and `withdrawAndCall` with empty message (#3018) * add no message tests * add is cros... 41ec117
  • docs(rfc): non-evm chain memo design standard (#2963) * upload non-evm chain memo design doc * add changelog entry ... 3aa68fe
  • test: add simulation tests (#2947) * debug sim test * start modifuing for v50 * add sim test v1 * add sim export ... 0f8a4c2
  • tolerate go-etehreum changes 9f51403
  • tolerate 1.13 changes 629a5aa
  • fix eth proof trie initilization d9b1618
  • fix go-ethereum spc c317bbf
  • lint fix ab8dda8

View on GitHub

gartnera pushed 1 commit to upgrade-go-ethereum zeta-chain/node

View on GitHub

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

gh-readonly-queue/develop/pr-3030-0f8a4c20d0c54ad9b89b253c55a35a9951477d17

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

gh-readonly-queue/develop/pr-3030-0f8a4c20d0c54ad9b89b253c55a35a9951477d17 - ZetaChain’s blockchain node and an observer validator client

lumtis created a review comment on a pull request on zeta-chain/node
Should be rather called `TestBitcoinDepositAndRevert` as we don't call anything on Bitcoin

View on GitHub

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

View on GitHub

github-actions[bot] published a release on zeta-chain/node
v20.0.4
# CHANGELOG ## v20.0.0 ### Features * [2578](https://github.com/zeta-chain/node/pull/2578) - add Gateway address in protocol contract list * [2630](https://github.com/zeta-chain/node/pull/2630) ...
github-actions[bot] created a tag on zeta-chain/node

v20.0.4 - ZetaChain’s blockchain node and an observer validator client

CryptoFewka deleted a branch zeta-chain/node

v20-stop-dht-after-5min

CryptoFewka pushed 1 commit to release/v20 zeta-chain/node
  • stop dht after 5 min (#3032) a43b69e

View on GitHub

CryptoFewka closed a pull request on zeta-chain/node
fix: stop dht after 5min
# Description use this go-tss branch: https://github.com/zeta-chain/go-tss/commits/v20-stop-dht-after-5min/ # How Has This Been Tested? <!--- Please describe the tests that you ran to veri...
ws4charlie created a review on a pull request on zeta-chain/node

View on GitHub

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

View on GitHub

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

View on GitHub

gartnera pushed 1 commit to upgrade-go-ethereum zeta-chain/node

View on GitHub

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

View on GitHub

1337-ishaan created a comment on an issue on zeta-chain/node
@ws4charlie, We are currently using mempool apis for the fees, let me try moving it to blockstream (because blockcypher doesn't work well sometimes & their support team isn't active) Thanks for ...

View on GitHub

github-actions[bot] created a comment on a pull request on zeta-chain/node
<!-- add-pr-comment:add-pr-comment --> *!!!WARNING!!!* `nosec` detected in the following files: tests/simulation/sim/sim_state.go Be very careful about using `#nosec` in code. It can be a quick w...

View on GitHub

ws4charlie pushed 1 commit to fix-sol-gateway-address-update 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/3031?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

gartnera opened a draft pull request on zeta-chain/node
chore: upgrade go-ethereum
# Description Use https://github.com/zeta-chain/ethermint/pull/141 # How Has This Been Tested? <!--- Please describe the tests that you ran to verify your changes. Include instructions and...
gartnera created a branch on zeta-chain/node

upgrade-go-ethereum - 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_ **Add error handling verification.** The test should verify the error returned by `SetGatewayAddress` for invalid addresses. This ensures the error handling behavior i...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on zeta-chain/node
_:hammer_and_wrench: Refactor suggestion_ **Consider making the helper function more flexible.** The `signerCreator` helper function could be more reusable by accepting parameters for chain and c...

View on GitHub

Load more