Commit a9d5a6c
feat: update examples to v2 schema (#135)
* feat: add broadcast on chain follow example
* feat: add updated wait for tx to be complete
* feat: add broacast to momoka example
* feat: add changer profile manager and USE_GASLESS & ORIGIN env vars
* feat: require ORIGIN when gasless is enabled
* feat: authentication
* feat: typings
* new ABI new typings
* feat: add change profile manager typed data part
* feat: follow + unfollow
* feat: add broadcast with unfollow and follow
* feat: extra logging for debugging etc
* remove unused console log
* fix: remove use_gasless parsing
* feat: give more info on error
* feat: unfollow, follow lens manager
* feat: set profile metadata sig + manager
* feat: cleanup v1 queries not needed anymore
* feat: create profile with handle
* fix waitUntilLensManagerTransactionIsComplete
* feat: block, unblock + lens manager for both
* cleanup: remove unused methods
* feat: set follow module + lens profile manager
* feat: unlink handle and link handle
* feat: handle unlink and handle link
* feat: post onchain
* feat: comment onchain
* feat: quote onchain
* feat: mirror onchain
* feat: open actions + reference modules + fixing some follow module stuff
* generate
* feat: more examples of modules and lens profiles + fixes for safety
* fix: resolve new graphql typings
* unfollow request input changed
* refactor: more collect open actions in an object
* feat: add check tx status, wait until complete
* feat: update generated
* update types
* generate
* revert codegen
* feat: metadata to reuse
* use the shared metadata typings
* feat: post momoka
* feat: update schema config
* feat: add comment on momoka
* feat: add mirror on momoka
* fix: format package.json scripts
* feat: add quote on momoka
* fix: update `lensTransactionStatus` implementation
* get profile
* Lens v2 more examples (#136)
* get profiles
* following
* followers
* mutual followers
* profile recommendations
* feat: profile - get invited profiles
* feat: poap mutual poaps example
* nft examples
* profile action history + feed highlights
* Profile already invited example
* get publications
* get publications, legacy media items debugging
* explore profiles and publications
* following and followed-by
* feat: get transaction has been indexed logic working
* fix better pub id
* fixes
* remove some stuff not needed
* search profiles, search publications
* who reacted to publication
* revenues
* nfts
* module examples + some notes
* notifications
* more examples
* who collected
* bookmarks
* publications tags
* tx-id-to-tx-hash
* hide publication
* reactions mutations
* updating package.json
* Add more examples
* nft gallery operations example
* swapping burnWithSig for burn
* reporting
* profile-feed
* not interested
* fix: cleanup the passing of parent parameter down chain
* claims
* fix: mocking of publication ids and profile ids
* Add momoka examples
* does-follow resolver
* for you
* Add remaining examples
* Add note about not working example
* paginated does-follow
* fix: handle link unlink etc
* generate
* feat: remove `isEncrypted` from publication root
* publication fixes
* feat: cleanup momoka broadcast helpers
* fix dismiss
* generate
* feat: act on lens manager + fix
* config
* fix: queries for new LegacyPublicationMetadata
* feat: reanme file
* feat: renames inline with schema and docs
* feat: move for you to feed module
* feat: refresh publication
* does follow
* does-follow working
* cleanup old stuff
* Support for https://github.com/lens-protocol/lens-monorepo/pull/195
* Squeeze one small refinement
* Supports for https://github.com/lens-protocol/lens-monorepo/pull/198
* fixes + approval allowance of modules
* generate
* fix: approve module
* fix: who blocked example
* feat: tx id to tx hash
* Sync naming for queries (#142)
* Sync naming for queries
* Generate schema from deployed code
* feat: get search publication working
* fix build
* fix: Support paginated nft galleries
* Support for https://github.com/lens-protocol/lens-monorepo/pull/205
* poap event fix
* fixes
* feat: profile manager
* remove comment
* fix: reactions
* fix: invite profiles
* feat: notifications
* removing foryou
* user-sig-nonces
* publication tags fix
* new contracts + mirror
* update docs
* fix: cleanup client facing naming of keys (`mirrorOf`, `commentsOf`, etc)
* fix: tsc error on momoka transaction
* map to new known
* update profile fragment
* fix revenue
* Fix some api examples
* fix: feed after fixes
* Supports for https://github.com/lens-protocol/lens-monorepo/pull/242
* Support for https://github.com/lens-protocol/lens-monorepo/pull/262
* add missing nft + publication revenue examples
* Supports breaking changes to PublicationMetadata and ProfileMetadata
* Add momoka subscription example
* Add notification subscription example
* Add publication stats subscription example
* add default profile examples
* fix notifications queries
* Fix graphql queries
* fix: supports MetadataAttribute.type
* Support most recent API breaking changes
* add revoke
* add follow status example
* Add POST_ID for open action
* Fix codegen
---------
Co-authored-by: Josh Stevens <joshstevens19@hotmail.co.uk>
Co-authored-by: Paweł Lula <pavloblack@hotmail.com>
Co-authored-by: Yahya <ya7yaz@gmail.com>
Co-authored-by: Paul Xu <paul@aave.com>
Co-authored-by: Paul Xu <paulxuca@gmail.com>
Co-authored-by: Cesare Naldi <naldi.cesare@gmail.com>
Co-authored-by: zannis <zannis@aave.com>
Co-authored-by: Zannis <zannis@users.noreply.github.com>1 parent f7fc37c commit a9d5a6c
357 files changed
Lines changed: 15767 additions & 18725 deletions
File tree
- src
- abis
- types
- authentication
- graphql
- bookmarks
- graphql
- broadcast
- graphql
- claim
- graphql
- common/graphql
- currencies
- graphql
- dispatcher
- explore
- graphql
- feed
- graphql
- follow
- graphql
- graphql
- handle
- graphql
- health/graphql
- indexer
- graphql
- interfaces
- media
- file
- module
- graphql
- helpers
- momoka
- graphql
- nfts
- graphql
- not-interested
- graphql
- notifications
- graphql
- open-action
- graphql
- poap
- graphql
- profile-manager
- graphql
- profile
- graphql
- protocol-stats
- proxy-action
- publications
- encrypted
- graphql
- helpers
- reaction
- graphql
- reporting
- graphql
- revenue
- graphql
- search
- graphql
- transaction
- graphql
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | | - | |
| 13 | + | |
0 commit comments