Skip to content

Commit

Permalink
Mmackz/db plugin automation (#13)
Browse files Browse the repository at this point in the history
* delete test

* feat: add jojo stake plugin

* Chore: bump pnpm 8.15.3

* test

* Feat(zora): add simulateMint

* Feat(mirror): add simulateMint

* Feat(sound): add mintSimulate

* chore: format

* Chore: changeset

* Version Packages (alpha)

* add zod as a dev dependency

* add script

* add js-yaml

* update

* test

* commonjs

* things

* install types

* why not

* change

* logs

* drop catch

* set path

* add url to schema

* add test plugin

* chore: format

* update config

* add comment

* exit on error

* fill in details

* add check for new packages

* remove config

* add type notations

* branches

* target fork

* :(

* 1

* Feat(registry): add getTxSimulation to registry

* 2

* Chore: delete questk pnpm-workspace.yaml

* lfg

* types

* add details

* update message

* Fix: root tsconfig

* Fix: tweak root tsconfig

* chore: format

* Chore: changeset

* Chore: fully remove tsconfig from root

* update script

* Chore: remove per-app pnpm enforcement

* remove icon

* chore: version package (alpha)

* update

* update

* add details

* remove logs

* pass tests

* add branch

* test merge

* fix: delete TOKEN_JUSD

* Chore(utils): add sepolia to chain-ids

* Chore(types): make tokenId option for mint intent

* Fix(zora): update ABI, Save legacy mint in seperate ABI

* Feat(zora): add mint cop addresses

* Feat(utils): ADD TREASURY CONST

* Feat(zora): update intent/simulation with new contract

* Test(zora): simulation

* chore: format

* Chore: cleanup

* chore: format

* Fix: update simulation return types

* added export for tokens directory

* chore: format

* chore: format

* added changeset

* Test(zora): remove only

* Test(zora): update test data

* Chore(deps): bump codecov/codecov-action from 4.0.1 to 4.1.0

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.0.1 to 4.1.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v4.0.1...v4.1.0)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Refactor(zora): use viem pad over helper

Thanks for the tip @jonathandiep

* Chore(zora): remove stray log

* Chore: changeset

* refactor(jojo): remove template comments

* refactor(jojo): convert bigint to string value

* chore: version package (alpha)

* Fix(zora): remove extra msgArgs

* chore: version package (alpha)

* validateicon

* update action

* use ngrok for testing

* Fix config file format verification script

* update iconoption

* change ngrok url

* fix logo url

* fix logo url

* verify unique urls

* add env override

* add script to register plugin details

* change install node step

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: almo <[email protected]>
Co-authored-by: Quazia <[email protected]>
Co-authored-by: Quazia <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: mmackz <[email protected]>
Co-authored-by: veganbeef <[email protected]>
Co-authored-by: veganbeef <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
9 people authored Mar 1, 2024
1 parent da3472b commit 8c78d6a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/on-push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,8 @@ jobs:
- name: Clone repository
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'

- name: Install dependencies
run: pnpm install && pnpm install node-fetch
uses: ./.github/actions/install-dependencies

- name: Call API to register new plugins with retry logic
run: |
Expand Down

0 comments on commit 8c78d6a

Please sign in to comment.