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

build: development to main #21

Merged
merged 18 commits into from
Jun 18, 2024
Merged

build: development to main #21

merged 18 commits into from
Jun 18, 2024

Conversation

rndquu
Copy link
Member

@rndquu rndquu commented Jun 18, 2024

@gentlementlegen As far as I understand when we merge to the main branch the package version is bumped and published to npm.

whilefoo and others added 18 commits April 8, 2024 19:28
* feat: encode decode functions for permit payloads

* chore: encode decode functions for permit payloads

* chore: changed username to be user id

* chore: wallet upsert for users

* chore: change prototype overload for permit generation

* chore: fixed tests for erc721

* chore: removed useless + in string

* chore: permit type checks for encode decode

* chore: changed permit type checks

* chore: removed unexported types

* chore: removed unnecessary ignoreDependencies directive for Knip

* chore: changed erc721 type to enforce 0 or 1 value

* v1.0.2

* fix!: changed back userId to username

* chore: renamed SUPABASE_ANON_KEY to SUPABASE_KEY

* chore: excluded Numberish in cspell
* feat: encode decode functions for permit payloads

* chore: encode decode functions for permit payloads

* chore: changed username to be user id

* chore: wallet upsert for users

* chore: change prototype overload for permit generation

* chore: fixed tests for erc721

* chore: removed useless + in string

* chore: permit type checks for encode decode

* chore: changed permit type checks

* chore: removed unexported types

* chore: removed unnecessary ignoreDependencies directive for Knip

* chore: changed erc721 type to enforce 0 or 1 value

* v1.0.2

* fix!: changed back userId to username

* chore: renamed SUPABASE_ANON_KEY to SUPABASE_KEY

* chore: excluded Numberish in cspell

* v1.0.3

* v1.1.0

* v1.1.1

* v1.2.0

* feat!: split bundling to avoid importing Node.js modules everywhere

* chore: changed username to be user id

* fix!: changed back userId to username

* chore: removed unused package

* chore: add path separators to .gitignore

---------

Co-authored-by: Korrrba <gitcoiner@gmail.com>
* chore: changed esm to cjs and remove preserve modules

* v1.2.1

* chore: moved code generation to dist folder

* chore: bump package.json version
Co-authored-by: Mentlegen <9807008+gentlementlegen@users.noreply.github.com>
feat: add custom reward token to permit
Copy link
Contributor

Lines Statements Branches Functions
Coverage: 63%
63.88% (237/371) 50% (34/68) 45% (18/40)

JUnit

Tests Skipped Failures Errors Time
15 0 💤 0 ❌ 0 🔥 14.446s ⏱️
Coverage Report (63%)
File% Stmts% Branch% Funcs% LinesUncovered Line #s
All files63.88504563.88 
src32.550032.55 
   generate-permits-from-context.ts25.640025.6417–96
   index.ts100100100100 
src/adapters80100080 
   index.ts801000809
src/adapters/supabase/helpers14.580014.58 
   supabase.ts33.33100033.3310–11
   user.ts14.810014.818–50
   wallet.ts11.110011.118–37
src/handlers73.5458.827573.54 
   encode-decode.ts95801009558
   generate-erc20-permit.ts66.1741.665066.1729–34, 41, 50–53, 58, 80–82, 88–90, 98–100, 128–130
   generate-erc721-permit.ts76.05508076.0560–68, 81, 87, 101–102, 116–117, 152–153
   generate-payout-permit.ts73.3333.3310073.3325–29
   index.ts100100100100 
   register-wallet.ts68.8861.535068.8815–21, 43, 52, 61–64, 77–78
src/types100100100100 
   env.ts100100100100 
   index.ts100100100100 
   permits.ts100100100100 
   plugin-input.ts100100100100 
   typeguards.ts100100100100 
src/utils87.55010087.5 
   keys.ts84.6133.3310084.6113–14, 18–19
   payoutConfigByNetworkId.ts100100100100 
tests100100100100 
   constants.ts100100100100 

@rndquu rndquu marked this pull request as ready for review June 18, 2024 21:54
@rndquu rndquu requested a review from gentlementlegen June 18, 2024 21:54
Copy link
Member

@gentlementlegen gentlementlegen left a comment

Choose a reason for hiding this comment

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

@rndquu Correct, I thought this was the most sensible way to update the package by merging into the production branch. Good to go

@gentlementlegen gentlementlegen merged commit 8f7c3bb into main Jun 18, 2024
4 of 8 checks passed
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.

5 participants