-
Notifications
You must be signed in to change notification settings - Fork 36
[WIP] Signal Scheme #494
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
Open
mrrobot16
wants to merge
35
commits into
daostack:master
Choose a base branch
from
apeunit:signalscheme
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[WIP] Signal Scheme #494
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
32899a9
first test adding metadata to GenericschemeProposal
plsdlr b688aca
Add Meta Field (string) to Generic Scheme Proposal. When Proposal is …
plsdlr a5ea7c5
Add new type GenericSignal in schema for UGenericScheme. Generic Sche…
plsdlr 94dc03c
add entitiy in domain/schema.grapql, add mappings as signal.ts, add w…
plsdlr 8bc854b
deleted meta from UGeneric scheme
plsdlr 12a656c
testwrite into entity @signal / testread entity
plsdlr d321cf6
Add Address from DAO as ID of Signal
plsdlr 42867e8
finished test - to get data from the graph run: npm run test -- test/…
plsdlr 8bcbfa7
cleaned code up , add writesignal
plsdlr 6e1fee2
added reading of ipfs files
plsdlr dadbbd0
add instruction and datavalues for test
plsdlr 8e94988
add read Proposal Handler in signal.ts
plsdlr ba1b05b
building json
plsdlr ce20265
in progress
plsdlr c68079e
add generatestring, replace, generate and append - all in debug mode…
plsdlr 00d966f
fixed small bug
plsdlr 8aadf08
WIP
plsdlr 259bcb4
add 2 testcases
plsdlr 2ce6df2
fixed timer
plsdlr ac51f78
Merge branch 'master' into signalscheme
plsdlr 2ef4277
modifyed Signal Test to fit new merged master
plsdlr 28d1cda
add save character test
plsdlr 561eaf1
small fix
plsdlr 9cadf6e
before testnet
plsdlr daffbfc
update deps and migration image
shekhar-shubhendu e5ef415
add signal scheme mapping
shekhar-shubhendu 5aa73e7
add signal scheme test
shekhar-shubhendu 382b4fc
update private test dao
shekhar-shubhendu 36395e8
add sample mapping
shekhar-shubhendu a14d154
merge upstream
shekhar-shubhendu dc3883a
update signal scheme writing logic
shekhar-shubhendu d9da1dd
update lint issues
shekhar-shubhendu d957df9
update signal scheme tests
shekhar-shubhendu 3c9a88b
refactor test
shekhar-shubhendu ca3827d
Merge branch 'master' into signalscheme
shekhar-shubhendu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"name": "Hubristic Colorist", | ||
"Avatar": "0x66301c44C22E0AEcd8ee8e6073A8300dC138A7af", | ||
"DAOToken": "0xa6b58AE81c37b45BbeAC4C86866fA4b48e378139", | ||
"Reputation": "0xB9e9DfAcb27f42357215aC3942810786C0cb75e2", | ||
"Controller": "0xf577703d169b02e6807f80a4fCe029f7F91124CB", | ||
"Schemes": [ | ||
{ | ||
"name": "GenericScheme", | ||
"alias": "GenericSchemeAlias", | ||
"address": "0xCE792fA3A9cd660fFD1be077CB1358A08Cf9106B", | ||
"arcVersion": "0.0.1-rc.37" | ||
}, | ||
{ | ||
"name": "ContributionRewardExt", | ||
"alias": "ContributionRewardExt", | ||
"address": "0xA10f1c26d7D4BCB1a93F84652177D2E2b320378B", | ||
"arcVersion": "0.0.1-rc.36" | ||
} | ||
], | ||
"StandAloneContracts": [ | ||
{ | ||
"name": "Wallet", | ||
"address": "0x0E1598278e34793C83A4B1989d410DD0D7652b92", | ||
"arcVersion": "0.0.1-rc.37" | ||
}, | ||
{ | ||
"name": "ContributionRewardExt", | ||
"address": "0xA10f1c26d7D4BCB1a93F84652177D2E2b320378B", | ||
"arcVersion": "0.0.1-rc.36" | ||
}, | ||
{ | ||
"name": "Competition", | ||
"address": "0xD65d9Cb0fC54c95Ed021D74cB5164b5B30bB4B86", | ||
"arcVersion": "0.0.1-rc.36" | ||
} | ||
], | ||
"arcVersion": "0.0.1-rc.37" | ||
} |
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "DevTest", | ||
"Avatar": "0xBeB9C86C8D54e5C7cA2a7Dc67E50419FB98D9c05", | ||
"DAOToken": "0x57bae8c98F913c10bBC23342596dE2E58E45466D", | ||
"Reputation": "0x57bE0441440dFA2faE4Dd80Ec355Bc6db8257563", | ||
"Controller": "0xB460481416B688b7E1c0D407f033567C687Fb607", | ||
"Schemes": [ | ||
{ | ||
"name": "GenericScheme", | ||
"alias": "GenericSchemeAlias", | ||
"address": "0xad96d9685783bF29cB31eB038A44eC808aC17265" | ||
} | ||
], | ||
"arcVersion": "0.0.1-rc.31" | ||
} |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -211,3 +211,8 @@ type Event @entity { | |
dao: DAO | ||
timestamp: BigInt! | ||
} | ||
|
||
type Signal @entity{ | ||
id: ID! | ||
data: String | ||
} |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.