-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Bounty todos to interfaces * Add some bounty eventkinds to types.ts * Add fetchTreasuryBounties to storageFetcher * Import bounty to storageFetcher * Add temp IEvents for Treasury approved/proposed/rejected * Add bountyIndex to bounty events * Fill in TreasuryBountyProposed * Finish storageFetcher fetchTreasuryBounties * Add fetcher method to fetch process, return with all events * Add todos * Add Bounty events to titler * Add events to IEventData export * Add bounty events to labeler.ts * add bounty imports to enricher * Add all Event types * Export new events with IEventDat a * Add leftover types to labeler * Add more event types to titler * Comment todos for bounty events in enricher * Add new interfaces to BountyStatus, BountyStatusCuratorProposed, BountyStatusActive, BountyStatusPendingPayout * Clean up enricher, needs tests * Add Bounty to entityToFieldName * Add all bounty events to EventToEntity * Add bounties to testutils api * Add treasuryBounties to enricher synthetic api * Modify api calls to bountyApprovals, for some reason not in api in storageFetcher. * Add correct overrides * Fix more overrides * Fix bounty api overrides, tests passing * Fix enricher and finish enricher tests * Lint enricher * Add bounty proposed event to processor.spec.ts * Fix accidental compile error on enricher * Process bounty event in processor.spec.ts * Remove comments from labeler * Remove comment from types.ts * Fix enricher to build properly * Export IBountyEventTypes * Remove status from ITreasuryBountyProposed and from enricher * Clean up comments and verify bounty event interfaces with pr review comments * Start to fetch more than just proposed events * Add comments to types * Add more bounty lifecycle events to storageFetcher * Fix build errors, still need to add all events * More bounty events in storage fetcher. * Add pendingPayout status event * Add another event * Add all events based on status * Fix enricher tests to reflect new typing of proposed-event * Fix bounty fetcher for new API * Remove unnecessary comments in bounty fetcher * update package.json * Another iteration of versioning * Try bounties query multi fix * Try another fix. * Rebuild bounty fetcher using derive instead of query. seems to be working better. * Fetches all bounties and makes proposed events 💪 throws console warning messages but still successfully makes it through the api.derive.bounties. Will add more of the detailed events. * Add better logs for bounty fetching * Add more events to storageFetcher for bounties * Clean up and add last 2 events * Add bounty to fakeApi in tests, still throws undefined error in test * Add bounties events to type_parser * Fix enricher to use derive for compatibility * Fix testUtil, move bounties overrides from query to derive * Remove redundant code from storageFetcher * Remove commented fetchTreasuryBounties * Play with bounties reference on enricher api * Fix some of the test issues, not all done yet * Add fleshed out bounty to enricher test * Fix storageFetcher test * Remove logs * Fix enricher test
- Loading branch information
Showing
14 changed files
with
1,626 additions
and
884 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.