manifest.yml 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939
  1. version: '3.0'
  2. description: Joystream query-node manifest file for Olympia
  3. repository: https://github.com/Joystream/joystream
  4. hydraVersion: "3"
  5. dataSource:
  6. kind: substrate
  7. chain: joystream
  8. entities:
  9. - generated/graphql-server/dist/src/modules/**/*.model.js
  10. typegen:
  11. metadata:
  12. source: ../chain-metadata.json
  13. events:
  14. # Membership
  15. - members.MembershipBought
  16. - members.MemberProfileUpdated
  17. - members.MemberAccountsUpdated
  18. - members.MemberVerificationStatusUpdated
  19. - members.InvitesTransferred
  20. - members.MemberInvited
  21. - members.StakingAccountAdded
  22. - members.StakingAccountConfirmed
  23. - members.StakingAccountRemoved
  24. - members.InitialInvitationCountUpdated
  25. - members.MembershipPriceUpdated
  26. - members.ReferralCutUpdated
  27. - members.InitialInvitationBalanceUpdated
  28. - members.LeaderInvitationQuotaUpdated
  29. # Working groups - use Storage Working Group as a reference group (all groups emit the same events)
  30. - storageWorkingGroup.OpeningAdded
  31. - storageWorkingGroup.AppliedOnOpening
  32. - storageWorkingGroup.OpeningFilled
  33. - storageWorkingGroup.LeaderSet
  34. - storageWorkingGroup.WorkerRoleAccountUpdated
  35. - storageWorkingGroup.LeaderUnset
  36. - storageWorkingGroup.WorkerStartedLeaving
  37. - storageWorkingGroup.WorkerExited
  38. - storageWorkingGroup.TerminatedWorker
  39. - storageWorkingGroup.TerminatedLeader
  40. - storageWorkingGroup.StakeSlashed
  41. - storageWorkingGroup.StakeDecreased
  42. - storageWorkingGroup.StakeIncreased
  43. - storageWorkingGroup.ApplicationWithdrawn
  44. - storageWorkingGroup.OpeningCanceled
  45. - storageWorkingGroup.BudgetSet
  46. - storageWorkingGroup.WorkerRewardAccountUpdated
  47. - storageWorkingGroup.WorkerRewardAmountUpdated
  48. - storageWorkingGroup.StatusTextChanged
  49. - storageWorkingGroup.BudgetSpending
  50. - storageWorkingGroup.RewardPaid
  51. - storageWorkingGroup.NewMissedRewardLevelReached
  52. # Proposals
  53. - proposalsCodex.ProposalCreated
  54. - proposalsEngine.ProposalStatusUpdated
  55. - proposalsEngine.ProposalDecisionMade
  56. - proposalsEngine.ProposalExecuted
  57. - proposalsEngine.Voted
  58. - proposalsEngine.ProposalCancelled
  59. # Proposals discussion
  60. - proposalsDiscussion.ThreadCreated
  61. - proposalsDiscussion.PostCreated
  62. - proposalsDiscussion.PostUpdated
  63. - proposalsDiscussion.ThreadModeChanged
  64. - proposalsDiscussion.PostDeleted
  65. # Forum
  66. - forum.CategoryCreated
  67. - forum.CategoryArchivalStatusUpdated
  68. - forum.CategoryDeleted
  69. - forum.ThreadCreated
  70. - forum.ThreadModerated
  71. - forum.ThreadMetadataUpdated
  72. - forum.ThreadDeleted
  73. - forum.ThreadMoved
  74. - forum.VoteOnPoll
  75. - forum.PostAdded
  76. - forum.PostModerated
  77. - forum.PostDeleted
  78. - forum.PostTextUpdated
  79. - forum.PostReacted
  80. - forum.CategoryStickyThreadUpdate
  81. - forum.CategoryMembershipOfModeratorUpdated
  82. # Content directory
  83. - content.CuratorGroupCreated
  84. - content.CuratorGroupStatusSet
  85. - content.CuratorAdded
  86. - content.CuratorRemoved
  87. - content.ChannelCreated
  88. - content.ChannelUpdated
  89. - content.ChannelAssetsRemoved
  90. - content.ChannelCensorshipStatusUpdated
  91. - content.ChannelCategoryCreated
  92. - content.ChannelCategoryUpdated
  93. - content.ChannelCategoryDeleted
  94. - content.VideoCategoryCreated
  95. - content.VideoCategoryUpdated
  96. - content.VideoCategoryDeleted
  97. - content.VideoCreated
  98. - content.VideoUpdated
  99. - content.VideoDeleted
  100. - content.VideoCensorshipStatusUpdated
  101. - content.FeaturedVideosSet
  102. - content.ChannelDeleted
  103. # Storage
  104. - storage.StorageBucketCreated
  105. - storage.StorageBucketInvitationAccepted
  106. - storage.StorageBucketsUpdatedForBag
  107. - storage.DataObjectsUploaded
  108. - storage.StorageOperatorMetadataSet
  109. - storage.StorageBucketVoucherLimitsSet
  110. - storage.PendingDataObjectsAccepted
  111. - storage.StorageBucketInvitationCancelled
  112. - storage.StorageBucketOperatorInvited
  113. - storage.StorageBucketOperatorRemoved
  114. - storage.UploadingBlockStatusUpdated
  115. - storage.DataObjectPerMegabyteFeeUpdated
  116. - storage.StorageBucketsPerBagLimitUpdated
  117. - storage.StorageBucketsVoucherMaxLimitsUpdated
  118. - storage.DataObjectsMoved
  119. - storage.DataObjectsDeleted
  120. - storage.StorageBucketStatusUpdated
  121. - storage.UpdateBlacklist
  122. - storage.DynamicBagDeleted
  123. - storage.DynamicBagCreated
  124. - storage.VoucherChanged
  125. - storage.StorageBucketDeleted
  126. - storage.DistributionBucketFamilyCreated
  127. - storage.DistributionBucketFamilyDeleted
  128. - storage.DistributionBucketCreated
  129. - storage.DistributionBucketStatusUpdated
  130. - storage.DistributionBucketDeleted
  131. - storage.DistributionBucketsUpdatedForBag
  132. - storage.DistributionBucketsPerBagLimitUpdated
  133. - storage.DistributionBucketModeUpdated
  134. - storage.DistributionBucketOperatorInvited
  135. - storage.DistributionBucketInvitationCancelled
  136. - storage.DistributionBucketInvitationAccepted
  137. - storage.DistributionBucketMetadataSet
  138. - storage.DistributionBucketOperatorRemoved
  139. - storage.DistributionBucketFamilyMetadataSet
  140. # Not required:
  141. # - storage.NumberOfStorageBucketsInDynamicBagCreationPolicyUpdated
  142. # - storage.FamiliesInDynamicBagCreationPolicyUpdated
  143. # Council
  144. - council.AnnouncingPeriodStarted
  145. - council.NotEnoughCandidates
  146. - council.VotingPeriodStarted
  147. - council.NewCandidate
  148. - council.NewCouncilElected
  149. - council.NewCouncilNotElected
  150. - council.CandidacyStakeRelease
  151. - council.CandidacyWithdraw
  152. - council.CandidacyNoteSet
  153. - council.RewardPayment
  154. - council.BudgetBalanceSet
  155. - council.BudgetRefill
  156. - council.BudgetRefillPlanned
  157. - council.BudgetIncrementUpdated
  158. - council.CouncilorRewardUpdated
  159. - council.RequestFunded
  160. # Referendum
  161. - referendum.ReferendumStarted
  162. - referendum.ReferendumStartedForcefully
  163. - referendum.RevealingStageStarted
  164. - referendum.ReferendumFinished
  165. - referendum.VoteCast
  166. - referendum.VoteRevealed
  167. - referendum.StakeReleased
  168. # Bounty
  169. - bounty.BountyCreated
  170. - bounty.BountyCanceled
  171. - bounty.BountyVetoed
  172. - bounty.BountyFunded
  173. - bounty.BountyMaxFundingReached
  174. - bounty.BountyFundingWithdrawal
  175. - bounty.BountyCreatorCherryWithdrawal
  176. - bounty.BountyRemoved
  177. - bounty.WorkEntryAnnounced
  178. - bounty.WorkEntryWithdrawn
  179. - bounty.WorkEntrySlashed
  180. - bounty.WorkSubmitted
  181. - bounty.OracleJudgmentSubmitted
  182. - bounty.WorkEntrantFundsWithdrawn
  183. # content NFTs
  184. - content.AuctionStarted
  185. - content.NftIssued
  186. - content.AuctionBidMade
  187. - content.AuctionBidCanceled
  188. - content.AuctionCanceled
  189. - content.EnglishAuctionCompleted
  190. - content.BidMadeCompletingAuction
  191. - content.OpenAuctionBidAccepted
  192. - content.OfferStarted
  193. - content.OfferAccepted
  194. - content.OfferCanceled
  195. - content.NftSellOrderMade
  196. - content.NftBought
  197. - content.BuyNowCanceled
  198. calls:
  199. # Proposals discussion
  200. - proposalsDiscussion.addPost
  201. outDir: ./mappings/generated/types
  202. customTypes:
  203. lib: '@joystream/types/augment/all/types'
  204. typedefsLoc: '../types/augment/all/defs.json'
  205. mappings:
  206. # js module that exports the handler functions
  207. mappingsModule: mappings/lib/src
  208. # additinal libraries the processor loads
  209. # typically it is a module with event and extrinsic types generated by hydra-typegen
  210. imports:
  211. - mappings/lib/generated/types
  212. eventHandlers:
  213. # Membership module
  214. - event: members.MembershipBought
  215. handler: members_MembershipBought
  216. - event: members.MemberProfileUpdated
  217. handler: members_MemberProfileUpdated
  218. - event: members.MemberAccountsUpdated
  219. handler: members_MemberAccountsUpdated
  220. - event: members.MemberVerificationStatusUpdated
  221. handler: members_MemberVerificationStatusUpdated
  222. - event: members.InvitesTransferred
  223. handler: members_InvitesTransferred
  224. - event: members.MemberInvited
  225. handler: members_MemberInvited
  226. - event: members.StakingAccountAdded
  227. handler: members_StakingAccountAdded
  228. - event: members.StakingAccountConfirmed
  229. handler: members_StakingAccountConfirmed
  230. - event: members.StakingAccountRemoved
  231. handler: members_StakingAccountRemoved
  232. - event: members.InitialInvitationCountUpdated
  233. handler: members_InitialInvitationCountUpdated
  234. - event: members.MembershipPriceUpdated
  235. handler: members_MembershipPriceUpdated
  236. - event: members.ReferralCutUpdated
  237. handler: members_ReferralCutUpdated
  238. - event: members.InitialInvitationBalanceUpdated
  239. handler: members_InitialInvitationBalanceUpdated
  240. - event: members.LeaderInvitationQuotaUpdated
  241. handler: members_LeaderInvitationQuotaUpdated
  242. # Storage working group
  243. - event: storageWorkingGroup.OpeningAdded
  244. handler: workingGroups_OpeningAdded
  245. - event: storageWorkingGroup.AppliedOnOpening
  246. handler: workingGroups_AppliedOnOpening
  247. - event: storageWorkingGroup.OpeningFilled
  248. handler: workingGroups_OpeningFilled
  249. - event: storageWorkingGroup.LeaderSet
  250. handler: workingGroups_LeaderSet
  251. - event: storageWorkingGroup.WorkerRoleAccountUpdated
  252. handler: workingGroups_WorkerRoleAccountUpdated
  253. - event: storageWorkingGroup.LeaderUnset
  254. handler: workingGroups_LeaderUnset
  255. - event: storageWorkingGroup.WorkerExited
  256. handler: workingGroups_WorkerExited
  257. - event: storageWorkingGroup.TerminatedWorker
  258. handler: workingGroups_TerminatedWorker
  259. - event: storageWorkingGroup.TerminatedLeader
  260. handler: workingGroups_TerminatedLeader
  261. - event: storageWorkingGroup.StakeSlashed
  262. handler: workingGroups_StakeSlashed
  263. - event: storageWorkingGroup.StakeDecreased
  264. handler: workingGroups_StakeDecreased
  265. - event: storageWorkingGroup.StakeIncreased
  266. handler: workingGroups_StakeIncreased
  267. - event: storageWorkingGroup.ApplicationWithdrawn
  268. handler: workingGroups_ApplicationWithdrawn
  269. - event: storageWorkingGroup.OpeningCanceled
  270. handler: workingGroups_OpeningCanceled
  271. - event: storageWorkingGroup.BudgetSet
  272. handler: workingGroups_BudgetSet
  273. - event: storageWorkingGroup.WorkerRewardAccountUpdated
  274. handler: workingGroups_WorkerRewardAccountUpdated
  275. - event: storageWorkingGroup.WorkerRewardAmountUpdated
  276. handler: workingGroups_WorkerRewardAmountUpdated
  277. - event: storageWorkingGroup.StatusTextChanged
  278. handler: workingGroups_StatusTextChanged
  279. - event: storageWorkingGroup.BudgetSpending
  280. handler: workingGroups_BudgetSpending
  281. - event: storageWorkingGroup.RewardPaid
  282. handler: workingGroups_RewardPaid
  283. - event: storageWorkingGroup.NewMissedRewardLevelReached
  284. handler: workingGroups_NewMissedRewardLevelReached
  285. - event: storageWorkingGroup.WorkerStartedLeaving
  286. handler: workingGroups_WorkerStartedLeaving
  287. # Forum working group
  288. - event: forumWorkingGroup.OpeningAdded
  289. handler: workingGroups_OpeningAdded
  290. - event: forumWorkingGroup.AppliedOnOpening
  291. handler: workingGroups_AppliedOnOpening
  292. - event: forumWorkingGroup.OpeningFilled
  293. handler: workingGroups_OpeningFilled
  294. - event: forumWorkingGroup.LeaderSet
  295. handler: workingGroups_LeaderSet
  296. - event: forumWorkingGroup.WorkerRoleAccountUpdated
  297. handler: workingGroups_WorkerRoleAccountUpdated
  298. - event: forumWorkingGroup.LeaderUnset
  299. handler: workingGroups_LeaderUnset
  300. - event: forumWorkingGroup.WorkerExited
  301. handler: workingGroups_WorkerExited
  302. - event: forumWorkingGroup.TerminatedWorker
  303. handler: workingGroups_TerminatedWorker
  304. - event: forumWorkingGroup.TerminatedLeader
  305. handler: workingGroups_TerminatedLeader
  306. - event: forumWorkingGroup.StakeSlashed
  307. handler: workingGroups_StakeSlashed
  308. - event: forumWorkingGroup.StakeDecreased
  309. handler: workingGroups_StakeDecreased
  310. - event: forumWorkingGroup.StakeIncreased
  311. handler: workingGroups_StakeIncreased
  312. - event: forumWorkingGroup.ApplicationWithdrawn
  313. handler: workingGroups_ApplicationWithdrawn
  314. - event: forumWorkingGroup.OpeningCanceled
  315. handler: workingGroups_OpeningCanceled
  316. - event: forumWorkingGroup.BudgetSet
  317. handler: workingGroups_BudgetSet
  318. - event: forumWorkingGroup.WorkerRewardAccountUpdated
  319. handler: workingGroups_WorkerRewardAccountUpdated
  320. - event: forumWorkingGroup.WorkerRewardAmountUpdated
  321. handler: workingGroups_WorkerRewardAmountUpdated
  322. - event: forumWorkingGroup.StatusTextChanged
  323. handler: workingGroups_StatusTextChanged
  324. - event: forumWorkingGroup.BudgetSpending
  325. handler: workingGroups_BudgetSpending
  326. - event: forumWorkingGroup.RewardPaid
  327. handler: workingGroups_RewardPaid
  328. - event: forumWorkingGroup.NewMissedRewardLevelReached
  329. handler: workingGroups_NewMissedRewardLevelReached
  330. - event: forumWorkingGroup.WorkerStartedLeaving
  331. handler: workingGroups_WorkerStartedLeaving
  332. # Membership working group
  333. - event: membershipWorkingGroup.OpeningAdded
  334. handler: workingGroups_OpeningAdded
  335. - event: membershipWorkingGroup.AppliedOnOpening
  336. handler: workingGroups_AppliedOnOpening
  337. - event: membershipWorkingGroup.OpeningFilled
  338. handler: workingGroups_OpeningFilled
  339. - event: membershipWorkingGroup.LeaderSet
  340. handler: workingGroups_LeaderSet
  341. - event: membershipWorkingGroup.WorkerRoleAccountUpdated
  342. handler: workingGroups_WorkerRoleAccountUpdated
  343. - event: membershipWorkingGroup.LeaderUnset
  344. handler: workingGroups_LeaderUnset
  345. - event: membershipWorkingGroup.WorkerExited
  346. handler: workingGroups_WorkerExited
  347. - event: membershipWorkingGroup.TerminatedWorker
  348. handler: workingGroups_TerminatedWorker
  349. - event: membershipWorkingGroup.TerminatedLeader
  350. handler: workingGroups_TerminatedLeader
  351. - event: membershipWorkingGroup.StakeSlashed
  352. handler: workingGroups_StakeSlashed
  353. - event: membershipWorkingGroup.StakeDecreased
  354. handler: workingGroups_StakeDecreased
  355. - event: membershipWorkingGroup.StakeIncreased
  356. handler: workingGroups_StakeIncreased
  357. - event: membershipWorkingGroup.ApplicationWithdrawn
  358. handler: workingGroups_ApplicationWithdrawn
  359. - event: membershipWorkingGroup.OpeningCanceled
  360. handler: workingGroups_OpeningCanceled
  361. - event: membershipWorkingGroup.BudgetSet
  362. handler: workingGroups_BudgetSet
  363. - event: membershipWorkingGroup.WorkerRewardAccountUpdated
  364. handler: workingGroups_WorkerRewardAccountUpdated
  365. - event: membershipWorkingGroup.WorkerRewardAmountUpdated
  366. handler: workingGroups_WorkerRewardAmountUpdated
  367. - event: membershipWorkingGroup.StatusTextChanged
  368. handler: workingGroups_StatusTextChanged
  369. - event: membershipWorkingGroup.BudgetSpending
  370. handler: workingGroups_BudgetSpending
  371. - event: membershipWorkingGroup.RewardPaid
  372. handler: workingGroups_RewardPaid
  373. - event: membershipWorkingGroup.NewMissedRewardLevelReached
  374. handler: workingGroups_NewMissedRewardLevelReached
  375. - event: membershipWorkingGroup.WorkerStartedLeaving
  376. handler: workingGroups_WorkerStartedLeaving
  377. # Content directory working group
  378. - event: contentWorkingGroup.OpeningAdded
  379. handler: workingGroups_OpeningAdded
  380. - event: contentWorkingGroup.AppliedOnOpening
  381. handler: workingGroups_AppliedOnOpening
  382. - event: contentWorkingGroup.OpeningFilled
  383. handler: workingGroups_OpeningFilled
  384. - event: contentWorkingGroup.LeaderSet
  385. handler: workingGroups_LeaderSet
  386. - event: contentWorkingGroup.WorkerRoleAccountUpdated
  387. handler: workingGroups_WorkerRoleAccountUpdated
  388. - event: contentWorkingGroup.LeaderUnset
  389. handler: workingGroups_LeaderUnset
  390. - event: contentWorkingGroup.WorkerExited
  391. handler: workingGroups_WorkerExited
  392. - event: contentWorkingGroup.TerminatedWorker
  393. handler: workingGroups_TerminatedWorker
  394. - event: contentWorkingGroup.TerminatedLeader
  395. handler: workingGroups_TerminatedLeader
  396. - event: contentWorkingGroup.StakeSlashed
  397. handler: workingGroups_StakeSlashed
  398. - event: contentWorkingGroup.StakeDecreased
  399. handler: workingGroups_StakeDecreased
  400. - event: contentWorkingGroup.StakeIncreased
  401. handler: workingGroups_StakeIncreased
  402. - event: contentWorkingGroup.ApplicationWithdrawn
  403. handler: workingGroups_ApplicationWithdrawn
  404. - event: contentWorkingGroup.OpeningCanceled
  405. handler: workingGroups_OpeningCanceled
  406. - event: contentWorkingGroup.BudgetSet
  407. handler: workingGroups_BudgetSet
  408. - event: contentWorkingGroup.WorkerRewardAccountUpdated
  409. handler: workingGroups_WorkerRewardAccountUpdated
  410. - event: contentWorkingGroup.WorkerRewardAmountUpdated
  411. handler: workingGroups_WorkerRewardAmountUpdated
  412. - event: contentWorkingGroup.StatusTextChanged
  413. handler: workingGroups_StatusTextChanged
  414. - event: contentWorkingGroup.BudgetSpending
  415. handler: workingGroups_BudgetSpending
  416. - event: contentWorkingGroup.RewardPaid
  417. handler: workingGroups_RewardPaid
  418. - event: contentWorkingGroup.NewMissedRewardLevelReached
  419. handler: workingGroups_NewMissedRewardLevelReached
  420. - event: contentWorkingGroup.WorkerStartedLeaving
  421. handler: workingGroups_WorkerStartedLeaving
  422. # Operations working group alpha
  423. - event: operationsWorkingGroupAlpha.OpeningAdded
  424. handler: workingGroups_OpeningAdded
  425. - event: operationsWorkingGroupAlpha.AppliedOnOpening
  426. handler: workingGroups_AppliedOnOpening
  427. - event: operationsWorkingGroupAlpha.OpeningFilled
  428. handler: workingGroups_OpeningFilled
  429. - event: operationsWorkingGroupAlpha.LeaderSet
  430. handler: workingGroups_LeaderSet
  431. - event: operationsWorkingGroupAlpha.WorkerRoleAccountUpdated
  432. handler: workingGroups_WorkerRoleAccountUpdated
  433. - event: operationsWorkingGroupAlpha.LeaderUnset
  434. handler: workingGroups_LeaderUnset
  435. - event: operationsWorkingGroupAlpha.WorkerExited
  436. handler: workingGroups_WorkerExited
  437. - event: operationsWorkingGroupAlpha.TerminatedWorker
  438. handler: workingGroups_TerminatedWorker
  439. - event: operationsWorkingGroupAlpha.TerminatedLeader
  440. handler: workingGroups_TerminatedLeader
  441. - event: operationsWorkingGroupAlpha.StakeSlashed
  442. handler: workingGroups_StakeSlashed
  443. - event: operationsWorkingGroupAlpha.StakeDecreased
  444. handler: workingGroups_StakeDecreased
  445. - event: operationsWorkingGroupAlpha.StakeIncreased
  446. handler: workingGroups_StakeIncreased
  447. - event: operationsWorkingGroupAlpha.ApplicationWithdrawn
  448. handler: workingGroups_ApplicationWithdrawn
  449. - event: operationsWorkingGroupAlpha.OpeningCanceled
  450. handler: workingGroups_OpeningCanceled
  451. - event: operationsWorkingGroupAlpha.BudgetSet
  452. handler: workingGroups_BudgetSet
  453. - event: operationsWorkingGroupAlpha.WorkerRewardAccountUpdated
  454. handler: workingGroups_WorkerRewardAccountUpdated
  455. - event: operationsWorkingGroupAlpha.WorkerRewardAmountUpdated
  456. handler: workingGroups_WorkerRewardAmountUpdated
  457. - event: operationsWorkingGroupAlpha.StatusTextChanged
  458. handler: workingGroups_StatusTextChanged
  459. - event: operationsWorkingGroupAlpha.BudgetSpending
  460. handler: workingGroups_BudgetSpending
  461. - event: operationsWorkingGroupAlpha.RewardPaid
  462. handler: workingGroups_RewardPaid
  463. - event: operationsWorkingGroupAlpha.NewMissedRewardLevelReached
  464. handler: workingGroups_NewMissedRewardLevelReached
  465. - event: operationsWorkingGroupAlpha.WorkerStartedLeaving
  466. handler: workingGroups_WorkerStartedLeaving
  467. # Operations working group beta
  468. - event: operationsWorkingGroupBeta.OpeningAdded
  469. handler: workingGroups_OpeningAdded
  470. - event: operationsWorkingGroupBeta.AppliedOnOpening
  471. handler: workingGroups_AppliedOnOpening
  472. - event: operationsWorkingGroupBeta.OpeningFilled
  473. handler: workingGroups_OpeningFilled
  474. - event: operationsWorkingGroupBeta.LeaderSet
  475. handler: workingGroups_LeaderSet
  476. - event: operationsWorkingGroupBeta.WorkerRoleAccountUpdated
  477. handler: workingGroups_WorkerRoleAccountUpdated
  478. - event: operationsWorkingGroupBeta.LeaderUnset
  479. handler: workingGroups_LeaderUnset
  480. - event: operationsWorkingGroupBeta.WorkerExited
  481. handler: workingGroups_WorkerExited
  482. - event: operationsWorkingGroupBeta.TerminatedWorker
  483. handler: workingGroups_TerminatedWorker
  484. - event: operationsWorkingGroupBeta.TerminatedLeader
  485. handler: workingGroups_TerminatedLeader
  486. - event: operationsWorkingGroupBeta.StakeSlashed
  487. handler: workingGroups_StakeSlashed
  488. - event: operationsWorkingGroupBeta.StakeDecreased
  489. handler: workingGroups_StakeDecreased
  490. - event: operationsWorkingGroupBeta.StakeIncreased
  491. handler: workingGroups_StakeIncreased
  492. - event: operationsWorkingGroupBeta.ApplicationWithdrawn
  493. handler: workingGroups_ApplicationWithdrawn
  494. - event: operationsWorkingGroupBeta.OpeningCanceled
  495. handler: workingGroups_OpeningCanceled
  496. - event: operationsWorkingGroupBeta.BudgetSet
  497. handler: workingGroups_BudgetSet
  498. - event: operationsWorkingGroupBeta.WorkerRewardAccountUpdated
  499. handler: workingGroups_WorkerRewardAccountUpdated
  500. - event: operationsWorkingGroupBeta.WorkerRewardAmountUpdated
  501. handler: workingGroups_WorkerRewardAmountUpdated
  502. - event: operationsWorkingGroupBeta.StatusTextChanged
  503. handler: workingGroups_StatusTextChanged
  504. - event: operationsWorkingGroupBeta.BudgetSpending
  505. handler: workingGroups_BudgetSpending
  506. - event: operationsWorkingGroupBeta.RewardPaid
  507. handler: workingGroups_RewardPaid
  508. - event: operationsWorkingGroupBeta.NewMissedRewardLevelReached
  509. handler: workingGroups_NewMissedRewardLevelReached
  510. - event: operationsWorkingGroupBeta.WorkerStartedLeaving
  511. handler: workingGroups_WorkerStartedLeaving
  512. # Operations working group gamma
  513. - event: operationsWorkingGroupGamma.OpeningAdded
  514. handler: workingGroups_OpeningAdded
  515. - event: operationsWorkingGroupGamma.AppliedOnOpening
  516. handler: workingGroups_AppliedOnOpening
  517. - event: operationsWorkingGroupGamma.OpeningFilled
  518. handler: workingGroups_OpeningFilled
  519. - event: operationsWorkingGroupGamma.LeaderSet
  520. handler: workingGroups_LeaderSet
  521. - event: operationsWorkingGroupGamma.WorkerRoleAccountUpdated
  522. handler: workingGroups_WorkerRoleAccountUpdated
  523. - event: operationsWorkingGroupGamma.LeaderUnset
  524. handler: workingGroups_LeaderUnset
  525. - event: operationsWorkingGroupGamma.WorkerExited
  526. handler: workingGroups_WorkerExited
  527. - event: operationsWorkingGroupGamma.TerminatedWorker
  528. handler: workingGroups_TerminatedWorker
  529. - event: operationsWorkingGroupGamma.TerminatedLeader
  530. handler: workingGroups_TerminatedLeader
  531. - event: operationsWorkingGroupGamma.StakeSlashed
  532. handler: workingGroups_StakeSlashed
  533. - event: operationsWorkingGroupGamma.StakeDecreased
  534. handler: workingGroups_StakeDecreased
  535. - event: operationsWorkingGroupGamma.StakeIncreased
  536. handler: workingGroups_StakeIncreased
  537. - event: operationsWorkingGroupGamma.ApplicationWithdrawn
  538. handler: workingGroups_ApplicationWithdrawn
  539. - event: operationsWorkingGroupGamma.OpeningCanceled
  540. handler: workingGroups_OpeningCanceled
  541. - event: operationsWorkingGroupGamma.BudgetSet
  542. handler: workingGroups_BudgetSet
  543. - event: operationsWorkingGroupGamma.WorkerRewardAccountUpdated
  544. handler: workingGroups_WorkerRewardAccountUpdated
  545. - event: operationsWorkingGroupGamma.WorkerRewardAmountUpdated
  546. handler: workingGroups_WorkerRewardAmountUpdated
  547. - event: operationsWorkingGroupGamma.StatusTextChanged
  548. handler: workingGroups_StatusTextChanged
  549. - event: operationsWorkingGroupGamma.BudgetSpending
  550. handler: workingGroups_BudgetSpending
  551. - event: operationsWorkingGroupGamma.RewardPaid
  552. handler: workingGroups_RewardPaid
  553. - event: operationsWorkingGroupGamma.NewMissedRewardLevelReached
  554. handler: workingGroups_NewMissedRewardLevelReached
  555. - event: operationsWorkingGroupGamma.WorkerStartedLeaving
  556. handler: workingGroups_WorkerStartedLeaving
  557. # Distribution working group
  558. - event: distributionWorkingGroup.OpeningAdded
  559. handler: workingGroups_OpeningAdded
  560. - event: distributionWorkingGroup.AppliedOnOpening
  561. handler: workingGroups_AppliedOnOpening
  562. - event: distributionWorkingGroup.OpeningFilled
  563. handler: workingGroups_OpeningFilled
  564. - event: distributionWorkingGroup.LeaderSet
  565. handler: workingGroups_LeaderSet
  566. - event: distributionWorkingGroup.WorkerRoleAccountUpdated
  567. handler: workingGroups_WorkerRoleAccountUpdated
  568. - event: distributionWorkingGroup.LeaderUnset
  569. handler: workingGroups_LeaderUnset
  570. - event: distributionWorkingGroup.WorkerExited
  571. handler: workingGroups_WorkerExited
  572. - event: distributionWorkingGroup.TerminatedWorker
  573. handler: workingGroups_TerminatedWorker
  574. - event: distributionWorkingGroup.TerminatedLeader
  575. handler: workingGroups_TerminatedLeader
  576. - event: distributionWorkingGroup.StakeSlashed
  577. handler: workingGroups_StakeSlashed
  578. - event: distributionWorkingGroup.StakeDecreased
  579. handler: workingGroups_StakeDecreased
  580. - event: distributionWorkingGroup.StakeIncreased
  581. handler: workingGroups_StakeIncreased
  582. - event: distributionWorkingGroup.ApplicationWithdrawn
  583. handler: workingGroups_ApplicationWithdrawn
  584. - event: distributionWorkingGroup.OpeningCanceled
  585. handler: workingGroups_OpeningCanceled
  586. - event: distributionWorkingGroup.BudgetSet
  587. handler: workingGroups_BudgetSet
  588. - event: distributionWorkingGroup.WorkerRewardAccountUpdated
  589. handler: workingGroups_WorkerRewardAccountUpdated
  590. - event: distributionWorkingGroup.WorkerRewardAmountUpdated
  591. handler: workingGroups_WorkerRewardAmountUpdated
  592. - event: distributionWorkingGroup.StatusTextChanged
  593. handler: workingGroups_StatusTextChanged
  594. - event: distributionWorkingGroup.BudgetSpending
  595. handler: workingGroups_BudgetSpending
  596. - event: distributionWorkingGroup.RewardPaid
  597. handler: workingGroups_RewardPaid
  598. - event: distributionWorkingGroup.NewMissedRewardLevelReached
  599. handler: workingGroups_NewMissedRewardLevelReached
  600. - event: distributionWorkingGroup.WorkerStartedLeaving
  601. handler: workingGroups_WorkerStartedLeaving
  602. # Gateway working group
  603. - event: gatewayWorkingGroup.OpeningAdded
  604. handler: workingGroups_OpeningAdded
  605. - event: gatewayWorkingGroup.AppliedOnOpening
  606. handler: workingGroups_AppliedOnOpening
  607. - event: gatewayWorkingGroup.OpeningFilled
  608. handler: workingGroups_OpeningFilled
  609. - event: gatewayWorkingGroup.LeaderSet
  610. handler: workingGroups_LeaderSet
  611. - event: gatewayWorkingGroup.WorkerRoleAccountUpdated
  612. handler: workingGroups_WorkerRoleAccountUpdated
  613. - event: gatewayWorkingGroup.LeaderUnset
  614. handler: workingGroups_LeaderUnset
  615. - event: gatewayWorkingGroup.WorkerExited
  616. handler: workingGroups_WorkerExited
  617. - event: gatewayWorkingGroup.TerminatedWorker
  618. handler: workingGroups_TerminatedWorker
  619. - event: gatewayWorkingGroup.TerminatedLeader
  620. handler: workingGroups_TerminatedLeader
  621. - event: gatewayWorkingGroup.StakeSlashed
  622. handler: workingGroups_StakeSlashed
  623. - event: gatewayWorkingGroup.StakeDecreased
  624. handler: workingGroups_StakeDecreased
  625. - event: gatewayWorkingGroup.StakeIncreased
  626. handler: workingGroups_StakeIncreased
  627. - event: gatewayWorkingGroup.ApplicationWithdrawn
  628. handler: workingGroups_ApplicationWithdrawn
  629. - event: gatewayWorkingGroup.OpeningCanceled
  630. handler: workingGroups_OpeningCanceled
  631. - event: gatewayWorkingGroup.BudgetSet
  632. handler: workingGroups_BudgetSet
  633. - event: gatewayWorkingGroup.WorkerRewardAccountUpdated
  634. handler: workingGroups_WorkerRewardAccountUpdated
  635. - event: gatewayWorkingGroup.WorkerRewardAmountUpdated
  636. handler: workingGroups_WorkerRewardAmountUpdated
  637. - event: gatewayWorkingGroup.StatusTextChanged
  638. handler: workingGroups_StatusTextChanged
  639. - event: gatewayWorkingGroup.BudgetSpending
  640. handler: workingGroups_BudgetSpending
  641. - event: gatewayWorkingGroup.RewardPaid
  642. handler: workingGroups_RewardPaid
  643. - event: gatewayWorkingGroup.NewMissedRewardLevelReached
  644. handler: workingGroups_NewMissedRewardLevelReached
  645. - event: gatewayWorkingGroup.WorkerStartedLeaving
  646. handler: workingGroups_WorkerStartedLeaving
  647. # Proposals
  648. - event: proposalsCodex.ProposalCreated
  649. handler: proposalsCodex_ProposalCreated
  650. - event: proposalsEngine.ProposalStatusUpdated
  651. handler: proposalsEngine_ProposalStatusUpdated
  652. - event: proposalsEngine.ProposalDecisionMade
  653. handler: proposalsEngine_ProposalDecisionMade
  654. - event: proposalsEngine.ProposalExecuted
  655. handler: proposalsEngine_ProposalExecuted
  656. - event: proposalsEngine.Voted
  657. handler: proposalsEngine_Voted
  658. - event: proposalsEngine.ProposalCancelled
  659. handler: proposalsEngine_ProposalCancelled
  660. # Proposals discussion
  661. - event: proposalsDiscussion.ThreadCreated
  662. handler: proposalsDiscussion_ThreadCreated
  663. - event: proposalsDiscussion.PostCreated
  664. handler: proposalsDiscussion_PostCreated
  665. - event: proposalsDiscussion.PostUpdated
  666. handler: proposalsDiscussion_PostUpdated
  667. - event: proposalsDiscussion.ThreadModeChanged
  668. handler: proposalsDiscussion_ThreadModeChanged
  669. - event: proposalsDiscussion.PostDeleted
  670. handler: proposalsDiscussion_PostDeleted
  671. # Forum
  672. - event: forum.CategoryCreated
  673. handler: forum_CategoryCreated
  674. - event: forum.CategoryArchivalStatusUpdated
  675. handler: forum_CategoryArchivalStatusUpdated
  676. - event: forum.CategoryDeleted
  677. handler: forum_CategoryDeleted
  678. - event: forum.ThreadCreated
  679. handler: forum_ThreadCreated
  680. - event: forum.ThreadModerated
  681. handler: forum_ThreadModerated
  682. - event: forum.ThreadMetadataUpdated
  683. handler: forum_ThreadMetadataUpdated
  684. - event: forum.ThreadDeleted
  685. handler: forum_ThreadDeleted
  686. - event: forum.ThreadMoved
  687. handler: forum_ThreadMoved
  688. - event: forum.PostAdded
  689. handler: forum_PostAdded
  690. - event: forum.PostModerated
  691. handler: forum_PostModerated
  692. - event: forum.PostDeleted
  693. handler: forum_PostDeleted
  694. - event: forum.PostTextUpdated
  695. handler: forum_PostTextUpdated
  696. - event: forum.PostReacted
  697. handler: forum_PostReacted
  698. - event: forum.VoteOnPoll
  699. handler: forum_VoteOnPoll
  700. - event: forum.CategoryStickyThreadUpdate
  701. handler: forum_CategoryStickyThreadUpdate
  702. - event: forum.CategoryMembershipOfModeratorUpdated
  703. handler: forum_CategoryMembershipOfModeratorUpdated
  704. # Content directory
  705. - event: content.CuratorGroupCreated
  706. handler: content_CuratorGroupCreated
  707. - event: content.CuratorGroupStatusSet
  708. handler: content_CuratorGroupStatusSet
  709. - event: content.CuratorAdded
  710. handler: content_CuratorAdded
  711. - event: content.CuratorRemoved
  712. handler: content_CuratorRemoved
  713. - event: content.ChannelCreated
  714. handler: content_ChannelCreated
  715. - event: content.ChannelUpdated
  716. handler: content_ChannelUpdated
  717. - event: content.ChannelAssetsRemoved
  718. handler: content_ChannelAssetsRemoved
  719. - event: content.ChannelCensorshipStatusUpdated
  720. handler: content_ChannelCensorshipStatusUpdated
  721. - event: content.ChannelCategoryCreated
  722. handler: content_ChannelCategoryCreated
  723. - event: content.ChannelCategoryUpdated
  724. handler: content_ChannelCategoryUpdated
  725. - event: content.ChannelCategoryDeleted
  726. handler: content_ChannelCategoryDeleted
  727. - event: content.VideoCategoryCreated
  728. handler: content_VideoCategoryCreated
  729. - event: content.VideoCategoryUpdated
  730. handler: content_VideoCategoryUpdated
  731. - event: content.VideoCategoryDeleted
  732. handler: content_VideoCategoryDeleted
  733. - event: content.VideoCreated
  734. handler: content_VideoCreated
  735. - event: content.VideoUpdated
  736. handler: content_VideoUpdated
  737. - event: content.VideoDeleted
  738. handler: content_VideoDeleted
  739. - event: content.VideoCensorshipStatusUpdated
  740. handler: content_VideoCensorshipStatusUpdated
  741. - event: content.FeaturedVideosSet
  742. handler: content_FeaturedVideosSet
  743. - event: content.ChannelDeleted
  744. handler: content_ChannelDeleted
  745. # content NFTs
  746. - event: content.AuctionStarted
  747. handler: contentNft_AuctionStarted
  748. - event: content.NftIssued
  749. handler: contentNft_NftIssued
  750. - event: content.AuctionBidMade
  751. handler: contentNft_AuctionBidMade
  752. - event: content.AuctionBidCanceled
  753. handler: contentNft_AuctionBidCanceled
  754. - event: content.AuctionCanceled
  755. handler: contentNft_AuctionCanceled
  756. - event: content.EnglishAuctionCompleted
  757. handler: contentNft_EnglishAuctionCompleted
  758. - event: content.BidMadeCompletingAuction
  759. handler: contentNft_BidMadeCompletingAuction
  760. - event: content.OpenAuctionBidAccepted
  761. handler: contentNft_OpenAuctionBidAccepted
  762. - event: content.OfferStarted
  763. handler: contentNft_OfferStarted
  764. - event: content.OfferAccepted
  765. handler: contentNft_OfferAccepted
  766. - event: content.OfferCanceled
  767. handler: contentNft_OfferCanceled
  768. - event: content.NftSellOrderMade
  769. handler: contentNft_NftSellOrderMade
  770. - event: content.NftBought
  771. handler: contentNft_NftBought
  772. - event: content.BuyNowCanceled
  773. handler: contentNft_BuyNowCanceled
  774. # storage v2
  775. - event: storage.StorageBucketCreated
  776. handler: storage_StorageBucketCreated
  777. - event: storage.StorageBucketInvitationAccepted
  778. handler: storage_StorageBucketInvitationAccepted
  779. - event: storage.StorageBucketsUpdatedForBag
  780. handler: storage_StorageBucketsUpdatedForBag
  781. - event: storage.DataObjectsUploaded
  782. handler: storage_DataObjectsUploaded
  783. - event: storage.StorageOperatorMetadataSet
  784. handler: storage_StorageOperatorMetadataSet
  785. - event: storage.StorageBucketVoucherLimitsSet
  786. handler: storage_StorageBucketVoucherLimitsSet
  787. - event: storage.PendingDataObjectsAccepted
  788. handler: storage_PendingDataObjectsAccepted
  789. - event: storage.StorageBucketInvitationCancelled
  790. handler: storage_StorageBucketInvitationCancelled
  791. - event: storage.StorageBucketOperatorInvited
  792. handler: storage_StorageBucketOperatorInvited
  793. - event: storage.StorageBucketOperatorRemoved
  794. handler: storage_StorageBucketOperatorRemoved
  795. - event: storage.UploadingBlockStatusUpdated
  796. handler: storage_UploadingBlockStatusUpdated
  797. - event: storage.DataObjectPerMegabyteFeeUpdated
  798. handler: storage_DataObjectPerMegabyteFeeUpdated
  799. - event: storage.StorageBucketsPerBagLimitUpdated
  800. handler: storage_StorageBucketsPerBagLimitUpdated
  801. - event: storage.StorageBucketsVoucherMaxLimitsUpdated
  802. handler: storage_StorageBucketsVoucherMaxLimitsUpdated
  803. - event: storage.DataObjectsMoved
  804. handler: storage_DataObjectsMoved
  805. - event: storage.DataObjectsDeleted
  806. handler: storage_DataObjectsDeleted
  807. - event: storage.StorageBucketStatusUpdated
  808. handler: storage_StorageBucketStatusUpdated
  809. - event: storage.UpdateBlacklist
  810. handler: storage_UpdateBlacklist
  811. - event: storage.DynamicBagDeleted
  812. handler: storage_DynamicBagDeleted
  813. - event: storage.DynamicBagCreated
  814. handler: storage_DynamicBagCreated
  815. - event: storage.VoucherChanged
  816. handler: storage_VoucherChanged
  817. - event: storage.StorageBucketDeleted
  818. handler: storage_StorageBucketDeleted
  819. - event: storage.DistributionBucketFamilyCreated
  820. handler: storage_DistributionBucketFamilyCreated
  821. - event: storage.DistributionBucketFamilyDeleted
  822. handler: storage_DistributionBucketFamilyDeleted
  823. - event: storage.DistributionBucketCreated
  824. handler: storage_DistributionBucketCreated
  825. - event: storage.DistributionBucketStatusUpdated
  826. handler: storage_DistributionBucketStatusUpdated
  827. - event: storage.DistributionBucketDeleted
  828. handler: storage_DistributionBucketDeleted
  829. - event: storage.DistributionBucketsUpdatedForBag
  830. handler: storage_DistributionBucketsUpdatedForBag
  831. - event: storage.DistributionBucketsPerBagLimitUpdated
  832. handler: storage_DistributionBucketsPerBagLimitUpdated
  833. - event: storage.DistributionBucketModeUpdated
  834. handler: storage_DistributionBucketModeUpdated
  835. - event: storage.DistributionBucketOperatorInvited
  836. handler: storage_DistributionBucketOperatorInvited
  837. - event: storage.DistributionBucketInvitationCancelled
  838. handler: storage_DistributionBucketInvitationCancelled
  839. - event: storage.DistributionBucketInvitationAccepted
  840. handler: storage_DistributionBucketInvitationAccepted
  841. - event: storage.DistributionBucketMetadataSet
  842. handler: storage_DistributionBucketMetadataSet
  843. - event: storage.DistributionBucketOperatorRemoved
  844. handler: storage_DistributionBucketOperatorRemoved
  845. - event: storage.DistributionBucketFamilyMetadataSet
  846. handler: storage_DistributionBucketFamilyMetadataSet
  847. # Council
  848. - event: council.AnnouncingPeriodStarted
  849. handler: council_AnnouncingPeriodStarted
  850. - event: council.NotEnoughCandidates
  851. handler: council_NotEnoughCandidates
  852. - event: council.VotingPeriodStarted
  853. handler: council_VotingPeriodStarted
  854. - event: council.NewCandidate
  855. handler: council_NewCandidate
  856. - event: council.NewCouncilElected
  857. handler: council_NewCouncilElected
  858. - event: council.NewCouncilNotElected
  859. handler: council_NewCouncilNotElected
  860. - event: council.CandidacyStakeRelease
  861. handler: council_CandidacyStakeRelease
  862. - event: council.CandidacyWithdraw
  863. handler: council_CandidacyWithdraw
  864. - event: council.CandidacyNoteSet
  865. handler: council_CandidacyNoteSet
  866. - event: council.RewardPayment
  867. handler: council_RewardPayment
  868. - event: council.BudgetBalanceSet
  869. handler: council_BudgetBalanceSet
  870. - event: council.BudgetRefill
  871. handler: council_BudgetRefill
  872. - event: council.BudgetRefillPlanned
  873. handler: council_BudgetRefillPlanned
  874. - event: council.BudgetIncrementUpdated
  875. handler: council_BudgetIncrementUpdated
  876. - event: council.CouncilorRewardUpdated
  877. handler: council_CouncilorRewardUpdated
  878. - event: council.RequestFunded
  879. handler: council_RequestFunded
  880. # Referendum
  881. - event: referendum.ReferendumStarted
  882. handler: referendum_ReferendumStarted
  883. - event: referendum.ReferendumStartedForcefully
  884. handler: referendum_ReferendumStartedForcefully
  885. - event: referendum.RevealingStageStarted
  886. handler: referendum_RevealingStageStarted
  887. - event: referendum.ReferendumFinished
  888. handler: referendum_ReferendumFinished
  889. - event: referendum.VoteCast
  890. handler: referendum_VoteCast
  891. - event: referendum.VoteRevealed
  892. handler: referendum_VoteRevealed
  893. - event: referendum.StakeReleased
  894. handler: referendum_StakeReleased
  895. # Bounty
  896. - event: bounty.BountyCreated
  897. handler: bounty_BountyCreated
  898. - event: bounty.BountyCanceled
  899. handler: bounty_BountyCanceled
  900. - event: bounty.BountyVetoed
  901. handler: bounty_BountyVetoed
  902. - event: bounty.BountyFunded
  903. handler: bounty_BountyFunded
  904. - event: bounty.BountyMaxFundingReached
  905. handler: bounty_BountyMaxFundingReached
  906. - event: bounty.BountyFundingWithdrawal
  907. handler: bounty_BountyFundingWithdrawal
  908. - event: bounty.BountyCreatorCherryWithdrawal
  909. handler: bounty_BountyCreatorCherryWithdrawal
  910. - event: bounty.BountyRemoved
  911. handler: bounty_BountyRemoved
  912. - event: bounty.WorkEntryAnnounced
  913. handler: bounty_WorkEntryAnnounced
  914. - event: bounty.WorkEntryWithdrawn
  915. handler: bounty_WorkEntryWithdrawn
  916. - event: bounty.WorkEntrySlashed
  917. handler: bounty_WorkEntrySlashed
  918. - event: bounty.WorkSubmitted
  919. handler: bounty_WorkSubmitted
  920. - event: bounty.OracleJudgmentSubmitted
  921. handler: bounty_OracleJudgmentSubmitted
  922. - event: bounty.WorkEntrantFundsWithdrawn
  923. handler: bounty_WorkEntrantFundsWithdrawn
  924. extrinsicHandlers:
  925. # infer defaults here
  926. #- extrinsic: Balances.Transfer
  927. #- extrinsic: Sudo.batchCall
  928. # handler: handleSudoCall(DatabaseManager,SubstrateEvent)
  929. preBlockHooks:
  930. - handler: bootstrapData
  931. filter:
  932. height: "[0,0]" # will be executed only at genesis
  933. - handler: launchScheduler
  934. postBlockHooks: