Skip to content

Commit

Permalink
feat: friendships (#11)
Browse files Browse the repository at this point in the history
* remove local protocol

* remove seed tests

* deps

* db migrations and queries

* components and business logic

* tests

* normalize addresses

* remove lower()

* fix tests

* ports no longer used
  • Loading branch information
lauti7 authored Apr 24, 2024
1 parent e9233dc commit caa156d
Show file tree
Hide file tree
Showing 20 changed files with 1,580 additions and 2,778 deletions.
30 changes: 0 additions & 30 deletions Makefile

This file was deleted.

158 changes: 0 additions & 158 deletions friendships_ea.proto

This file was deleted.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"@well-known-components/test-helpers": "^1.5.6",
"nodemon": "^3.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
"typescript": "^5.4.2",
"@types/redis": "^4.0.11"
},
"prettier": {
"printWidth": 120,
Expand All @@ -29,7 +30,7 @@
},
"dependencies": {
"@dcl/platform-crypto-middleware": "^1.0.2",
"@dcl/protocol": "^1.0.0-2569677750.commit-6ce832a",
"@dcl/protocol": "^1.0.0-8789372854.commit-f692c7a",
"@dcl/rpc": "^1.1.2",
"@well-known-components/env-config-provider": "^1.2.0",
"@well-known-components/fetch-component": "^2.0.2",
Expand All @@ -40,6 +41,9 @@
"@well-known-components/pg-component": "^0.2.2",
"@well-known-components/uws-http-server": "^0.0.1-20240314125425.commit-711dd8f",
"fp-future": "^1.0.1",
"mitt": "^3.0.1",
"redis": "^4.6.13",
"sql-template-strings": "^2.2.2",
"ws": "^8.16.0"
}
}
Loading

0 comments on commit caa156d

Please sign in to comment.