Railgun-Community / wallet

SDK library to develop RAILGUN wallets
MIT License
37 stars 16 forks source link

Update graph client endpoint #65

Closed Itachi546 closed 4 months ago

Itachi546 commented 5 months ago

Update graph client endpoints to point to subsquid.

staltz commented 4 months ago

@Itachi546 Can you resolve the git conflicts with the main branch? It's just a matter of using ~6.4.5 instead of ^6.4.5?

staltz commented 4 months ago

@Itachi546 There is still one git conflict, in yarn.lock.

staltz commented 4 months ago

@Itachi546 See the CI failure with "Unit tests V2". yarn is failing on the lint checks.

Always make sure to run npm run lint and npm run test-V2 before pushing up a commit.

staltz commented 4 months ago

Note: these can be restored https://github.com/Railgun-Community/wallet/blob/6e2a409bf80ee540dc6df4f4adc1a1f0ab72d918/src/services/railgun/quick-sync/V2/graphql/index.ts#L7-L16

Like I said above

jacobmakarsky commented 4 months ago

Sepolia needs enabled since it will work with subsquid now

https://github.com/Itachi546/wallet/blob/0637724152fdd0b917b3cabf32def89eef24f163/src/services/railgun/quick-sync/V2/quick-sync-events-graph-v2.ts#L31

Reference the PR here - #70