mihaisc
aee246cf7a
fixed search syntax ( #874 )
...
* fixed search syntax
* fixed query structure
* fix search structure
* fix fetch algos
* fix published query
* fix published
* fix
2021-09-24 13:32:14 +02:00
Jamie Hewitt
743ae02642
Fixing broken link in readme ( #793 )
2021-08-11 07:27:14 -07:00
7279a642f6
docs updates, remove GATSBY_NETWORK env var
2021-07-27 16:12:54 +02:00
Bogdan Fazakas
4fbac1e2e0
merged multinetwork into poc-urql
2021-07-07 11:08:39 +03:00
Norbi
4e0bc09f8c
Adapt Aquarius queries to chainId ( #667 )
...
* wip
* get latest assets from multiple networks
* updated queryMetadata function in components
* added new multinetwork aquarius api
* Use ddo chainId for AssetType inside teaser
* added chainId filter to queries from home page
* put chainId query string in parenthesis
* search filter by chainIds
* updated getDoo and getAssetName functions
* removed logs and fixed lint errors
* updated get published assets query
* adapted bookmarks aquarius call to multinetwork
* removed temporary ddo
Co-authored-by: Norbi <katunanorbert@gmai.com>
2021-07-07 09:45:20 +03:00
Bogdan Fazakas
8d50eb92c0
merged multinetwork into poc-urql
2021-07-05 14:27:43 +03:00
Bogdan Fazakas
5de2a6e330
remove apollo typings and generate schema using urql
2021-07-02 09:44:24 +03:00
Norbi
14f2f2a747
Merge branch 'main' into feature/multinetwork
2021-07-01 14:44:21 +03:00
Jamie Hewitt
00bce63b8d
Adding advanced documentation ( #687 )
...
* Creating advance documentation file
* adding descriptions of advance features
* fixing small issues
* update RBAC instructions
* update RBAC instructions
* integrating feedback
* reorder example env vars, document in place
* integrating feedback
* additional instructions on RBAC settings
* fixing contents links
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2021-06-22 12:16:27 +02:00
21792e9d4f
move OceanProvider to asset route
2021-06-04 15:13:47 +02:00
3332249928
refactor and tinkering
2021-06-04 15:06:24 +02:00
729bc5d998
update docs
2021-06-04 11:43:51 +02:00
Jamie Hewitt
24ad90cf59
Creating a new 'forking' section on the readme ( #613 )
...
* Creating a new 'forking' section on the readme
* adding copyright message to forking section in readme
2021-05-25 08:31:11 +02:00
mihaisc
1599d74cfe
Update search and publish ( #444 )
...
* fix querys
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* lib bump, publish update
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* package-lock
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix searchquery
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2021-03-18 13:27:58 +02:00
bdccb0966f
Web3/Ocean splitup + full Polygon/Matic support ( #433 )
2021-03-17 11:44:26 +01:00
73826dc651
mention Barge + The Graph setup ( #378 )
2021-02-11 16:02:58 +01:00
53d984a3b6
Fix development with Barge ( #369 )
...
* add contracts copying script
* AssetList failsafe against unexpected Aquarius responses
* grab dev contract addresses from address.json
* script fix
* fix auto-connection in NetworkMonitor
* update dev instructions
* remove the last_block Aquarius workaround
* fix providerUri switch in file input
2021-02-10 12:08:59 +01:00
a951f9bf3b
replace Travis with GitHub Actions workflow ( #358 )
...
* replace Travis with GitHub Actions workflow
* fix prettier on Windows
* remove PascalCasing bash one-liner for one use case
* use mkdirp to workaround Windows
* cache tweaks
* move s3 deploy to own workflow
* upload artifacts for debug
* path tweak
* debug
* apollo:codegen without folder pre-creation
* debug: activate s3 deploy for all branches
* pass env vars to deployment build
* more env var passing
* deploy main branch pushes only
2021-02-02 15:07:02 +02:00
ad864cc249
Dev experience tweaks ( #354 )
...
* add VS Code workspace settings
* add everything required for auto-formatting on filesave
* add list of suggested extensions
* add pre-commit hook for `npm run format`
* update code style docs
* make pre-commit work
* update docs
Co-authored-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2021-01-28 17:28:32 +01:00
mihaisc
273769388c
Pool statistics from the graph ( #288 )
...
* graphql
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* ignore generated
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* delete generated
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix travis
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix travis
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix fetch
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix travis
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix fetch
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* update readme
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* pool creator liquidit& statistics
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* graph with the graph
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* cleanup
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix query
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* update poll interval
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* update graph url
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* ocean bump
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* run apollo codegen before starting gatsby
* put back graph loading state
* typing fix
* graph tweak, add error state
* readme update
* remove unused functions, move graph provider
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix package-lock
* fix graph when switching tabs
* generate apollo files into one folder
* fix loading
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix codegen camelcase
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* bump apollo packages
* document subgraph usage, add example
* rewrite into Data Sources, add quick examples
* more data sources docs
* docs updates, typos
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2021-01-21 16:02:48 +01:00
cfb957d3ef
add Contributing section ( #323 )
2021-01-20 16:31:04 +02:00
Trent McConaghy
50f15fa294
Update README.md
2021-01-05 10:26:35 +01:00
0c0e15896c
netflify badge, deployment docs update
2020-11-12 16:41:40 +01:00
Trent McConaghy
40ebb7106d
small test
...
(checking permissions)
2020-11-03 16:27:16 +01:00
cadb8228e1
url update
2020-10-27 09:13:11 +01:00
ce2b77602d
remove infrastructure docs
2020-10-23 13:43:04 +02:00
e624ba0191
master → main
2020-07-29 18:27:04 +02:00
d7006c0199
more docs updates
2020-07-20 22:40:07 +02:00
43e2f7b6bd
update docs
2020-07-20 22:36:53 +02:00
cb4850835d
remove api directory, remove redeploy action
2020-07-20 22:16:59 +02:00
9a18502078
update docs
2020-07-15 13:54:36 +02:00
7b6cb91410
kick out squid-js, replace with lib
2020-07-15 13:54:35 +02:00
1de31e4eff
consolidate actual app config
2020-07-08 15:15:02 +02:00
38ccfc635e
refactor for Gatsby, update all the things
2020-06-30 11:28:49 +02:00
mihaisc
70e2375c88
Update README.md
2020-05-19 12:31:20 +03:00
alexcos20
ebd5ba9495
first commit
2020-05-07 09:03:30 +03:00
Alex Coseru
cf99b06222
Initial commit
2020-04-28 12:06:43 +03:00