Commit Graph

1031 Commits

Author SHA1 Message Date
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
Shane da Silva
25f549a31e Update tag used by replicator.sh script (#1463) 2023-10-09 14:13:41 -07:00
dependabot[bot]
af42ed529d chore(deps-dev): bump postcss from 8.4.26 to 8.4.31 in /apps/hubble/www (#1455)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.26 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.26...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@farcaster/replicator@0.1.0
2023-10-09 13:44:40 -07:00
Shane da Silva
909c383973 feat: Dedicated Replicator app (#1462) 2023-10-09 12:56:24 -07:00
horsefacts
81e6d8ec27 feat: FIP-8 verifications for contract wallets (#1449)
* feat: FIP-8 verifications for contract wallets

* chore: add changeset

* fix: better return types

* feat: validate signature length

* fix: stub test client

* fix: return network_failure on verify error
2023-10-06 20:28:51 -04:00
Sanjay
e10a8c93ce fix: Improve logging on unhandled errors (#1458) 2023-10-06 10:11:45 -07:00
adityapk00
f5c7034833 docs: Linter now checks rpc.proto to ensure HTTP APIs (#1456) 2023-10-05 09:44:07 -05:00
Sanjay
649bfe507a chore: Release 1.6.0 (#1453) @farcaster/hubble@1.6.0 @farcaster/core@0.12.11 @farcaster/hub-nodejs@0.10.11 @farcaster/hub-web@0.6.6 2023-10-04 14:47:13 -07:00
Sanjay
a70b9bf13f fix: Handle potentially missed cached events (#1454) 2023-10-04 14:22:21 -07:00
adityapk00
6ea579f245 test: Fix bytesCompare flakiness (#1452) 2023-10-04 12:20:46 -05:00
adityapk00
e27e63dece text: Fix flake L2 blocks test (#1451) 2023-10-04 10:39:33 -05:00
Sanjay
09b7949cf1 feat: Globally unique verifications (#1450) 2023-10-03 22:14:27 -07:00
adityapk00
378be3559f test: Fix flaky test (#1448) 2023-10-03 15:02:23 -05:00
adityapk00
c64400dcf6 fix: Use DB_SCHEMA version in snapshot path (#1447) 2023-10-03 14:35:50 -05:00
adityapk00
03cd333318 feat: Add audits during sync (#1446) 2023-10-03 12:36:18 -05:00
horsefacts
ef795c711a fix: fall back to eth_getLogs in event sync (#1432)
* chore: upgrade viem to v1.12.2

* fix: sync historical events with getContractEvents

* feat: detect filter support

* chore: update changeset
2023-10-02 19:32:08 -04:00
Sanjay
32bef61928 fix: Set pull_policy to always to ensure hubs always upgrade on restart (#1444) 2023-10-02 14:11:30 -07:00
Sanjay
8abf18640b [feat] Add migration to clear on chain events and force resync (#1442)
* feat: Add migration to clear on chain events and force resync

* clean up old events code

* Add changeset
2023-10-02 13:48:14 -07:00
adityapk00
22f49d8fc1 chore: Cleanup unused protobufs (#1443) 2023-10-02 14:12:52 -05:00
adityapk00
14f67cf242 feat: Add Peer scoring (#1441) 2023-10-02 13:20:28 -05:00
Sanjay
472e8ae374 Add a flag to clear L2 events (#1439) 2023-09-29 16:54:51 -07:00
adityapk00
4dea7e28bc chore: Upgrade ed25519-dalek in rust (#1438) 2023-09-29 09:00:18 -05:00
adityapk00
22ce62aa22 chore: Add events subscription example to hub-web (#1436) 2023-09-28 11:31:43 -05:00
adityapk00
b7c2b0a9d3 chore: Replace hub-web with HTTP API examples (#1435) 2023-09-28 09:16:01 -05:00
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