Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: codebase check #261

Merged
merged 22 commits into from
Dec 3, 2024
Merged

refactor: codebase check #261

merged 22 commits into from
Dec 3, 2024

Conversation

d-roak
Copy link
Member

@d-roak d-roak commented Nov 18, 2024

  • rename topology protocol/CRO to DRP
  • rm unused stuff
  • apply linter suggestions for protobuf
  • add biome to package.json
  • make drp message protocol string for libp2p global (Enhancement : Make protocol string global  #244)
  • added config objects in the packages that it was missing
  • use the same log pattern everywhere
  • build dynamically all examples in the CI

@d-roak d-roak marked this pull request as ready for review November 29, 2024 07:08
Copy link
Contributor

@JanLewDev JanLewDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few places with old naming

packages/node/src/handlers.ts Outdated Show resolved Hide resolved
packages/node/src/index.ts Outdated Show resolved Hide resolved
packages/node/src/index.ts Outdated Show resolved Hide resolved
import { NetworkPb } from "@ts-drp/network";
import { type DRPObject, ObjectPb } from "@ts-drp/object";
import { drpMessagesHandler, drpObjectChangesHandler } from "./handlers.js";
import { type DRPNode, log } from "./index.js";

/* Object operations */
enum OPERATIONS {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Below is unchanged code still with cro

README.md Outdated Show resolved Hide resolved
@d-roak d-roak merged commit 76d22c9 into main Dec 3, 2024
12 checks passed
@d-roak d-roak deleted the refactor/codebase-check branch December 5, 2024 04:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants