Sanjay
330ce838ef
chore: Release 1.10 ( #1692 )
2024-02-09 15:35:03 -08:00
Sanjay
d90fb0b5cc
fix: Increase sync max duration so hubs have more time to catch up ( #1691 )
2024-02-09 14:34:09 -08:00
Sanjay
ae91b73ae0
feat: support solana verified addresses ( #1668 )
...
* feat: rename verification message to support additional protocols in the future
* chore: add changeset
* refactor: change signature for verification message
* remove solana related changes
* refactor: update ethereum verification tests to support new protocol field on message
* feat: add initial logic for parsing solana vs ethereum message
* Add protocol to verifications, update tests
* Add sol factories
* Add some verification tests
* Update claim factory for solana
* Fix tests for sol
* Update comment
* Verify signature for solana
* Replace tweetnacl due to dynamic import issue
* Got signature verification working for Solana ed25519
* Add changeset
* minor cleanup
* update solana verification to use full message adhering to off-chain message specification
* Use a simpler claim message format
* feature flag solana verifications
* cleanup
---------
Co-authored-by: Wasif Iqbal <Wazzymandias@users.noreply.github.com >
2024-02-09 14:07:49 -08:00
adityapk00
97a4216508
fix: Stop old messages from being broadcast on gossip ( #1688 )
...
* fix: Stop old messages from being broadcast on gossip
* add separate timestamp
* await
2024-02-09 12:18:40 -06:00
adityapk00
a9105e2051
fix: Add 8G heap to docker commands ( #1689 )
2024-02-09 12:04:27 -06:00
adityapk00
be07bc86e9
fix: init merkle trie so we don't miss l2events ( #1686 )
2024-02-09 08:42:32 -06:00
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
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
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
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
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
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
Sanjay
362f580b15
feat: add text input frame field ( #1639 )
2024-02-01 16:39:17 -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
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
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 )
2023-11-29 13:49:19 -05:00
horsefacts
b001fee957
feat: add ViemWalletEip712Signer ( #1595 )
2023-11-29 13:05:28 -05:00