Commit Graph

709 Commits

Author SHA1 Message Date
Sanjay
39fd2b763c chore: release 1.9.9 (#1684) 2024-02-08 10:28:14 -08:00
adityapk00
5a70330bca fix: Reduce gossip TTL to 5 mins (#1683) 2024-02-08 11:26:14 -06:00
adityapk00
52102c217e fix: Detect duplicate messages early (#1682) 2024-02-08 10:44:48 -06:00
adityapk00
81f453ab6d fix: write out cached blocks while processing L2 events (#1677) 2024-02-08 08:45:08 -06:00
Sanjay
c0551bfbe4 fix: increase sync timeout (#1681) 2024-02-07 21:22:51 -08:00
Sanjay
97317971b2 fix: prefer peers with more messages to sync with (#1680)
* fix: prefer peers with more messages to sync with

* Use a 5% buffer
2024-02-07 15:50:36 -08:00
Sanjay
6fec63caf3 fix: Keep the old message type name for backwards compatibility (#1678) 2024-02-07 13:17:22 -08:00
adityapk00
c0e17a49a2 feat: Add a new DB for Merkle Trie data (#1664) (#1676)
* feat: Add a new DB for Merkle Trie data

* cleanup

* move keys from main -> trie DB
2024-02-07 14:04:22 -06:00
adityapk00
f49e9fe41d fix: Use pendingUpdates size to flush updates (#1675) 2024-02-07 12:30:59 -06:00
adityapk00
aa6f41f948 Revert "feat: Add a new DB for Merkle Trie data (#1664)" (#1674)
This reverts commit ab09ed13e5.
2024-02-07 12:21:08 -06:00
adityapk00
41735d62a0 feat: Save connected peers in DB (#1673)
* feat: Save connected peers in DB

* default opts

* tests
2024-02-07 10:55:13 -06:00
adityapk00
382279843c fix: Set heap size to 8GB during dev/running from code (#1671) 2024-02-07 08:10:14 -06:00
Sanjay
763d3154af feat: Rename verifications message to support multiple protocols (#1667)
* Revert "fix: Revert verification rename (#1642)"

This reverts commit f8c5f28034.

* Rename to claimSignature

* Add http api backwards compatibility

* changeset
2024-02-06 16:56:39 -08:00
adityapk00
ab09ed13e5 feat: Add a new DB for Merkle Trie data (#1664)
* feat: Add a new DB for Merkle Trie data

* cleanup

* move keys from main -> trie DB
2024-02-06 15:52:15 -06:00
Sanjay
240e396686 chore: Release 1.9.8 (#1666) 2024-02-06 10:24:35 -08:00
adityapk00
acf985c251 feat: Add neynar hubs to bootstrap list (#1665) 2024-02-06 11:54:09 -06:00
Sanjay
06160b9645 perf: Use execution timeout so we don't drop all messages in the lock queue (#1662) 2024-02-05 21:54:20 -08:00
adityapk00
8bff4de6c5 fix: Gossip seen TTL to 10 mins (#1661)
* fix: Gossip seen TTL to 10 mins

* changeset
2024-02-05 14:22:16 -06:00
adityapk00
248996d2dc fix: Change quicksync cutoff to 2 days (#1660) 2024-02-05 14:09:59 -06:00
adityapk00
0a6a7b7016 fix: Use multipart to upload snapshots to S3 (#1659) 2024-02-05 13:59:54 -06:00
adityapk00
d29dfe51a1 fix: Filter existing messages during sync (#1658)
When doing a quicksync, don't attempt to repair the sync trie by re-fetching existing messages
2024-02-05 13:38:25 -06:00
adityapk00
6ec1b4ddde feat: Add ActiveSigners cache (#1657)
* feat: Add ActiveSigners cache

* test

* cleanup
2024-02-05 11:27:41 -06:00
Sanjay
dc36db0cd0 chore: Release 1.9.7 (#1656) 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) 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) 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) 2024-02-01 22:01:51 -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) 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
Sanjay
2c212a2f3a chore: Release 1.9.2 (#1624) 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) 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) 2024-01-02 09:40:38 -08:00
Sanjay
eba02bd9e2 docs: Update examples (#1606) 2023-12-22 00:02:17 -08: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
Shane da Silva
59bf4dc2c6 Cut Replicator 0.2.6 (#1593) 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