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

feat: deterministic gen stealth meta address #60

Merged
merged 20 commits into from
May 2, 2024

Conversation

marcomariscal
Copy link
Collaborator

No description provided.

@marcomariscal marcomariscal changed the base branch from main to feat/biome April 17, 2024 21:43
marcomariscal and others added 2 commits May 1, 2024 14:11
* feat: handle just passing the stealth meta-address directly

* chore: format

* chore: format

* feat: send and receive test

* chore: format

* chore: comment

* chore: comment

* chore: clean

* chore: clean

* fix: just wait for the receipt
@garyghayrat garyghayrat merged commit c1f8df2 into feat/biome May 2, 2024
3 checks passed
garyghayrat added a commit that referenced this pull request May 2, 2024
* feat: biome

* chore: biome format

* chore: biome no trailing comma

* chore: format examples with biome

* chore: format

* feat: biome format

* feat: biome lint script

* feat: biome check

* fix: lint errors

* feat: remove lint since build already runs biome check

* chore: format

* feat: apply

* chore: import sort

* fix: use biome

* feat: deterministic gen stealth meta address (#60)

* fix: valid compressed key input type clarity

* fix: comment and variable clarity

* feat: get stealth meta address from keys

* feat: is valid pub key

* feat: is valid key tests

* feat: gen keys from sig

* chore: default export

* chore: fix import

* fix: test

* feat: extract portions into own func for testing

* feat: get stealth meta address from signature

* feat: test

* feat: example for gen stealth meta address from sig

* chore: lint

* fix: comment

* feat: change get to generate (verbiage)

* fix: generate verbiage

* chore: clean

* Update examples/generateDeterministicStealthMetaAddress/README.md

Co-authored-by: Gary Ghayrat <[email protected]>

* feat: send and receive test (#62)

* feat: handle just passing the stealth meta-address directly

* chore: format

* chore: format

* feat: send and receive test

* chore: format

* chore: comment

* chore: comment

* chore: clean

* chore: clean

* fix: just wait for the receipt

---------

Co-authored-by: Gary Ghayrat <[email protected]>

* fix: ci workflow for check

* fix: dont apply with check

* fix: check to end

* chore: check

---------

Co-authored-by: Gary Ghayrat <[email protected]>
garyghayrat added a commit that referenced this pull request May 2, 2024
* fix: use beforeall

* fix: use beforeAll

* fix: use beforeAll

* fix: use beforeAll

* fix: use beforeAll

* fix: beforeAll

* chore: remove logs

* feat: large num of announcements to 100 for testing speed

* chore: spelling

* feat: biome for linting and formatting (#56)

* feat: biome

* chore: biome format

* chore: biome no trailing comma

* chore: format examples with biome

* chore: format

* feat: biome format

* feat: biome lint script

* feat: biome check

* fix: lint errors

* feat: remove lint since build already runs biome check

* chore: format

* feat: apply

* chore: import sort

* fix: use biome

* feat: deterministic gen stealth meta address (#60)

* fix: valid compressed key input type clarity

* fix: comment and variable clarity

* feat: get stealth meta address from keys

* feat: is valid pub key

* feat: is valid key tests

* feat: gen keys from sig

* chore: default export

* chore: fix import

* fix: test

* feat: extract portions into own func for testing

* feat: get stealth meta address from signature

* feat: test

* feat: example for gen stealth meta address from sig

* chore: lint

* fix: comment

* feat: change get to generate (verbiage)

* fix: generate verbiage

* chore: clean

* Update examples/generateDeterministicStealthMetaAddress/README.md

Co-authored-by: Gary Ghayrat <[email protected]>

* feat: send and receive test (#62)

* feat: handle just passing the stealth meta-address directly

* chore: format

* chore: format

* feat: send and receive test

* chore: format

* chore: comment

* chore: comment

* chore: clean

* chore: clean

* fix: just wait for the receipt

---------

Co-authored-by: Gary Ghayrat <[email protected]>

* fix: ci workflow for check

* fix: dont apply with check

* fix: check to end

* chore: check

---------

Co-authored-by: Gary Ghayrat <[email protected]>

---------

Co-authored-by: Gary Ghayrat <[email protected]>
garyghayrat added a commit that referenced this pull request May 2, 2024
…#46)

* feat: improve coverage

* feat: coverage to .98

* package: update viem

* feat: large num of announcements to 100 for testing speed

* feat: biome for linting and formatting (#56)

* feat: deterministic gen stealth meta address (#60)

* fix: valid compressed key input type clarity

* feat: get stealth meta address from keys

* feat: is valid pub key

* feat: is valid key tests

* feat: gen keys from sig

* feat: extract portions into own func for testing

* feat: get stealth meta address from signature

* feat: example for gen stealth meta address from sig

* Update examples/generateDeterministicStealthMetaAddress/README.md

* feat: send and receive test (#62)

* feat: handle just passing the stealth meta-address directly

* feat: send and receive test

---------

Co-authored-by: Gary Ghayrat <[email protected]>
marcomariscal added a commit that referenced this pull request May 3, 2024
…#46)

* feat: improve coverage

* feat: coverage to .98

* package: update viem

* feat: large num of announcements to 100 for testing speed

* feat: biome for linting and formatting (#56)

* feat: deterministic gen stealth meta address (#60)

* fix: valid compressed key input type clarity

* feat: get stealth meta address from keys

* feat: is valid pub key

* feat: is valid key tests

* feat: gen keys from sig

* feat: extract portions into own func for testing

* feat: get stealth meta address from signature

* feat: example for gen stealth meta address from sig

* Update examples/generateDeterministicStealthMetaAddress/README.md

* feat: send and receive test (#62)

* feat: handle just passing the stealth meta-address directly

* feat: send and receive test

---------

Co-authored-by: Gary Ghayrat <[email protected]>
marcomariscal added a commit that referenced this pull request May 4, 2024
…#46)

* feat: improve coverage

* feat: coverage to .98

* package: update viem

* feat: large num of announcements to 100 for testing speed

* feat: biome for linting and formatting (#56)

* feat: deterministic gen stealth meta address (#60)

* fix: valid compressed key input type clarity

* feat: get stealth meta address from keys

* feat: is valid pub key

* feat: is valid key tests

* feat: gen keys from sig

* feat: extract portions into own func for testing

* feat: get stealth meta address from signature

* feat: example for gen stealth meta address from sig

* Update examples/generateDeterministicStealthMetaAddress/README.md

* feat: send and receive test (#62)

* feat: handle just passing the stealth meta-address directly

* feat: send and receive test

---------

Co-authored-by: Gary Ghayrat <[email protected]>
marcomariscal added a commit that referenced this pull request May 4, 2024
…#46)

* feat: improve coverage

* feat: coverage to .98

* package: update viem

* feat: large num of announcements to 100 for testing speed

* feat: biome for linting and formatting (#56)

* feat: deterministic gen stealth meta address (#60)

* fix: valid compressed key input type clarity

* feat: get stealth meta address from keys

* feat: is valid pub key

* feat: is valid key tests

* feat: gen keys from sig

* feat: extract portions into own func for testing

* feat: get stealth meta address from signature

* feat: example for gen stealth meta address from sig

* Update examples/generateDeterministicStealthMetaAddress/README.md

* feat: send and receive test (#62)

* feat: handle just passing the stealth meta-address directly

* feat: send and receive test

---------

Co-authored-by: Gary Ghayrat <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants