Release 0.5.0
- improv: add biome rules and apply them (#341) (47f07ed)
- fix: set max reservation to infinity and change topic weight (#333) (fd6b5cd)
- fix: run node test in ci (#334) (04494a1)
- fix: ip colocation weight to 0 (#340) (0578082)
- deps: upgrade libp2p/ping to 2.0.11 (#339) (9be55c7)
- fix: sign vertices before sending (#337) (8ee5907)
- improve: add more RPC endpoints (#321) (cc7a0d8)
- feat: add ping protocol to avoid connection monitor log (#335) (5fc5269)
- feat: remove operations array from the DRP (#292) (6c23494)
- chore: add kiwi to codeowners (e9f77bf)
- chore: fix wrong command in README (0e817b2)
- deps: bump libp2p/websockets to 9.1.1 (#322) (730ac9e)
- feat: check writer permission before merging (#303) (155f976)
- feat: use Kahn's algorithm for finding toposort (#312) (ce3277b)
- feat: handle acl operations (#311) (79133d0)
- chore(deps): bump commander from 12.1.0 to 13.0.0 (#308) (1beba5e)
- feat: add timestamp to vertex (#288) (b2a0f38)
- fix: sign vertex hash instead of vertex operation (#300) (4220e72)
- feat: add coverage (#290) (87bb515)
- refactor: change nodeId to peerId (#298) (d6e3dfa)
- fix: deep cloning state and original drp (#296) (89454ae)
- fix: enable temporarily just bootstray2 (4bce724)
What's Changed
- fix: deep cloning state and original drp by @JanLewDev in #296
- refactor: change nodeId to peerId by @trungnotchung in #298
- feat: add coverage by @anhnd350309 in #290
- fix: sign vertex hash instead of vertex operation by @trungnotchung in #300
- feat: add timestamp to vertex by @magnified103 in #288
- chore(deps): bump commander from 12.1.0 to 13.0.0 by @dependabot in #308
- feat: handle acl operations by @trungnotchung in #311
- feat: use Kahn's algorithm for finding toposort by @winprn in #312
- feat: check writer permission before merging by @trungnotchung in #303
- deps: bump libp2p/websockets to 9.1.1 by @d-roak in #322
- feat: remove operations array from the DRP by @JanLewDev in #292
- feat: add ping protocol to avoid connection monitor log by @sfroment in #335
- improve: add more RPC endpoints by @winprn in #321
- fix: sign vertices before sending by @trungnotchung in #337
- deps: upgrade libp2p/ping to 2.0.11 by @sfroment in #339
- fix: ip colocation weight to 0 by @sfroment in #340
- fix: run node test in ci by @sfroment in #334
- fix: set max reservation to infinity and change topic weight by @sfroment in #333
- improv: add biome rules and apply them by @winprn in #341
New Contributors
- @anhnd350309 made their first contribution in #290
Full Changelog: v0.4.4...v0.5.0