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

(OraklNode) Add github action test #1150

Closed
wants to merge 10 commits into from
Closed

Conversation

nick-bisonai
Copy link
Collaborator

Description

Adds github action for testing.
Includes lint & vet

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist before requesting a review

  • I have performed a self-review of my code.
  • If it is a core feature, I have added thorough tests.

Deployment

  • Should publish npm package
  • Should publish Docker image

nick-bisonai and others added 8 commits February 19, 2024 15:32
* feat: init

feat: add workspace

fix: remove ignore file

feat: implement `SignTxAsFeePayer`

fix: go mod tidy

test: add test codes.

feat: add missing implementations

fix: update package name, fix queries

test: updates during test code implementation

test: add test codes.

feat: add missing implementations

fix: update package name, fix queries

feat: add missing implementations

fix: update package name, fix queries

test: update test codes, fix minor errors

test: update test codes, fix minor errors

test: update for test

fix: remove logs

test: add contract reading codes

test: wip

feat: add missing implementations

fix: update package name, fix queries

test: update test codes, fix minor errors

test: update test codes, fix minor errors

test: update for test

fix: remove logs

test: add contract reading codes

test: wip

refactor: update names and cleanup

test: wip

feat: add dockerfile and github workflow

feat: update github action files

* fix: go mod tidy

* fix: go mod tidy, update project path

* feat: local docker compose update

* feat: update google secret manager implementation

* fix: remove test purpose logging

* fix: update github action

* test: tmp file to trigger GA

* test: update github action

* fix: update migration file

* fix: fix syntax error

* fix: rollback

* fix: rollback

feat: update fp-pk handling code

wip

* fix: trim 0x for pk

* fix: remove comment and logs

* fix: handle 0x prefix for pk

* fix: update env var handler

* fix: update context handling

* fix: remove unnecessary comment

* fix: update based on feedbacks

* fix: typo

* fix: remove underscored variables

* feat: example k6 script
* feat: add error code and catch error

* test: trigger ga

* fix: Modify location of jest binary

* fix: remove tmp file

---------

Co-authored-by: jay-bisonai <[email protected]>
* feat: init

* fix: remove comments

* fix: go mod tidy
* test: add tests

* feat: update singleton functionality

* fix: mutex instead of sync.once

* feat: take context as param

* fix: update test, rollback singleton

* fix: use sync.once

* fix: rollback to use sync.Once, update tests

* fix: teardown only once from main

* fix: go mod tidy
* feat: update testcodes, fix migration file

* fix: update based on feedback
* restructure contracts directory

* fixed git action error for contracts

* push to trigger github action

* Update vrf/README.md

Co-authored-by: Martin Kersner <[email protected]>

* moved github action in contract-v0.2 to root repo

* restructure contracts folders

* fixed solhint error

* fixed linting error

* Push to trigger test action

* removed comment for test action

* modified deploy script and docker files follow new contract structure

* updated path in aggregator deployment

---------

Co-authored-by: Martin Kersner <[email protected]>
@nick-bisonai nick-bisonai self-assigned this Feb 21, 2024
@nick-bisonai nick-bisonai requested a review from a team as a code owner February 21, 2024 01:28
@nick-bisonai nick-bisonai deleted the feat/orakl-node-test branch February 21, 2024 07:37
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.

2 participants