Commit Graph

985 Commits

Author SHA1 Message Date
adityapk00
50d13c02ea chore: v1.5.6 release (#1433) @farcaster/hubble@1.5.6 @farcaster/core@0.12.10 @farcaster/hub-nodejs@0.10.10 2023-09-27 12:00:29 -05:00
adityapk00
4809c9c8aa fix: Add HTTP API port in docker compose (#1431) 2023-09-27 11:06:00 -05:00
adityapk00
f163fa3d12 chore: Remove yarn status (#1426) 2023-09-27 11:04:43 -05:00
Panayotis Vryonis
fc06d4faff Set rpc/gossip ports using env variables (#1430) 2023-09-27 10:48:46 -05:00
adityapk00
f743a4306e feat: Allow setting cors for http API (#1428)
* feat: Allow setting cors for http API

* lint
2023-09-26 11:38:16 -05:00
adityapk00
2f4a64eb45 fix: Use "from_id" for fname server params (#1427) 2023-09-26 11:23:12 -05:00
Sanjay
f0ad204e52 feat: Repair sync trie when events and fnames are already present (#1424)
* feat: Include events and fnames when rebuilding the sync trie

* Repair sync trie when events and proofs are already present

* Add changeset
2023-09-25 16:00:15 -07:00
Manan
6a526b732f chore: read --rpc-subscribe-per-ip-limit from the env file (#1421) 2023-09-25 15:40:35 -07:00
Manan
10a6c3fe26 fix: match type on reaction remove (#1423) 2023-09-25 15:33:50 -07:00
Sanjay
fb1f5c61cf feat: Support onchain events and fnames in sync trie (#1417)
* feat: Support onchain events and fnames in sync trie

* changeset

* fix flaky test
2023-09-25 09:04:55 -07:00
adityapk00
bc4a136683 fix: Add info to http API and other doc fixes (#1420) 2023-09-25 10:48:08 -05:00
adityapk00
833d965147 fix: hubble.sh - Dont delete before overwriting (#1419)
Fixed #1395
2023-09-24 10:33:11 -05:00
adityapk00
a61cfb952e docs: Fix broken links (#1418) 2023-09-23 10:23:23 -05:00
adityapk00
aeab5a4ce5 docs: Refactor HTTP API docs (#1416) 2023-09-22 09:46:20 -05:00
adityapk00
31641c176b fix: Bound generated timestamps for tests (#1415) 2023-09-22 09:18:02 -05:00
adityapk00
aa6553b196 [wip] feat: Enable HTTP API Server (#1405) 2023-09-22 08:09:11 -05:00
Sanjay
4b99eddb07 [feat] Support fname and onChainEvent SyncIds (#1414)
* feat: Support fname and onChainEvent SyncIds

* changeset
2023-09-22 00:35:20 -07:00
Sanjay
dd4aec316b chore: Release 1.5.5 (#1412) @farcaster/hubble@1.5.5 @farcaster/core@0.12.9 @farcaster/hub-nodejs@0.10.9 @farcaster/hub-web@0.6.5 2023-09-20 16:34:06 -07:00
Sanjay
b8593373ed fix: Support reading grafana creds from env file (#1410) 2023-09-20 15:51:06 -07:00
Sanjay
20062ceb12 chore: cleanup links store limit default (#1409) 2023-09-20 09:17:50 -07:00
Sanjay
13b4144a59 feat: add autouprade to hubble.sh (#1404)
* feat: add autoupgrade to hubble.sh

* Fix tests
2023-09-20 08:47:37 -07:00
adityapk00
0bc82ce42c fix: Fix tests due to LINK storage change (#1406) 2023-09-20 10:23:28 -05:00
adityapk00
e8b2dafae3 Fix: Fix flaky pruneMessagesJob test (#1402) 2023-09-19 16:32:08 -05:00
adityapk00
8cd6b59f07 feat: HTTP API server (#1396) 2023-09-19 15:45:58 -05:00
adityapk00
d8453b5117 feat: Move sync trie to worker thread (#1392) 2023-09-18 11:40:18 -05:00
adityapk00
520843baf4 feat: Move libp2p to worker thread (#1386) 2023-09-16 13:51:57 -07:00
adityapk00
a232963ce2 fix: Cleanup old snapshots from S3 (#1391) 2023-09-15 15:30:10 -05:00
adityapk00
7b438e6237 test: Add 2 hubble sync+gossip test (#1390) 2023-09-15 12:26:34 -05:00
adityapk00
7cbd77eeb5 test: Add e2e test for hubble startup (#1389) 2023-09-15 10:36:01 -05:00
Sanjay
7e2a66e581 [feat] Add a function to parse timestamp from the eventId (#1388) 2023-09-14 16:34:14 -07:00
Sanjay
a6747f498c [docs] Update docs post migration (#1384)
* docs: Update docs post migration

* Update docs readme with auto generate instructions
2023-09-13 14:39:08 -07:00
adityapk00
82c996af64 fix: Grafana sync times are blank for longer time ranges (#1385) 2023-09-13 12:47:26 -05:00
Sanjay
d77970b110 [chore] Delete pre-migration code (#1369)
* Remove deprecated RPC methods

* Delete unused code

* Delete unused code

* Fix store tests

* Fix more tests

* changeset

* Remove more signer code

* Remove unused signature scheme
2023-09-12 11:11:21 -07:00
Sanjay
87ec4c3db0 chore: release 1.5.4 (#1383) @farcaster/hubble@1.5.4 @farcaster/hub-nodejs@0.10.8 @farcaster/core@0.12.8 2023-09-11 21:54:09 -07:00
Sanjay
4893e02db9 fix: Update links store size to be 2500 in the future (#1382)
* fix: Update links store size to be 2500 in the future

* Changeset
2023-09-11 14:51:29 -07:00
adityapk00
bc04a8545a fix: Remove "id" and set to null when installing grafana dashboard (#1381) 2023-09-11 12:47:14 -05:00
adityapk00
8df8be3745 chore: Add docker to release instructions (#1378) 2023-09-11 11:49:26 -05:00
adityapk00
471e422f40 chore: Release v1.5.3 (#1377) @farcaster/hubble@1.5.3 @farcaster/hub-web@0.6.4 @farcaster/hub-nodejs@0.10.7 @farcaster/core@0.12.7 2023-09-11 11:32:05 -05:00
adityapk00
5dc7d113d0 chore: Remove GossipNodeMetricsRecorder (#1375) 2023-09-11 11:06:32 -05:00
adityapk00
8d21803e07 feat: Add "up" and "down" commands to hubble.sh (#1372) 2023-09-09 08:56:07 -07:00
Sanjay
79e23bf85e fix: Fix edge case where txIndex is the same as logIndex (#1368) 2023-09-08 15:40:02 -07:00
adityapk00
0805122c55 fix: Bugfix grafana dashboard didn't show incoming sync (#1367) 2023-09-08 13:07:02 -05:00
adityapk00
7daaae4f21 fix: Fetch ipv4 first for public IP (#1366) 2023-09-08 11:48:17 -05:00
adityapk00
cc8994b33d fix: remove outdated CLI args (#1365) 2023-09-08 11:13:15 -05:00
adityapk00
ac1f6ac20e fix: Fetch envoy config during hubble.sh (#1364) 2023-09-08 10:01:12 -05:00
adityapk00
b36eef2010 fix: Extract snapshot while downloading (#1363) 2023-09-08 09:54:10 -05:00
adityapk00
baf983f7ea fix: Consume FID rate limit only after merge (#1361) 2023-09-08 09:17:15 -05:00
Sanjay
08b652edd5 fix: Fix onchain event dedup bug (#1354)
* fix: Correct on-chain event dedup bug

* Handle secondary indices

* Only fix up events before the migration

* Add changeset
2023-09-07 20:32:53 -07:00
Manan
d44bb4c902 feat: Add parameter to configure the max RPC subscribers per IP (#1327)
* feat: Add parameter to configure the max RPC subscribers per IP

* chore: added docs, read from cli

* fix lint issue
2023-09-07 16:33:35 -07:00
Hersh Patel
3f34679808 Upgrading libp2p to v0.43.4 (#1217)
* Upgrading libp2p

* Using old multi-address

---------

Co-authored-by: Sanjay <sanjayprabhu@gmail.com>
2023-09-07 16:25:06 -07:00