-
Notifications
You must be signed in to change notification settings - Fork 141
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
BitSong FanToken (x/fantoken) factory for token staking voting module #836
Closed
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
NoahSaso
force-pushed
the
noah/bitsong-fantoken
branch
6 times, most recently
from
June 6, 2024 04:33
aec2030
to
ac2aa4a
Compare
NoahSaso
force-pushed
the
noah/bitsong-fantoken
branch
2 times, most recently
from
June 18, 2024 16:56
64ab779
to
a7ca6b1
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## development #836 +/- ##
===============================================
+ Coverage 96.26% 96.43% +0.17%
===============================================
Files 209 226 +17
Lines 53514 59468 +5954
===============================================
+ Hits 51513 57346 +5833
- Misses 2001 2122 +121 ☔ View full report in Codecov by Sentry. |
NoahSaso
changed the title
bitsong fantoken support
BitSong FanToken (x/fantoken) factory creation support
Jun 18, 2024
NoahSaso
changed the title
BitSong FanToken (x/fantoken) factory creation support
BitSong FanToken (x/fantoken) factory for token staking voting module
Jun 18, 2024
JakeHartnell
approved these changes
Jul 2, 2024
…oting-token-staked when creating a DAO
NoahSaso
force-pushed
the
noah/bitsong-fantoken
branch
from
July 7, 2024 03:23
ffb2132
to
b337396
Compare
NoahSaso
force-pushed
the
noah/bitsong-fantoken
branch
from
July 7, 2024 04:36
e665e79
to
4a794c0
Compare
Closing in favor of #845 |
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.
btsg-ft-factory
Serves as a factory that issues new
fantokens
on BitSong and returns their denom for use with the
dao-voting-token-staked voting module
contract.
Instantiation and execution are permissionless. All DAOs will use the same
factory and execute
Issue
to create new fantokens throughTokenInfo::Factory
during voting module instantiation.