Commit Graph

1058 Commits

Author SHA1 Message Date
Sanjay
44aa4f4556 chore: release 1.6.4 (#1523) @farcaster/hubble@1.6.4 2023-10-14 21:50:49 -07:00
Sanjay
a3e12f54c7 fix: correctly reportValid more messages and bump up seen ttl (#1522)
* fix: correctly reportValid more messages and bump up seen ttl

* changeset

* also inform gossip about invalid so caches can be cleared
2023-10-14 21:24:26 -07:00
Sanjay
c2f0761000 chore: Release 1.6.3 (#1521) @farcaster/hubble@1.6.3 @farcaster/core@0.12.14 @farcaster/hub-web@0.6.9 @farcaster/hub-nodejs@0.10.14 2023-10-14 16:30:48 -07:00
Sanjay
89ce7d2dbf fix: enable asyncValidation so we don't forward invalid messages on gossip (#1520) 2023-10-14 15:51:01 -07:00
Sanjay
5cff3ffb1a chore: Add logging around invalid gossip messages (#1519) 2023-10-14 10:46:02 -07:00
adityapk00
a0597e7f5a test: More tests for Message data_bytes (#1514) 2023-10-13 08:56:49 -05:00
adityapk00
06bb2f43de chore: Go lang example for submitMessage (#1515) 2023-10-13 08:45:27 -05:00
Shane da Silva
78eef248dd fix: Correct additional typos in replicator.sh (#1513)
Missed in 2781c2c9.
2023-10-12 10:54:44 -07:00
adityapk00
a5708f85f8 chore: remove envoy and grpc-web (#1505) 2023-10-12 12:22:56 -05:00
Shane da Silva
2781c2c902 Fix prompt for HUB_SSL in replicator.sh (#1512)
We were infinite looping because we weren't looking at the correct
value.
2023-10-12 10:20:03 -07:00
adityapk00
86bed6f5d8 chore: Calculate earliestTimestamp and numMessages on demand instead of at startup (#1506) 2023-10-12 12:12:20 -05:00
adityapk00
b518b97f96 fix: Cache numFnames and numFids (#1504) 2023-10-12 11:04:50 -05:00
adityapk00
ba86d37467 fix: Accept raw databytes if using alternate protobuf encoding (#1508) 2023-10-12 11:04:24 -05:00
Sanjay
f7e755b3a2 docs: Update examples to use on-chain signers (#1511)
* docs: Update write-data example

* Delete replicate data example

* update other examples
2023-10-11 22:43:05 -07:00
Sanjay
392f7b128d chore: Release 1.6.2 (#1503) @farcaster/hubble@1.6.2 2023-10-10 21:25:40 -07:00
Sanjay
e2ada6030b fix: Exists check should not crash the hub (#1502) 2023-10-10 16:56:36 -07:00
Sanjay
9368cbe325 chore: Release new package version (#1500) @farcaster/hub-nodejs@0.10.13 @farcaster/hub-web@0.6.8 @farcaster/core@0.12.13 2023-10-10 16:00:02 -07:00
horsefacts
f4e50b9547 fix: viem client interface, pass clients to builders (#1499)
* fix: relax PublicClient type

* fix: pass publicClients to builder

* fix: update changeset
2023-10-10 18:32:16 -04:00
Shane da Silva
6c6c959fc8 chore: Release Replicator 0.2.3 (#1498) @farcaster/replicator@0.2.3 2023-10-10 12:08:37 -07:00
Shane da Silva
87f518a654 fix: Don't backfill chain events that were already backfilled (#1497)
We had a typo in the key we were checking, which was causing issues.
2023-10-10 11:58:14 -07:00
Shane da Silva
ba546708be chore: Cut Replicator release 0.2.2 (#1496) @farcaster/replicator@0.2.2 2023-10-10 11:23:45 -07:00
Shane da Silva
49c2ba4684 fix: Persist Grafana across restarts for Replicator Docker Compose (#1495) 2023-10-10 11:06:43 -07:00
adityapk00
17ca659bce fix: Persist grafana data across restart (#1494) 2023-10-10 13:05:46 -05:00
Shane da Silva
51842b035d fix: Avoid displaying large time estimates for Replicator (#1493)
Sometimes a large number just renders as "Infinity". Check if it's just
a large number.
2023-10-10 10:57:36 -07:00
Shane da Silva
28b2e65426 fix: Bind Replicator job dashboard to all interfaces (#1490)
This ensures it is reachable when run inside a Docker container.
2023-10-10 08:57:08 -07:00
Shane da Silva
a25921f36e fix: Correct Grafana port for Replicator dashboard (#1491) 2023-10-10 08:57:00 -07:00
adityapk00
da4e908ff3 chore: Remoce crontab cmd from replicator.sh (#1489) 2023-10-10 10:40:26 -05:00
Sanjay
88c1de2f00 chore: Release 1.6.1 (#1488) @farcaster/hubble@1.6.1 @farcaster/hub-nodejs@0.10.12 @farcaster/hub-web@0.6.7 @farcaster/core@0.12.12 2023-10-10 08:32:53 -07:00
adityapk00
9ca079e49b chore: Add peer scores to grafana dashboard (#1487) 2023-10-10 10:23:22 -05:00
horsefacts
66c4ae35cc fix: add verification defaults (#1467) 2023-10-10 08:23:11 -07:00
adityapk00
c7b28b0689 fix: Install hubble.sh crontab for root instead of user (#1485) 2023-10-10 10:18:45 -05:00
adityapk00
c74a498764 tests: Fix flaky syncEngine test (#1486) 2023-10-10 10:09:01 -05:00
adityapk00
c33f52708b fix: Run protoc as user (#1484) 2023-10-10 09:35:43 -05:00
adityapk00
5b7d56865b fix: Handle L2 event errors (#1483) 2023-10-10 09:22:20 -05:00
Shane da Silva
98b8dee11a fix: Remove infinite prompt loop in replicator.sh (#1479) 2023-10-09 22:47:32 -07:00
Shane da Silva
4ce5daf0b6 fix: Don't check if hub exposes HTTP port in replicator.sh (#1478)
Not all hubs support this. Let's just accept what the user provides for
now.
2023-10-09 22:46:30 -07:00
Shane da Silva
01e8cabab4 fix: Correct replicator instructions for connecting to DB (#1477) 2023-10-09 22:37:23 -07:00
Shane da Silva
e95123a30e Fix POSTGRES_URL default for replicator (#1476) 2023-10-09 22:36:04 -07:00
Shane da Silva
8a3a3af26b chore: Cut Replicator 0.2.1 (#1475) @farcaster/replicator@0.2.1 2023-10-09 22:30:49 -07:00
Shane da Silva
1e9770f273 fix: Fetch correct replicator app version from package.json (#1474) 2023-10-09 22:26:46 -07:00
Shane da Silva
13b1a923f8 chore: Update Replicator README (#1473) 2023-10-09 22:10:10 -07:00
Shane da Silva
fbc5cb8399 fix: Add missing network to Redis container for replicator (#1472) 2023-10-09 21:51:24 -07:00
Shane da Silva
e4fff9b970 Update replicator.sh to ensure Postgres/Redis are running (#1471) 2023-10-09 21:39:08 -07:00
Shane da Silva
8a232de4a9 chore: Cut replicator release 0.2.0 (#1470) @farcaster/replicator@0.2.0 2023-10-09 21:25:51 -07:00
Sanjay
902447f89d fix: Fix overzealous crontab upgrade entry (#1469) 2023-10-09 21:17:14 -07:00
Shane da Silva
998f61b099 Fix Replicator Docker Compose config and bootstrap script (#1468)
We want the bootstrap script to ask the user where their hub is.
2023-10-09 21:16:20 -07:00
Shane da Silva
26ca3344ff chore: Update replicator script (#1466)
The other tag doesn't seem to work with GitHub's URL scheme, so switch
to one similar to what we did with Hubble.
2023-10-09 17:07:32 -07:00
Sanjay
c07418880e fix: Fix off by one error when inserting into trie (#1465)
* fix: Fix off by one error when inserting into trie

* handle other cases

* changeset
2023-10-09 16:35:16 -07:00
Shane da Silva
aacff0289b Remove eslint-config-custom dependencies (#1464)
These have been replaced by Biome.
2023-10-09 15:08:54 -07:00
Sanjay
433bee81bc [feat]: Enable events sync by default (#1461)
* feat: Enable events sync by default

* changeset

* Fix test
2023-10-09 14:32:26 -07:00