Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

Fix/gha graph #1165

Merged
merged 56 commits into from
Nov 6, 2023
Merged
Changes from 1 commit
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
94d5dcc
Feat/batch burn (#1051)
bitbeckers Aug 29, 2023
7eb8c8d
chore(turbo): split graph deploys (#1055)
bitbeckers Aug 29, 2023
e4a0cdf
Fix/workspace label (#1060)
bitbeckers Aug 29, 2023
4cfd980
1052 subgraph a claimed token should indicate whether it was claimed …
bitbeckers Aug 29, 2023
9487577
fix(graph): update mapping to claim (#1061)
bitbeckers Aug 29, 2023
c195147
nitial trader implementation (#1063)
bitbeckers Sep 5, 2023
e27a63f
feat(tokens): surface accepted tokens (#1065)
bitbeckers Sep 6, 2023
e95571c
Feat/accepted tokens (#1066)
bitbeckers Sep 6, 2023
cf9da0a
Feat/accepted tokens (#1067)
bitbeckers Sep 6, 2023
0e8d690
[Prod]:Deployed to Celo, updated Defender, version bumps for everyone…
bitbeckers Oct 23, 2023
2d45950
Merge branch 'develop' into develop-contracts
bitbeckers Oct 25, 2023
728e9c7
chore(prep): protocol contracts to protocol dir
bitbeckers Oct 25, 2023
850036e
chore(prep): tests to protocol dir and remappings
bitbeckers Oct 25, 2023
b893aef
chore(license): MIT license
bitbeckers Oct 25, 2023
70a4bbd
Feat/init marketplace (#1139)
bitbeckers Oct 27, 2023
73891be
Merge branch 'develop-contracts' of github.com:hypercerts-org/hyperce…
bitbeckers Oct 27, 2023
b398082
chore(lint): cleanup config and affiliate flows (#1140)
bitbeckers Oct 27, 2023
d48f2ba
chore(license): dual licensing contracts + repo (#1141)
bitbeckers Oct 27, 2023
5971ab1
feat(config): updated sdk init config
bitbeckers Oct 30, 2023
6eb63f6
feat(tests): fix all tests to use updated init
bitbeckers Oct 31, 2023
a9c7e44
feat(test): uncommented all SDK tests
bitbeckers Oct 31, 2023
abb7daa
fix(log): remove result logging
bitbeckers Oct 31, 2023
d01c7b0
[Test] Release marketplace contracts on testnet and add to contracts …
bitbeckers Nov 3, 2023
edd342d
chore(build): fresh build
bitbeckers Nov 3, 2023
5b64846
Merge branch 'develop' into feat/sdk-remove-default-chainid-dependency
bitbeckers Nov 3, 2023
fa5a676
chore(clean): remove contracts/contracts dir
bitbeckers Nov 3, 2023
7e312f1
fix(gha): non-next env var in gha for sdk
bitbeckers Nov 3, 2023
23a8497
chore(run): kick
bitbeckers Nov 3, 2023
c97ae3c
fix(jest): forceExit hanging async call
bitbeckers Nov 3, 2023
60b7f76
Merge branch 'develop' into feat/sdk-remove-default-chainid-dependency
bitbeckers Nov 3, 2023
efedbe3
Merge branch 'develop-contracts' into feat/sdk-remove-default-chainid…
bitbeckers Nov 4, 2023
afc517d
Merge branch 'feat/sdk-remove-default-chainid-dependency' of github.c…
bitbeckers Nov 4, 2023
96970dc
chore(build): fresh run for sanity
bitbeckers Nov 4, 2023
01f62de
fix(lint): ignore **/abi instead of **/src/abi
bitbeckers Nov 4, 2023
90d6111
feat(fe): integrate in FE and SDK 0.9.1
bitbeckers Nov 4, 2023
b40fbe8
chore(bump): sdk 0.9.1-viem
bitbeckers Nov 4, 2023
67a4052
feat(fe): update FE to use SDK 0.9.1
bitbeckers Nov 4, 2023
53e45ae
chore(cleanup): code cleanup SDK
bitbeckers Nov 6, 2023
5302e32
chore(bump): sdk version bump
bitbeckers Nov 6, 2023
f54e1f4
chore(fe): update SDK dep version
bitbeckers Nov 6, 2023
d467682
fix(sdk): chainId config
bitbeckers Nov 6, 2023
c8f73a5
chore(parse): fix parse calc
bitbeckers Nov 6, 2023
14f29d3
fix parse allowlist csv tests
Jipperism Nov 6, 2023
c123b62
fix injected chain id in config
Jipperism Nov 6, 2023
9f8b7f4
update component config.tsx
Jipperism Nov 6, 2023
ff07f54
chore(bump): updated sdk alpha
bitbeckers Nov 6, 2023
e8858e7
chore(run): sanity check passed
bitbeckers Nov 6, 2023
71d101e
chore(build): graphSDK
bitbeckers Nov 6, 2023
d88b6b9
feat(fe): plasmic rendering issues.
bitbeckers Nov 6, 2023
2cd075f
feat(sdk): web3 token
bitbeckers Nov 6, 2023
53412d1
chore(defender): removed api_key sep network conf
bitbeckers Nov 6, 2023
2d902b0
chore(defender): remove verbose log batch action
bitbeckers Nov 6, 2023
3e43901
chore(gha): deduplicate runs - now on all push
bitbeckers Nov 6, 2023
e143ec6
chore(lint): lint fe lib
bitbeckers Nov 6, 2023
acaeca5
chore(gha): cleaned up env vars
bitbeckers Nov 6, 2023
efdd71c
chore(gha): fix Graph gha
bitbeckers Nov 6, 2023
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(turbo): split graph deploys (#1055)
bitbeckers authored Aug 29, 2023
commit 7eb8c8dd49eed9b25bfff7e04d8626be5f62be99
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -34,8 +34,8 @@
"copy:html": "find build/ -name '*.html' -type f | grep -v index.html | sed s/\\.html$// | xargs -I _ bash -c 'mkdir -p _ && cp -v _.html _/index.html'",
"deploy:cors-proxy": "turbo run deploy --filter=@hypercerts-org/cors-proxy --parallel",
"deploy:defender": "turbo run deploy --filter=hypercerts-defender --parallel",
"deploy:graph:goerli": "turbo run deploy:goerli --filter=@hypercerts-org/graph --parallel",
"deploy:graph:optimism": "turbo run deploy:optimism --filter=@hypercerts-org/graph --parallel",
"deploy:graph:goerli": "yarn workspace graph deploy:goerli",
"deploy:graph:optimism": "yarn workspace graph deploy:optimism",
"deploy:os-observer": "turbo run deploy --filter=@hypercerts-org/os-observer --parallel",
"deploy:site": "turbo run build --filter=@hypercerts-org/docs --filter=hypercerts-protocol && turbo run deploy --filter=@hypercerts-org/frontend && yarn copy",
"dev:cors-proxy": "turbo run dev --filter=@hypercerts-org/cors-proxy --parallel",