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

chore: set living ADRs of adopted ones #274

Merged
merged 3 commits into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions content/ADR-133-scene-runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2022-11-17
title: Scene runtime definition
authors:
- menduz
status: Draft
status: Living
type: Standards Track
spdx-license: CC0-1.0
---
Expand Down Expand Up @@ -69,7 +69,6 @@ The runtime for the SDK7 is compatible with [CommonJS](https://en.wikipedia.org/

The exposed RPC modules are defined in the [protocol repository](https://github.com/decentraland/protocol/blob/main/proto/decentraland/kernel/apis/engine_api.proto).

> TODO: define and document naming conventions about code generation for modules
leanmendoza marked this conversation as resolved.
Show resolved Hide resolved

```ts
// `require` instantiates a proxy to a RPC module. Every exposed function
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: adr
adr: 144
title: Realm resolution from connection string
date: 2022-12-13
status: Review
status: Living
type: Standards Track
spdx-license: CC0-1.0
authors:
Expand Down
2 changes: 1 addition & 1 deletion content/ADR-200-raycast-sdk-component.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: adr
adr: 200
title: Raycasting Component for SDK
date: 2023-03-14
status: Draft # pick one of these
status: Living
type: Standards Track
spdx-license: CC0-1.0
authors:
Expand Down
2 changes: 1 addition & 1 deletion content/ADR-214-pointer-events-sdk-component.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: adr
adr: 214 # replace this number for the PR or ISSUE number
title: PointerEvents SDK Component & Input system
date: 2023-04-17
status: Draft # pick one of these
status: Living
type: Standards Track
spdx-license: CC0-1.0
authors:
Expand Down
2 changes: 1 addition & 1 deletion content/ADR-215-gltfcomponent-sdk-component.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: adr
adr: 215
title: GltfContainer SDK Component
date: 2020-02-20
status: Draft # pick one of these
status: Living
type: Standards Track
spdx-license: CC0-1.0
authors:
Expand Down
2 changes: 1 addition & 1 deletion content/ADR-219-static-entities.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: adr
adr: 219
title: Reserved & Static Entities
date: 2023-04-19
status: Draft
status: Living
type: Standards Track
spdx-license: CC0-1.0
authors:
Expand Down
2 changes: 1 addition & 1 deletion content/ADR-245-player-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: adr
adr: 245
title: Player Components
date: 2023-08-22
status: Review
status: Living
type: Standards Track
spdx-license: CC0-1.0
authors:
Expand Down
Loading