horsefacts
7c9cee6d4c
chore: release new package version ( #1591 )
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
Sanjay
3dd49ac4a5
chore: Release 1.7.1 ( #1568 )
2023-11-09 11:38:51 -08:00
Sanjay
6890969b5d
chore: remove old contract references ( #1563 )
...
* chore: remove old contract references
* handle more cases where our syncTrie could be incorrect
* Add migration to delete old contract events
* changeset and fix flaky test
2023-11-08 22:32:33 -08:00
Sanjay
5199f66ea0
chore: Post migration changes ( #1560 )
...
* fix: disallow empty casts (#1555 )
* fix: Fix peer check job not actually starting (#1559 )
* fix: Allow syncTrie to handle names that are substrings (#1546 )
* fix: Allow syncTrie to handle names that are substrings
* Add migration to delete unpadded fnames from syncTrie
* changeset
2023-11-08 16:56:54 -08:00
Sanjay
ab6e76caf5
chore: Release 1.7 ( #1547 )
2023-10-26 16:33:42 -07:00
Cassandra Heart
3313c23244
feat: Add ContactInfoContent signing + config toggle for strict validation + StrictNoSign ( #1545 )
...
* first pass, working native signing + tests
* WAR-1064 – add configuration support and validation of contact info signing
* remove signing info from message signature validation
* add changeset
* misref
* pr feedback
* Support clean restarts on specific changes to network config
* don't terminate gossip node unless we are following default termination
* delay invocation if gossip node worker isn't started
* reduce delay to 1s, shouldn't need to exceed
2023-10-26 17:29:03 -05:00
Sanjay
f3d322274b
feat: support v2 id and key registry contracts ( #1526 )
2023-10-24 17:58:30 -07:00
Sanjay
9aaef8eb7c
chore: release 1.6.5 ( #1536 )
2023-10-18 21:01:12 -07:00
Sagar Dhawan
153da45a5b
fix: Remove PubSub based PeerDiscovery ( #1530 )
...
* fix: Remove PubSub based PeerDiscovery
* fix: update Grafana dashboard for Hubble
* chore: add changeset
* chore: lint
* chore: tests
* fix: AsyncValidate ContactInfo
2023-10-18 17:18:21 -07:00
Sanjay
c2f0761000
chore: Release 1.6.3 ( #1521 )
2023-10-14 16:30:48 -07:00
adityapk00
06bb2f43de
chore: Go lang example for submitMessage ( #1515 )
2023-10-13 08:45:27 -05:00
adityapk00
a5708f85f8
chore: remove envoy and grpc-web ( #1505 )
2023-10-12 12:22:56 -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
9368cbe325
chore: Release new package version ( #1500 )
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
Sanjay
88c1de2f00
chore: Release 1.6.1 ( #1488 )
2023-10-10 08:32:53 -07:00
horsefacts
66c4ae35cc
fix: add verification defaults ( #1467 )
2023-10-10 08:23:11 -07:00
adityapk00
c33f52708b
fix: Run protoc as user ( #1484 )
2023-10-10 09:35:43 -05: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
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
649bfe507a
chore: Release 1.6.0 ( #1453 )
2023-10-04 14:47:13 -07:00
adityapk00
6ea579f245
test: Fix bytesCompare flakiness ( #1452 )
2023-10-04 12:20:46 -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
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
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 )
2023-09-27 12:00:29 -05:00
Manan
10a6c3fe26
fix: match type on reaction remove ( #1423 )
2023-09-25 15:33:50 -07:00
Sanjay
fb1f5c61cf
feat: Support onchain events and fnames in sync trie ( #1417 )
...
* feat: Support onchain events and fnames in sync trie
* changeset
* fix flaky test
2023-09-25 09:04:55 -07:00
adityapk00
a61cfb952e
docs: Fix broken links ( #1418 )
2023-09-23 10:23:23 -05:00
adityapk00
aeab5a4ce5
docs: Refactor HTTP API docs ( #1416 )
2023-09-22 09:46:20 -05:00
adityapk00
31641c176b
fix: Bound generated timestamps for tests ( #1415 )
2023-09-22 09:18:02 -05:00
adityapk00
aa6553b196
[wip] feat: Enable HTTP API Server ( #1405 )
2023-09-22 08:09:11 -05:00
Sanjay
4b99eddb07
[feat] Support fname and onChainEvent SyncIds ( #1414 )
...
* feat: Support fname and onChainEvent SyncIds
* changeset
2023-09-22 00:35:20 -07:00
Sanjay
dd4aec316b
chore: Release 1.5.5 ( #1412 )
2023-09-20 16:34:06 -07:00
Sanjay
20062ceb12
chore: cleanup links store limit default ( #1409 )
2023-09-20 09:17:50 -07:00
Sanjay
7e2a66e581
[feat] Add a function to parse timestamp from the eventId ( #1388 )
2023-09-14 16:34:14 -07:00
Sanjay
d77970b110
[chore] Delete pre-migration code ( #1369 )
...
* Remove deprecated RPC methods
* Delete unused code
* Delete unused code
* Fix store tests
* Fix more tests
* changeset
* Remove more signer code
* Remove unused signature scheme
2023-09-12 11:11:21 -07:00
Sanjay
87ec4c3db0
chore: release 1.5.4 ( #1383 )
2023-09-11 21:54:09 -07:00
Sanjay
4893e02db9
fix: Update links store size to be 2500 in the future ( #1382 )
...
* fix: Update links store size to be 2500 in the future
* Changeset
2023-09-11 14:51:29 -07:00
adityapk00
471e422f40
chore: Release v1.5.3 ( #1377 )
2023-09-11 11:32:05 -05:00
Sanjay
08b652edd5
fix: Fix onchain event dedup bug ( #1354 )
...
* fix: Correct on-chain event dedup bug
* Handle secondary indices
* Only fix up events before the migration
* Add changeset
2023-09-07 20:32:53 -07:00
Sanjay
bcaab6900d
chore: release 1.5.2 ( #1355 )
2023-09-07 11:37:56 -07:00
Alex Grover
71e7120ec6
chore: replace rome with biome ( #1351 )
...
Co-authored-by: adityapk00 <31996805+adityapk00@users.noreply.github.com >
2023-09-07 08:43:02 -05:00
adityapk00
bc416dbe8c
feat: Add hub operator's FID ( #1352 )
2023-09-07 08:04:56 -05:00
Zach Terrell
efd1bff9ca
fix: Change replicator timestamp to timestamptz ( #1345 )
...
* change replicator timestamp to timestampz
* update README
* Revert "update README"
This reverts commit 605363e86d .
* update README with correct formatting
* fix Shane feedback
2023-09-06 11:22:01 -07:00