Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add integration with the new indexer #299

Closed
wants to merge 115 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
115 commits
Select commit Hold shift + click to select a range
87cbf65
feat: install @fuel-explorer/graphql-new to the explorer
helciofranco Apr 9, 2024
8b58e44
fix: keep compatibility with backwards navigation
helciofranco Apr 9, 2024
22b360f
feat: add transactions list using the new L2 indexer
helciofranco Apr 9, 2024
c694874
fix: remove conflicting prop from the EntityItem
helciofranco Apr 9, 2024
0dbe1d0
feat: add request to the graphql-new on get-tx action
helciofranco Apr 9, 2024
fad6dd1
feat: add request to the graphql-new on get-tx action
helciofranco Apr 9, 2024
b4708c2
feat: add grouped inputs
helciofranco Apr 9, 2024
08617dc
fix: add some types
helciofranco Apr 9, 2024
b2ceec4
feat: add queries specific for the sdk app
helciofranco Apr 10, 2024
e23f6f4
fix: sync new queries
helciofranco Apr 10, 2024
d8bd378
fix: add the right txn type definition for this type
helciofranco Apr 10, 2024
3e36af6
fix: add missing properties to the output
helciofranco Apr 10, 2024
8085734
feat: add recent transactions query
helciofranco Apr 10, 2024
2b9103e
feat: add transactions output and inputs
helciofranco Apr 10, 2024
e5da17f
feat: add optional gas costs
helciofranco Apr 10, 2024
a16d1a6
feat: add tx scripts details
helciofranco Apr 10, 2024
8c6fbc4
fix: remove unused component
helciofranco Apr 10, 2024
7fe773b
feat: add search with the new indexer
helciofranco Apr 10, 2024
851d3bb
feat: add block query to the action
helciofranco Apr 10, 2024
8dfb215
feat: add block integration with new indexer
helciofranco Apr 10, 2024
229fc13
feat: add the new indexer to the contract balances queries
helciofranco Apr 11, 2024
2621a0f
feat: add predicate integration with the new indexer
helciofranco Apr 11, 2024
32624f2
feat: add account transactions integration with the new indexer
helciofranco Apr 11, 2024
32b8eb5
feat: add the new indexer to the balances
helciofranco Apr 11, 2024
da35ea9
feat: remove missing graphql legacy package imports
helciofranco Apr 11, 2024
57c7924
fix: missing typescript errors
helciofranco Apr 11, 2024
750b3fc
fix: transactions order when using last
helciofranco Apr 11, 2024
dee712b
feat: adjust redundant packages
helciofranco Apr 12, 2024
3a8a410
Merge branch 'main' of github.com:FuelLabs/fuel-explorer into hf/feat…
helciofranco Apr 12, 2024
c6d0206
fix: remove catch
helciofranco Apr 12, 2024
e68d2e6
fix: inputs and predicate display
helciofranco Apr 12, 2024
39cb6ef
feat: return operations in the transaction query correctly
helciofranco Apr 12, 2024
0d2fbea
fix: add missing parameter
helciofranco Apr 12, 2024
d442b57
fix: remove unused externals
helciofranco Apr 12, 2024
6960ac1
fix: disable predicates tab when necessary
helciofranco Apr 12, 2024
70d08f9
Merge branch 'main' into hf/feat/integration-with-indexer
helciofranco Apr 15, 2024
83d5d5b
fix: biome setup
pedronauck Apr 16, 2024
ea29c22
fix: biome warnings
pedronauck Apr 16, 2024
58d6701
chore: improve syncing
pedronauck Apr 16, 2024
d1e3194
chore: fix status type on tx
pedronauck Apr 16, 2024
a7e1637
fix: graphql queries
pedronauck Apr 17, 2024
7077659
chore: remove old graphql
pedronauck Apr 17, 2024
b857ca2
chore: remove old graphql pkg
pedronauck Apr 17, 2024
be3f939
chore: fix docker
pedronauck Apr 17, 2024
1de22e8
chore: fix playwright config
pedronauck Apr 17, 2024
a8e6a74
chore: fix build
pedronauck Apr 17, 2024
75a7910
fix: flaky test
LuizAsFight Apr 18, 2024
b6ba845
Merge branch 'main' of github.com:FuelLabs/fuel-explorer into hf/feat…
LuizAsFight Apr 18, 2024
c47ec3b
fix: .env
LuizAsFight Apr 18, 2024
0da4ea5
Merge branch 'main' into hf/feat/integration-with-indexer
helciofranco Apr 18, 2024
b9a7dd3
chore: adjust graphql package
pedronauck Apr 19, 2024
5a92861
chore: deps update
pedronauck Apr 19, 2024
af31bcc
chore: remove notification service
pedronauck Apr 19, 2024
77c3fad
fix: ts warnings
pedronauck Apr 19, 2024
ef11481
fix: next build
pedronauck Apr 19, 2024
9c7abf1
chore: adjust env for graphql packag
pedronauck Apr 19, 2024
489120e
fix: minor stuff
pedronauck Apr 19, 2024
aae744d
chore: fuels pkg version
pedronauck Apr 19, 2024
b07499f
chore: rebuild
pedronauck Apr 24, 2024
ef393bd
fix: queue concurrency
pedronauck Apr 25, 2024
fa38435
Merge branch 'main' of github.com:FuelLabs/fuel-explorer into hf/feat…
pedronauck Apr 25, 2024
f5f2a1a
fix: mute bridge e2e tests for now (permanently temporary haha)
pedronauck Apr 26, 2024
d461129
chore: disabled forbidOnly temporarly
pedronauck Apr 26, 2024
707e9f1
Merge branch 'main' into hf/feat/integration-with-indexer
pedronauck Apr 26, 2024
57c6a03
Merge branch 'main' into hf/feat/integration-with-indexer
pedronauck Apr 30, 2024
db85633
fix: prevent block payload error
pedronauck Apr 30, 2024
463dc01
Merge branch 'hf/feat/integration-with-indexer' of github.com:FuelLab…
pedronauck Apr 30, 2024
6926e6a
fix: concurrency on syncing
pedronauck May 1, 2024
db7ae78
feat: add xstate to handle syncer
pedronauck May 2, 2024
f90975a
chore: add functions config to vercel
LuizAsFight May 2, 2024
6e78f20
chore: revert functions vercel
LuizAsFight May 2, 2024
def3295
chore: add pm2 on graphql
pedronauck May 2, 2024
7ede28f
Merge branch 'hf/feat/integration-with-indexer' of github.com:FuelLab…
pedronauck May 2, 2024
9a5d644
fix: add --no-daemon opt for pm2
pedronauck May 2, 2024
b8f9f87
fix: pm2 bin path
pedronauck May 2, 2024
6173678
chore: clean database before deploy
pedronauck May 2, 2024
f1d3e27
fix: drop pgboss
pedronauck May 2, 2024
45ba65b
fix: db setup on docker
pedronauck May 2, 2024
656b362
fix: readonly docer
pedronauck May 3, 2024
62cca1e
fix: change nodaemon to attach
pedronauck May 3, 2024
c901114
fix: pm2 runtime
pedronauck May 3, 2024
0ed3571
fix: docker
pedronauck May 3, 2024
e5ec593
fix: dockerfile
pedronauck May 3, 2024
c719ac6
fix: dockerfile [2]
pedronauck May 3, 2024
8a4b9f4
chore: remove db clean on run
pedronauck May 3, 2024
f0956d5
chore: increase queue concurrency
pedronauck May 3, 2024
fe13178
chore: add queue concurrency as env
pedronauck May 3, 2024
90817a9
fix: queue concurrency
pedronauck May 3, 2024
8fde232
chore: add workers to improve adding transactions
pedronauck May 3, 2024
b455736
fix: passing input for worker
pedronauck May 3, 2024
adea4db
chore: remove DB_MIGRATE env
pedronauck May 3, 2024
feddc26
fix: worker add for transactions
pedronauck May 3, 2024
ef4fccf
fix: add block range as queue
pedronauck May 3, 2024
5240aa1
fix: queue functions
pedronauck May 3, 2024
1eb6206
chore: remove workers
pedronauck May 3, 2024
06ed571
fix: sync transactions
pedronauck May 4, 2024
a573fee
chore: queue performance improvement
pedronauck May 4, 2024
b337707
chore: batching transaction resources
pedronauck May 4, 2024
0a79a3a
chore: improve queue handling
pedronauck May 4, 2024
0f41908
chore: change block range job priority
pedronauck May 4, 2024
90603e8
chore: machine running in a worker
pedronauck May 4, 2024
70c2e3a
chore: improve worker dispatch
pedronauck May 5, 2024
e07caab
chore: change add block range priority
pedronauck May 5, 2024
938665b
chore: fix cli
pedronauck May 5, 2024
33d77d3
fix: serial batchs for adding on queue
pedronauck May 8, 2024
49dc59a
chore: perf improves
pedronauck May 10, 2024
9a6b514
chore: add rabbitmq
pedronauck May 11, 2024
d3cb597
chore: fix rabbitmq
pedronauck May 11, 2024
51170fc
chore: savepoint
pedronauck May 22, 2024
75c3622
chore: adjust algorithm perf
pedronauck May 28, 2024
3cde3d4
chore: split rabbitmq channels
pedronauck May 30, 2024
695e084
fix: check tx active jobs too
pedronauck May 30, 2024
564fda2
chore: savepoint
pedronauck Jun 12, 2024
bc8dfbf
chore: savepoint
pedronauck Jun 12, 2024
a4b9168
chore: import old graphql package
pedronauck Jun 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: remove notification service
pedronauck committed Apr 19, 2024
commit af31bcc5f907fd91a9d385610018e7595880e015
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -30,7 +30,6 @@
"dev": "./scripts/dev.sh",
"dev:explorer": "pnpm --filter=app-explorer dev",
"dev:graphql": "pnpm --filter=graphql dev",
"dev:notification": "pnpm --filter=notification-service dev:notification",
"dev:portal": "pnpm --filter=app-portal dev",
"format": "biome format --write .",
"lint": "biome check --apply-unsafe .",
21 changes: 0 additions & 21 deletions packages/notification-service/.env.production

This file was deleted.

5 changes: 0 additions & 5 deletions packages/notification-service/.gitignore

This file was deleted.

95 changes: 0 additions & 95 deletions packages/notification-service/load.envs.js

This file was deleted.

31 changes: 0 additions & 31 deletions packages/notification-service/package.json

This file was deleted.

33 changes: 0 additions & 33 deletions packages/notification-service/prisma/schema.prisma

This file was deleted.

48 changes: 0 additions & 48 deletions packages/notification-service/prisma/seed.ts

This file was deleted.

6 changes: 0 additions & 6 deletions packages/notification-service/src/contracts/Erc20.ts

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

78 changes: 0 additions & 78 deletions packages/notification-service/src/index.ts

This file was deleted.

Loading