-
Notifications
You must be signed in to change notification settings - Fork 0
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
Treasury selection #58
Merged
solanoepalacio
merged 46 commits into
rm-treasury-check-and-cleanup
from
treasury-selection
Apr 1, 2024
Merged
Treasury selection #58
solanoepalacio
merged 46 commits into
rm-treasury-check-and-cleanup
from
treasury-selection
Apr 1, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Deploying example-grant-program with Cloudflare Pages
|
mat1asm
reviewed
Apr 1, 2024
mat1asm
reviewed
Apr 1, 2024
mat1asm
reviewed
Apr 1, 2024
abhidtu2014
reviewed
Apr 1, 2024
brianUtn98
force-pushed
the
treasury-selection
branch
from
April 1, 2024 12:55
de28647
to
50dcf9e
Compare
sebastianscatularo
previously requested changes
Apr 1, 2024
We expect a list of private keys as an array of number arrays.
scnale
force-pushed
the
treasury-selection
branch
from
April 1, 2024 15:31
da6fd4a
to
59d3d09
Compare
scnale
force-pushed
the
rm-treasury-check-and-cleanup
branch
from
April 1, 2024 15:34
80b784a
to
f27cef4
Compare
scnale
force-pushed
the
treasury-selection
branch
from
April 1, 2024 16:09
aebdd94
to
26c3afa
Compare
solanoepalacio
approved these changes
Apr 1, 2024
solanoepalacio
dismissed
sebastianscatularo’s stale review
April 1, 2024 18:49
We decided not to make the progra addresses configurable since they are not really configurable (instead they need to be set at deployment time)
solanoepalacio
approved these changes
Apr 1, 2024
brianUtn98
added a commit
that referenced
this pull request
Apr 1, 2024
* add lookup table back to config for ease of use in sdk * manually update program IDLs in claim_sdk * formatting * fix integration tests * more integration test fixes * fix compilation by putting stub in place * formatting * adds treasury pub-key to ClaimEvent * minor fix * multi-treasury deployment * mt-02 * Treasury selection (#58) * add lookup table back to config for ease of use in sdk * manually update program IDLs in claim_sdk * formatting * fix integration tests * more integration test fixes * fix compilation by putting stub in place * formatting * adds treasury pub-key to ClaimEvent * minor fix * multi-treasury deployment * mt-02 * WIP treasury and funders pull and selection * treasury list without env * support multiple funders and use same one than frontend to sign * sign transaction in the frontend and pass the funder used to the backend * fix mayority of tests * remove injective test to be up to date with main * fix BE tests * FE prettier * BE prettier * fix linter * updated treasury addresses * fix linting * Fix algorand claim info identity serialization (#56) * Add message for EVM wallet selector (#59) * backend: modifies private key secret format We expect a list of private keys as an array of number arrays. * backend: adds types for node v18 * frontend: use `JSON.parse` to parse private key in test * backend: prettier run * all: replaces token dispenser program id env var with constant * update toStringWithDecimals from 9 to 6 * remove injective test * fix yarn.lock * fix backend prettier * frontend fix prettier * token dispenser fix prettier * run pre-commit locally * linter * added solana/web3 dep * multi-treasury deployment 03 * use tokenDispenserProgramId from same workspace * prettier * remove dep between front and back * update treasuries and funders * frontend prettier --------- Co-authored-by: nonergodic <[email protected]> Co-authored-by: solanoe <[email protected]> Co-authored-by: Martin Picco <[email protected]> Co-authored-by: Valentino Conti <[email protected]> Co-authored-by: Sebastián Claudio Nale <[email protected]> --------- Co-authored-by: solanoe <[email protected]> Co-authored-by: Brian Monroy <[email protected]> Co-authored-by: Martin Picco <[email protected]> Co-authored-by: Valentino Conti <[email protected]> Co-authored-by: Sebastián Claudio Nale <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.