Commit Graph
26 Commits
Author SHA1 Message Date
Alex Johnson 0612051d51 chore: add govulncheck (#316)
* import

* add target

* workflow

* remove parallel

* fix with dummy
2023-12-20 14:52:33 -05:00
Eric Warehime 4e7e7acfbf chore: Add e2e test readme (#319) 2023-12-20 09:49:11 -08:00
Alex Johnson b48073d3eb test: use chaintestutil (#296)
* rename

* fix

* format

* workflow

* add basic test

* add targetss

* use commit

* workflow

* basic setup

* add keeper

* fix

* fix?

* update

* update

* update

* fix

* fix

* go work inti
2023-12-13 09:01:14 -05:00
Alex Johnson 7e279c5daa chore: rename integration to e2e (#291) 2023-12-12 16:23:15 -08:00
Eric Warehime c09da7733b chore: Get goreleaser working for releases (#290) 2023-12-12 08:18:22 -08:00
dependabot[bot] ec1eb9420c chore(deps): bump actions/setup-go from 4 to 5 (#288)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-12 09:21:22 -05:00
Eric Warehime 56eeeb3ea2 chore: Add codecov (#276)
* Add test-cover target

* Add test-cover and codecov upload
2023-12-08 09:32:41 -08:00
Alex Johnson 2b2aba9b4e chore: sdk-v50 (#204)
* update

* clean

* main go mod

* test go mod

* rm codeql
2023-11-08 16:34:19 -05:00
dependabot[bot] 8113f3a956 chore(deps): bump amannn/action-semantic-pull-request (#190)
Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases)
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md)
- [Commits](https://github.com/amannn/action-semantic-pull-request/compare/v5.3.0...v5.4.0)

---
updated-dependencies:
- dependency-name: amannn/action-semantic-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-06 08:00:29 -05:00
Alex Johnsonandaljo242 76dc25bf89 chore: codeql config (#193)
* add config

* add config

* LR

---------

Co-authored-by: aljo242 <alex@ingenuity.build>
2023-11-06 07:50:08 -05:00
dependabot[bot] 6865dd0ffb chore(deps): bump amannn/action-semantic-pull-request (#121)
Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases)
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md)
- [Commits](https://github.com/amannn/action-semantic-pull-request/compare/v5.2.0...v5.3.0)

---
updated-dependencies:
- dependency-name: amannn/action-semantic-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-25 17:27:50 -04:00
Nikhil VasanandDavid Terpay 454d2e5f3d feat(e2e): add integration tests (#100)
* add integration tests

* add workflow

---------

Co-authored-by: David Terpay <35130517+davidterpay@users.noreply.github.com>
2023-09-18 10:03:11 -04:00
dependabot[bot] 67731ebd86 chore(deps): bump goreleaser/goreleaser-action from 4 to 5 (#68)
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 4 to 5.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-11 14:54:36 -04:00
dependabot[bot] 0b36a2a2d0 chore(deps): bump actions/checkout from 3 to 4 (#41)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-07 11:27:40 -04:00
David Terpay dee2fc5d96 init (#6) 2023-08-21 12:47:19 -04:00
David Terpay c740d4c03a init (#5) 2023-08-21 11:15:37 -04:00
David TerpayandNikhil 1ed1adc856 feat(ITS): [ENG-1627]: Moving ITS from release branch to main (#236)
Co-authored-by: Nikhil <nikhil@skip.money>
2023-08-11 18:22:39 +00:00
Aleksandr Bezobchuk ca818ec228 chore(CI): Update Job to Enable Merge Queue (#126) 2023-05-09 22:16:28 -04:00
Aleksandr Bezobchuk cc74b9e027 feat: [ENG-792] Implement E2E Testing Framework (#107) 2023-05-08 14:45:17 -04:00
Aleksandr Bezobchuk fec01aca67 ci: Create lint-pr.yml (#78) 2023-04-24 10:02:02 -04:00
bea9eadbf3 [ENG-711]: First write through of the spec (#57)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <aleks.bezobchuk@gmail.com>
2023-04-18 19:46:43 +00:00
dependabot[bot]andAleksandr Bezobchuk 64e1dd2f58 chore(deps): bump goreleaser/goreleaser-action from 3 to 4 (#62)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-04-14 14:29:44 +00:00
Aleksandr Bezobchuk bd9712f6c2 chore: setup goreleaser (#60) 2023-04-13 13:48:35 -04:00
David TerpayandAleksandr Bezobchuk 9e350bc7f7 [ENG-613]: Linting fixes (#32)
Co-authored-by: Aleksandr Bezobchuk <aleks.bezobchuk@gmail.com>
2023-03-20 16:58:19 +00:00
dependabot[bot] b6da342a49 chore(deps): bump actions/setup-go from 3 to 4 (#30)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-16 10:42:09 -04:00
Aleksandr Bezobchuk 0d475f632d CI Setup (#19) 2023-03-14 10:23:27 -04:00