Skip to content

Latest commit

 

History

History
435 lines (224 loc) · 18.9 KB

CHANGELOG.md

File metadata and controls

435 lines (224 loc) · 18.9 KB

Change Log

2.0.0-next.14

2.0.0-next.13

2.0.0-next.12

2.0.0-next.11

2.0.0-next.10

2.0.0-next.9

2.0.0-next.8

2.0.0-next.7

2.0.0-next.6

2.0.0-next.5

Patch Changes

  • #1377 33f50f8a Thanks @alvrs! - Fixed an issue where the TypeScript types for createFaucetService were not exported correctly from the @latticexyz/services package

  • #1219 80a26419 Thanks @ludns! - The build phase of services now works on machines with older protobuf compilers

2.0.0-next.4

2.0.0-next.3

Major Changes

  • #1231 433078c5 Thanks @dk1a! - Reverse PackedCounter encoding, to optimize gas for bitshifts. Ints are right-aligned, shifting using an index is straightforward if they are indexed right-to-left.

    • Previous encoding: (7 bytes | accumulator),(5 bytes | counter 1),...,(5 bytes | counter 5)
    • New encoding: (5 bytes | counter 5),...,(5 bytes | counter 1),(7 bytes | accumulator)
  • #1311 331f0d63 Thanks @alvrs! - Move createFaucetService from @latticexyz/network to @latticexyz/services/faucet.

    - import { createFaucetService } from "@latticexyz/network";
    + import { createFaucetService } from "@latticexyz/services/faucet";

2.0.0-next.2

2.0.0-next.1

Patch Changes

2.0.0-next.0

Patch Changes

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.42.0 (2023-04-13)

Features

1.41.0 (2023-03-09)

Bug Fixes

1.40.0 (2023-03-03)

Features

  • v2 - add store, world and schema-type, cli table code generation (#422) (cb731e0)

BREAKING CHANGES

  • This commit removes the deprecated mud deploy CLI command. Use mud deploy-contracts instead.

1.39.0 (2023-02-22)

Note: Version bump only for package @latticexyz/services

1.38.0 (2023-02-22)

Note: Version bump only for package @latticexyz/services

1.37.1 (2023-02-17)

Note: Version bump only for package @latticexyz/services

1.37.0 (2023-02-16)

Reverts

  • Revert "chore(release): publish v1.37.0" (c934f53)

1.36.1 (2023-02-16)

Note: Version bump only for package @latticexyz/services

1.35.0 (2023-02-15)

Note: Version bump only for package @latticexyz/services

1.34.0 (2023-01-29)

Note: Version bump only for package @latticexyz/services

1.33.1 (2023-01-12)

Note: Version bump only for package @latticexyz/services

1.33.0 (2023-01-12)

Note: Version bump only for package @latticexyz/services

1.32.0 (2023-01-06)

Note: Version bump only for package @latticexyz/services

1.31.3 (2022-12-16)

Note: Version bump only for package @latticexyz/services

1.31.2 (2022-12-15)

Note: Version bump only for package @latticexyz/services

1.31.1 (2022-12-15)

Note: Version bump only for package @latticexyz/services

1.31.0 (2022-12-14)

Features

  • services: twitter verification / linking behind a flag (#274) (60d4ae8)

1.30.1 (2022-12-02)

Note: Version bump only for package @latticexyz/services

1.30.0 (2022-12-02)

Note: Version bump only for package @latticexyz/services

1.29.0 (2022-11-29)

Note: Version bump only for package @latticexyz/services

1.28.1 (2022-11-24)

Note: Version bump only for package @latticexyz/services

1.28.0 (2022-11-20)

Features

  • network: system call stream available in streaming service (0244eb8), closes #254

1.26.0 (2022-11-07)

Features

  • relay: check message data doesn't exceed a configurable limit (#195) (4e35ed3)
  • services: admin endpoint on faucet (#238) (282fd69)

1.25.1 (2022-11-03)

Note: Version bump only for package @latticexyz/services

1.25.0 (2022-11-03)

Note: Version bump only for package @latticexyz/services

1.24.1 (2022-10-29)

Note: Version bump only for package @latticexyz/services

1.24.0 (2022-10-28)

Features

  • v2 endpoint for pruned snapshot that returns entities as raw bytes (#215) (28cce1e)

1.23.1 (2022-10-28)

Note: Version bump only for package @latticexyz/services

1.23.0 (2022-10-26)

Note: Version bump only for package @latticexyz/services

1.22.0 (2022-10-26)

Note: Version bump only for package @latticexyz/services

1.21.0 (2022-10-26)

Note: Version bump only for package @latticexyz/services

1.20.0 (2022-10-22)

Note: Version bump only for package @latticexyz/services

1.19.0 (2022-10-21)

Bug Fixes

  • checksum address / value when pruning snapshot (#214) (64fd178)

1.18.0 (2022-10-21)

Features

  • service stabilizations, send ecs tx on drip, new pruned snapshot endpoint (#204) (d0de185)

1.17.0 (2022-10-19)

Features

1.16.0 (2022-10-19)

Note: Version bump only for package @latticexyz/services

1.15.0 (2022-10-18)

Note: Version bump only for package @latticexyz/services

1.14.2 (2022-10-18)

Note: Version bump only for package @latticexyz/services

1.14.1 (2022-10-18)

Note: Version bump only for package @latticexyz/services

1.14.0 (2022-10-18)

Note: Version bump only for package @latticexyz/services

1.13.0 (2022-10-15)

Note: Version bump only for package @latticexyz/services

1.12.0 (2022-10-12)

Features

  • fail without error on certain checks and other improvements (#202) (f5d565e)

1.11.0 (2022-10-11)

Features

  • relay: check account balance is greater than a configured amount (#194) (1cbbd5b)

1.10.0 (2022-10-11)

Note: Version bump only for package @latticexyz/services

1.9.0 (2022-10-11)

Features

1.8.0 (2022-10-07)

Bug Fixes

  • relay: open stream grpc endpoint not properly closing (#187) (1db4a7d)

Features

1.7.1 (2022-10-06)

Note: Version bump only for package @latticexyz/services

1.7.0 (2022-10-06)

Bug Fixes

  • relay: proper interval rate limiting and flag to control account balance check (#181) (e84ae44)

Features

  • general service improvements (#179) (e0dac83)
  • services: service-side changes for health probes (#183) (da4cf91)

1.6.0 (2022-10-04)

Features

  • flag for sig verification, rate limiting of push, and check for balance when relaying (#175) (0271ac9)

1.5.1 (2022-10-03)

Note: Version bump only for package @latticexyz/services

1.5.0 (2022-10-03)

Features

  • add a stream rpc for message push (#174) (e0aa956)
  • faucet re-drip after tweet, rpc to get time until next drip (#173) (27b08fc)

1.4.1 (2022-10-03)

Note: Version bump only for package @latticexyz/services

1.4.0 (2022-10-03)

Features

  • add signature verification for all client actions via relay service (#167) (7920d6e)
  • faucet improvements (#168) (29d0b91)

1.3.0 (2022-09-30)

Note: Version bump only for package @latticexyz/services

1.2.0 (2022-09-29)

Note: Version bump only for package @latticexyz/services

1.1.0 (2022-09-28)

Features

  • basic faucet service implementation (#163) (3217176)
  • initial implementation of ecs relay service (#157) (140aec3)

1.0.0 (2022-09-27)

Note: Version bump only for package @latticexyz/services

0.16.4 (2022-09-26)

Note: Version bump only for package @latticexyz/services

0.16.3 (2022-09-26)

Note: Version bump only for package @latticexyz/services

0.16.2 (2022-09-26)

Note: Version bump only for package @latticexyz/services

0.16.1 (2022-09-26)

Note: Version bump only for package @latticexyz/services

0.16.0 (2022-09-26)

Note: Version bump only for package @latticexyz/services

0.15.1 (2022-09-23)

Note: Version bump only for package @latticexyz/services

0.15.0 (2022-09-21)

Note: Version bump only for package @latticexyz/services

0.14.2 (2022-09-21)

Note: Version bump only for package @latticexyz/services

0.14.1 (2022-09-21)

Note: Version bump only for package @latticexyz/services

0.14.0 (2022-09-20)

Note: Version bump only for package @latticexyz/services

0.13.0 (2022-09-19)

Note: Version bump only for package @latticexyz/services

0.12.0 (2022-09-16)

Note: Version bump only for package @latticexyz/services

0.11.1 (2022-09-15)

Bug Fixes

  • do not run prepack multiple times when publishing (4f6f4c3)

0.11.0 (2022-09-15)

Note: Version bump only for package @latticexyz/services

0.10.0 (2022-09-14)

Features

  • add chunk snapshot and stream service (#139) (8c9d4b3)

0.9.0 (2022-09-13)

Note: Version bump only for package @latticexyz/services

0.8.1 (2022-08-22)

Bug Fixes

  • start from initialBlockNumber, build settings, fix github actions, and other minor additions (#137) (08eab5c)

0.8.0 (2022-08-22)

Features

0.7.0 (2022-08-19)

Features