Commit Graph

1135 Commits

Author SHA1 Message Date
Sanjay
dc36db0cd0 chore: Release 1.9.7 (#1656) @farcaster/hubble@1.9.7 2024-02-05 08:49:06 -08:00
Sanjay
d3cd9c96ff fix: don't force fetch message count for non-existent fids (#1653) 2024-02-05 08:26:29 -08:00
adityapk00
618e6fad6a feat: Add quicksync (#1654)
* feat: Add quicksync

Quicksync will perform a sync for messages only newer than 2 weeks.

* changeset

* cleanup
2024-02-05 10:07:58 -06:00
adityapk00
05ce5fe8c5 fix: Increase sync trie cache to 64MB (#1655) 2024-02-05 09:52:08 -06:00
Sanjay
a5ed0199bd chore: fix log level for storage cache logging (#1652) 2024-02-04 16:37:52 -08:00
Sanjay
fb011fc519 fix: Additional performance tweaks and logging (#1651)
* fix: Minor perf tweaks and logging

* Only log after prepopulate is complete

* changeset
2024-02-04 15:48:34 -08:00
Sanjay
39ffee4d7e chore: Release 1.9.6 (#1649) @farcaster/hubble@1.9.6 2024-02-03 15:01:40 -08:00
Sanjay
57ce2c66d0 fix: Reduce sync frequency (#1648)
* fix: Reduce sync frequency

* fix: Reduce sync frequency to help with hub load
2024-02-03 14:12:07 -08:00
Sanjay
577d698dc7 fix: don't penalize peer score for duplicate messages (#1644)
* fix: don't penalize peer score for duplicate messages

* Fail if no peerId in test
2024-02-02 16:37:16 -08:00
Sanjay
f77bf347db chore: release 1.9.5 (#1643) @farcaster/replicator@0.2.9 @farcaster/hubble@1.9.5 @farcaster/core@0.13.7 @farcaster/hub-nodejs@0.10.23 @farcaster/hub-web@0.7.5 2024-02-02 09:18:57 -08:00
Sanjay
f8c5f28034 fix: Revert verification rename (#1642)
* Revert "refactor: rename verification message  (#1637)"

This reverts commit fd9f9ff86b.

* Add changeset
2024-02-02 09:10:57 -08:00
Sanjay
3a62f604d3 chore: Release 1.9.4 (#1641) @farcaster/hubble@1.9.4 @farcaster/replicator@0.2.8 @farcaster/core@0.13.6 @farcaster/hub-web@0.7.4 @farcaster/hub-nodejs@0.10.22 2024-02-01 22:01:51 -08:00
Sanjay
362f580b15 feat: add text input frame field (#1639) 2024-02-01 16:39:17 -08:00
Georgios Konstantopoulos
de63c47e96 fix: hubble.sh compatible w/ self-hosted eth nodes (#1636)
Ethereum JSON-RPC requires passing content-type application/json when talking to a node you're running yourself e.g. reth
2024-02-01 12:02:45 -08:00
Wasif Iqbal
fd9f9ff86b refactor: rename verification message (#1637)
* feat: rename verification message to support additional protocols in the future

* chore: add changeset

* refactor: change signature for verification message
2024-01-31 15:35:35 -06:00
Sanjay
80c8f7dd03 chore: release 1.9.3 (#1633) @farcaster/hubble@1.9.3 @farcaster/replicator@0.2.7 @farcaster/hub-nodejs@0.10.21 @farcaster/core@0.13.5 @farcaster/hub-web@0.7.3 2024-01-25 16:43:15 -08:00
Sanjay
229ea16658 feat: create FrameAction message and add validation endpoint (#1632)
* feat: create FrameAction message and add validation endpoint

* Rename to buttonIndex and add test
2024-01-25 16:01:28 -08:00
Gavi Galloway
f38596126a docs: add OpenAPI spec for hub-web (#1537)
* docs: add OpenAPI spec for hub-web

* update documentation link
2024-01-19 16:16:52 -08:00
Sanjay
2c212a2f3a chore: Release 1.9.2 (#1624) @farcaster/hubble@1.9.2 2024-01-11 10:25:31 -08:00
Sanjay
11a1e0d209 fix: Don't add deleted fnames to sync trie (#1617) 2024-01-10 17:00:22 -08:00
Sanjay
7379a05fc0 feat: add a gossip message delay stat (#1615) 2024-01-09 16:19:47 -08:00
Sanjay
00473c2a13 fix: Do not add fnames to the sync trie when they have not been merged (#1614) 2024-01-09 16:18:57 -08:00
Panayotis Vryonis
c4dc53947d Update types.ts (#1613)
Fixes #1611
2024-01-09 11:07:18 -08:00
Sanjay
f1f5a13a18 chore: Release 1.9.1 (#1612) @farcaster/hubble@1.9.1 2024-01-05 16:36:56 -08:00
Sanjay
c78f01b38c fix: Admin reset key event may have reset the key sometimes (#1610) 2024-01-04 22:05:09 -08:00
Sanjay
56f8ab1bbb chore: Release 1.9 (#1609) @farcaster/hubble@1.9.0 @farcaster/hub-web@0.7.2 @farcaster/hub-nodejs@0.10.20 @farcaster/core@0.13.4 2024-01-02 09:40:38 -08:00
Sanjay
eba02bd9e2 docs: Update examples (#1606) 2023-12-22 00:02:17 -08:00
horsefacts
e63b001866 docs: add contract signature examples (#1602) 2023-12-15 10:31:55 -05:00
Sanjay
20b6575958 chore: Minor cleanup (#1570)
* chore: minor cleanup

* Remove sync backwards compatibility optimizations

* Remove v2 contract cli flags (use existing names for clarity)

* changeset
2023-12-04 11:03:43 -08:00
Sanjay
704e0777a0 feat: Add more information in the limits response (#1569)
* feat: Add more information in the limits response

* changeset

* Fix flaky test
2023-12-04 10:28:57 -08:00
horsefacts
3784188048 chore: release packages (#1596) @farcaster/hub-nodejs@0.10.19 @farcaster/core@0.13.3 2023-11-29 13:49:19 -05:00
horsefacts
b001fee957 feat: add ViemWalletEip712Signer (#1595) 2023-11-29 13:05:28 -05:00
Shane da Silva
59bf4dc2c6 Cut Replicator 0.2.6 (#1593) @farcaster/replicator@0.2.6 2023-11-28 23:54:10 +09:00
brucexc
9cb4d28050 Update events.md (#1561)
Incorrect request parameters
2023-11-28 23:29:54 +09:00
dependabot[bot]
51fa071647 chore(deps): bump axios in /packages/hub-nodejs/examples/write-data (#1575)
Bumps [axios](https://github.com/axios/axios) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.5.1...v1.6.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-28 23:20:18 +09:00
dependabot[bot]
8ca457a6b0 chore(deps): bump axios from 1.4.0 to 1.6.0 (#1579)
Bumps [axios](https://github.com/axios/axios) from 1.4.0 to 1.6.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.4.0...v1.6.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-28 23:19:10 +09:00
payton
54e2170363 typo: SubmitMessage intro Message.encode(msg).finish() (#1588) 2023-11-28 23:14:46 +09:00
Shane da Silva
d8a5caafe3 fix: Backfill reactions and storage allocations in Replicator (#1592)
* Add backfillFidReactions and
backfillFidStorageAllocations jobs

* Add changeset file

---------

Co-authored-by: zachterrell57 <zachterrell@gmail.com>
2023-11-28 23:09:40 +09:00
dependabot[bot]
7bed7d9b0f chore(deps): bump undici from 5.19.1 to 5.26.3 (#1525)
Bumps [undici](https://github.com/nodejs/undici) from 5.19.1 to 5.26.3.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.19.1...v5.26.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-28 23:09:19 +09:00
dependabot[bot]
8faf176b45 chore(deps): bump axios in /packages/hub-web/examples/submit-message (#1578)
Bumps [axios](https://github.com/axios/axios) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.5.1...v1.6.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-28 23:08:01 +09:00
dependabot[bot]
067e59b909 chore(deps): bump axios in /packages/hub-web/examples/events (#1577)
Bumps [axios](https://github.com/axios/axios) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.5.1...v1.6.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-28 23:07:49 +09:00
dependabot[bot]
bf6f7cbbe5 chore(deps): bump axios in /packages/hub-web/examples/feed (#1576)
Bumps [axios](https://github.com/axios/axios) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.5.1...v1.6.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-28 23:07:43 +09:00
dependabot[bot]
c8e26ac636 chore(deps): bump axios in /packages/hub-web/examples/profile (#1574)
Bumps [axios](https://github.com/axios/axios) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.5.1...v1.6.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-28 23:07:18 +09:00
horsefacts
7c9cee6d4c chore: release new package version (#1591) @farcaster/hub-web@0.7.1 @farcaster/hub-nodejs@0.10.18 @farcaster/core@0.13.2 2023-11-27 17:48:50 -05:00
horsefacts
ab245ce5b5 feat: add EIP-712 helpers (#1587)
* feat: add EIP-712 helpers
* feat: add metadata helper
* chore: add comments to message types
* chore: add changeset
* feat: add contract ABIs
* feat: add storage/bundler addresses
2023-11-27 17:21:35 -05:00
Varun Srinivasan
f026ad1ef4 docs: update release steps (#1583) 2023-11-15 08:30:21 -08:00
Varun Srinivasan
45f071e3b9 release: v1.8.0 (#1582) @farcaster/hubble@1.8.0 2023-11-14 21:52:56 -08:00
adityapk00
6bfb694bff fix: Handle docker-compose versions (#1581) 2023-11-13 08:32:09 -06:00
Sanjay
d6b5b32ce9 chore: release 1.7.2 (#1573) @farcaster/hubble@1.7.2 2023-11-10 16:21:22 -08:00
Sanjay
912f680f3a fix: catch and ignore provider errors during retry (#1572) 2023-11-10 15:36:37 -08:00