Ecosyste.ms: Timeline

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

warden-protocol/wardenprotocol

coderabbitai[bot] created a review on a pull request on warden-protocol/wardenprotocol
**Actionable comments posted: 0** <details> <summary>🧹 Outside diff range and nitpick comments (1)</summary><blockquote> <details> <summary>docs/developer-docs/docs/build-an-app/deploy-smart-cont...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Use consistent acronym casing for field names** According to Go naming conventions, acronyms should be fully capitalized. Consider renaming the field `...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Use consistent acronym casing for type names** Per Go naming conventions, acronyms should be fully capitalized. Consider renaming `GrpcNodeConfig` to `...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Rename loop variable for clarity** The loop variable `grpcUrl` represents a `GrpcNodeConfig` object, not a URL string. Rename it to `grpcConfig` for cl...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **Correct logging of gRPC URL** In the log statement, `grpcNodeConfig` is a struct and should not be logged directly as the URL. Replace it with `grpcNodeConfig.GRPCUR...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **Use consistent naming for acronyms** According to the [Uber Go Style Guide](https://github.com/uber-go/guide/blob/master/style.md#package-names), acronyms should be ...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Simplify 'Ingested' method by eliminating temporary variable** The `Ingested` method can be simplified by removing the `value` temporary variable and a...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Consider renaming 'hashSet' to 'stringSet'** The type `hashSet` represents a set of strings. Renaming it to `stringSet` can improve code readability by...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Rename 'Ingested' method to 'Ingest' for clarity** Method names should be verbs in imperative form to describe actions. Renaming `Ingested` to `Ingest`...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **Avoid casting 'threshold' from 'uint' to 'int'** In the `HasReachedConsensus` method, `threshold` is of type `uint`, but it is cast to `int` in the comparison. Casti...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Use 'URL' instead of 'Url' in 'nodeUrl'** According to Go naming conventions and the [Uber Go Style Guide](https://github.com/uber-go/guide/blob/master...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **Potential race condition in consensus check.** The consensus check and channel push operation are not atomic. Multiple goroutines could simultaneously determine that...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Consider making the request timeout configurable.** The 5-second timeout is hardcoded. Consider moving this to the configuration to allow adjusting bas...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Enhance example to demonstrate multi-node configuration.** The current example doesn't effectively showcase the new multi-node capability mentioned in ...

View on GitHub

coderabbitai[bot] created a review on a pull request on warden-protocol/wardenprotocol
**Actionable comments posted: 13** <details> <summary>🧹 Outside diff range and nitpick comments (13)</summary><blockquote> <details> <summary>keychain-sdk/example_keychain_test.go (1)</summary><b...

View on GitHub

coderabbitai[bot] created a review on a pull request on warden-protocol/wardenprotocol
**Actionable comments posted: 13** <details> <summary>🧹 Outside diff range and nitpick comments (13)</summary><blockquote> <details> <summary>keychain-sdk/example_keychain_test.go (1)</summary><b...

View on GitHub

jjheywood deleted a branch warden-protocol/wardenprotocol

maintenance-fix

jjheywood pushed 1 commit to main warden-protocol/wardenprotocol
  • fix(spaceward): fix for maintenance mode issue in chiado (#950) 48e4d05

View on GitHub

github-actions[bot] created a comment on a pull request on warden-protocol/wardenprotocol
Hey @jjheywood and thank you for opening this pull request! 👋🏼 It looks like you forgot to add a changelog entry for your changes. Make sure to add a changelog entry in the 'CHANGELOG.md' file.

View on GitHub

coderabbitai[bot] created a comment on a pull request on warden-protocol/wardenprotocol
<!-- 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

backsapc pushed 50 commits to feature/683-keychain-sdk-configure-multiple-nodes-endpoints warden-protocol/wardenprotocol
  • Docs tokens improvements (#825) * improved the style in the Tokens secion, deleted a duplicate * a minor fix *... 6370301
  • 779 handle approve reject expressions (#812) * - Extend RulesRegistry with Approve/Reject expressions. - Set expres... 3d09dac
  • #730 `x/act` rename rule to template (#827) * - Extend RulesRegistry with Approve/Reject expressions. - Set express... f609b2e
  • Chore(spaceward): Fixed image a5bbb07
  • Сlean-ups after x/act updates (#834) * - Extend RulesRegistry with Approve/Reject expressions. - Set expressions wi... e125ebd
  • Revert "Сlean-ups after x/act updates (#834)" (#837) 8853239
  • Сlean-ups after x/act updates (#838) * Revert "Revert "Сlean-ups after x/act updates (#834)" (#837)" This reverts... 5e145f1
  • rm template_id fields (#840) * rm template_id fields * fix * update changelog * fix tests * update warde... 72b95f3
  • reject tests (#835) * add approve/reject rules to - UpdateSpace - UpdateKey * fix: use rejected votes in TryRej... 71b232d
  • feat(spaceward): add approve intent block; fix updated types (#843) * Fixed updated types; Added approve action sid... 3fc8514
  • feat(spaceward): fixed types in transactions (#845) * Fixed updated types; Added approve action sidebar block; *... 1206dea
  • restructure and updates in the keychain secion, moved the run a local… (#829) * restructure and updates in the keych... 044e9e3
  • Docs local chain and more (#860) * fixes in run a local chain, create a keychain, etc. * more fixes related to th... 23df61e
  • feat(ci): improve vulnerability scanning (#855) 17b678c
  • feat(spaceward): qa bugfixes (#862) * fix https://github.com/warden-protocol/wardenprotocol/issues/856 fix https://... f37f77a
  • chore(snap): updated metamask snap version (#876) f82a940
  • feat(spaceward): technical debt (#868) * add more evm chains * fix https://github.com/warden-protocol/wardenproto... 019809a
  • feat(spaceward): fix qa issues (#877) * fixes https://github.com/warden-protocol/wardenprotocol/issues/869; add miss... 9a954da
  • fix(spaceward): Fix main background color on light theme (#863) d03dd04
  • Fix release build for linux amd64 6d14112
  • and 30 more ...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **Fix typo in configuration field name** There's a typo in the field name: "mininmum-gas-prices" should be "minimum-gas-prices". ```diff - These commands will updat...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **Fix duplicate word** Remove the duplicate word "the" in the sentence. ```diff - These commands will update the the `[statesync]` section in `$HOME/.warden/config....

View on GitHub

coderabbitai[bot] created a review on a pull request on warden-protocol/wardenprotocol
**Actionable comments posted: 2** <details> <summary>🧹 Outside diff range and nitpick comments (1)</summary><blockquote> <details> <summary>docs/developer-docs/docs/operate-a-node/chiado-testnet/...

View on GitHub

coderabbitai[bot] created a review on a pull request on warden-protocol/wardenprotocol
**Actionable comments posted: 2** <details> <summary>🧹 Outside diff range and nitpick comments (1)</summary><blockquote> <details> <summary>docs/developer-docs/docs/operate-a-node/chiado-testnet/...

View on GitHub

vercel[bot] created a comment on a pull request on warden-protocol/wardenprotocol
[vc]: #dunwl93naiqFfySzSoadoL8gDqMCpBZ3GmGQq8oa+WY=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJ3YXJkZW4taGVscC1jZW50ZXIiLCJyb290RGlyZWN0b3J5IjoiZG9jcy9oZWxwLWNlbnRlc...

View on GitHub

dependabot[bot] opened a pull request on warden-protocol/wardenprotocol
build(deps): bump the npm_and_yarn group across 4 directories with 6 updates
Bumps the npm_and_yarn group with 5 updates in the /docs/developer-docs directory: | Package | From | To | | --- | --- | --- | | [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages...
dependabot[bot] created a branch on warden-protocol/wardenprotocol

dependabot/npm_and_yarn/docs/developer-docs/npm_and_yarn-c7cb5fdd09 - Monorepo for the Warden Protocol.

Load more