-
Notifications
You must be signed in to change notification settings - Fork 81
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/factory create with public key #208
base: main
Are you sure you want to change the base?
Feat/factory create with public key #208
Conversation
deploy wasm check account balance after account delete
@race-of-sloths include |
@petersalomonsen Thank you for your contribution! Your pull request is now a part of the Race of Sloths! Current status: staleThis pull request was removed from the race, but you can include it again with What is the Race of SlothsRace of Sloths is a friendly competition where you can participate in challenges and compete with other open-source contributors within your normal workflow For contributors:
For maintainers:
Feel free to check our website for additional details! Bot commands
|
❌ PR inactiveThis PR has been inactive for two weeks. It's now marked as stale. Tip If you think it's a mistake, you can restart the bot with |
This Pull Request adds support for the
public_key
parameter, which is documented in sputnikdao-factory2/README.md. This is also discussed in #20, but this feature does not seem to be implemented.It also adds a "devcontainer" configuration for use with github codespaces.
To be able to build the factory contract and run it in near-workspaces, a wasm-opt command with signext-lowering is added.
There's a new test in the factory, using near-workspaces that will create a dao using the factory, and provide the public key of the signer account, and finally delete the dao, and check that funds are returned to the creator account.
resolves #207
resolves NEAR-DevHub/neardevhub-treasury-dashboard#190