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

Activate dependabot, build tweaks, green CI #6

Merged
merged 17 commits into from
Feb 9, 2021
Merged

Conversation

kremalicious
Copy link
Contributor

@kremalicious kremalicious commented Jan 14, 2021

  • activate dependabot
  • move auto-generated typings into src/@types
  • run typings generation on CI
  • run build on CI
  • add src/@types/ & build/ to gitignore
  • package updates
  • switch to GitHub Actions for CI run
  • disable eqeqeq ESLint rule, because The Graph relies on the non-best practice usage of it
  • simplify ESLint defaults from extends

Actually making use of type checking stays broken since https://github.com/graphprotocol/graph-ts/issues/113 seems still not solved

closes #11

src/helpers.ts Outdated Show resolved Hide resolved
@kremalicious kremalicious changed the title Activate dependabot, build tweaks Activate dependabot, build tweaks, green CI Feb 7, 2021
@mihaisc mihaisc self-requested a review February 8, 2021 10:41
@mihaisc
Copy link
Contributor

mihaisc commented Feb 8, 2021

If no one has any comments i'll merge this today/tomorrow

mihaisc
mihaisc previously approved these changes Feb 9, 2021
@kremalicious
Copy link
Contributor Author

giphy-2

@ssallam
Copy link
Contributor

ssallam commented Feb 9, 2021

We can't merge before testing deployment on a local node.

@alexcos20
Copy link
Member

I agree, as long as there are changes in the actual code (src/). We need to test it first

* improve developer docs

* fix readme

Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>

* update gitignore

Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>

* .env, and infura key

Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>

Co-authored-by: mihaisc <mihai.scarlat@smartcontrol.ro>
@mihaisc mihaisc dismissed their stale review February 9, 2021 09:11

need testing

@mihaisc
Copy link
Contributor

mihaisc commented Feb 9, 2021

Will test on rinkeby

# Conflicts:
#	README.md
#	src/helpers.ts
#	src/mappings/pool.ts
@ssallam ssallam mentioned this pull request Feb 9, 2021
* Update the readme file.

* Add totalOceanLiquidity and fix TVL calculation

* add logs to track pool shares.

* update variable names

* fix error after merge

Co-authored-by: ssallam <travis@travis-ci.org>
Copy link
Contributor

@ssallam ssallam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@ssallam
Copy link
Contributor

ssallam commented Feb 9, 2021

Tested on Rinkeby (using local graph-node), seems to work.

ssallam added 2 commits February 9, 2021 11:09
@ssallam ssallam merged commit f1a8269 into main Feb 9, 2021
@ssallam ssallam deleted the feature/dependabot branch February 9, 2021 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cleanup: add basics for testing of repos
4 participants