Ecosyste.ms: Timeline

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

zeta-chain/node

fbac pushed 1 commit to feat/staking-distribute-function zeta-chain/node
  • add unit testing first batch 35b1c09

View on GitHub

1337-ishaan opened an issue on zeta-chain/node
Bitcoin deposit transaction reverts with "min relay fee not met"
**Describe the Bug** I have been using Zetachain's bitcoin depositFee logic i.e `depositFee = utxoData.fastestFee * 68 * 2 (using mempool api)`, it doesn't work as expected **SOMETIMES** and reve...
lumtis created a review comment on a pull request on zeta-chain/node
It is not really planned right now but as part of https://github.com/zeta-chain/node/issues/1949 this field will likely be removed or generalized for all inbound: type of asset + does it contains a...

View on GitHub

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

View on GitHub

lumtis pushed 8 commits to feat/transferAndCall zeta-chain/node
  • 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
  • gomod 0374c55
  • conflicts c9f1e7a
  • add erc20 withdraw and call no message test 2c8d78e

View on GitHub

lumtis pushed 1 commit to feat/transferAndCall zeta-chain/node
  • intialize a few more test 7f300c9

View on GitHub

jacksoom opened an issue on zeta-chain/node
ValidateEvmTxLog and ValidateEvmTransaction in observer inbound event
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. In ethereum. when a revert occurs, the transaction state changes are thr...
kingpinXD created a review comment on a pull request on zeta-chain/node
you are correct, we dont f8c095d8b9820bc8de07ac0e29c30dce0f991d8c

View on GitHub

kingpinXD pushed 1 commit to debug-sim-genesis zeta-chain/node
  • make basicsmanager private f8c095d

View on GitHub

swift1337 pushed 2 commits to feat/ton-withdrawals zeta-chain/node
  • Implement watchRPCStatus() for TON 55055f3
  • Implement watchGasPrice() for TON 908c722

View on GitHub

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

gh-readonly-queue/develop/pr-3012-923b9364fa6295286a5702e294b67e4b0a1ff26a

github-merge-queue[bot] pushed 1 commit to develop zeta-chain/node
  • feat: erc20 auth calls (#3012) * bump protocol contracts to use erc20 auth calls * bump protocol contracts and fix ... 9347165

View on GitHub

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

gh-readonly-queue/develop/pr-3012-923b9364fa6295286a5702e294b67e4b0a1ff26a - ZetaChain’s blockchain node and an observer validator client

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

View on GitHub

kingpinXD opened an issue on zeta-chain/node
`zetacore` : Node improvements for app.go
This is an epic to track some of the minor improvements that we can do to improve the app.go file for Zetacore
kingpinXD opened an issue on zeta-chain/node
`zetacore` : Create Basic manager from Module manager
Currently, we create the Basic manager separately https://github.com/zeta-chain/zeta-node/blob/74b0ad7c2e62aa94826cebaaf1421e83523f15fb/app/modules.go#L61-L90 This should be refactored to cr...
lumtis created a review comment on a pull request on zeta-chain/node
Yes, for v2 protocol contracts

View on GitHub

lumtis 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
I mean this is the name of the function

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

View on GitHub

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

View on GitHub

ws4charlie created a branch on zeta-chain/node

feat-btc-revert-address - ZetaChain’s blockchain node and an observer validator client

lumtis created a review comment on a pull request on zeta-chain/node
I think the function in `v2_sign.go` should be the minimal bricks that directly pack and sign the requested function without logic how the signed data is structure. I think this logic should be ...

View on GitHub

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

View on GitHub

lumtis pushed 1 commit to feat/transferAndCall 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/3020?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

swift1337 closed an issue on zeta-chain/node
Create a PoC for TON deposit observability
**Describe the Issue** Create a PoC in Go to allow to observe a Deposit on the TON blockchain, later revamped and integrated in the ZetaClient This PR should also include Golang bindings for Gatew...
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: pkg/contracts/ton/coin.go Be very careful about using `#nosec` in code. It can be a quick way to su...

View on GitHub

swift1337 opened a draft pull request on zeta-chain/node
Feat/ton withdrawals
## Changes `TBD` ## Prerequisites - [ ] Refactor to support https://github.com/zeta-chain/protocol-contracts-ton/pull/17 - [ ] Fix Deposit E2E test cases - [ ] Move some gateway-related co...
Load more