Skip to content

Latest commit

 

History

History
75 lines (54 loc) · 6.7 KB

CHANGELOG.md

File metadata and controls

75 lines (54 loc) · 6.7 KB

Changelog

1.2.0 (2024-07-10)

Features

  • reward is now split if there are multiple assignees (b556238)

Bug Fixes

  • assignees are added to the reward even without commenting (170cdcc)
  • users with no comment now can see their issue task on multiple assignees (615d221)

1.1.0 (2024-07-07)

Features

  • add erc20RewardToken config param (2b53e68)
  • pass token address on permit generation (6fd15dd)
  • set default erc20 reward param to WXDAI (f7ad975)

Bug Fixes

  • resolve conflicts (f8159e1)
  • updated test suite to match the new schema, fixed the async test to not run after tear down (ca6e472)

1.0.0 (2024-06-11)

Features

  • cli argument to pass the issue URL to the program (d4e9116)
  • collect all user events (147ba83)
  • command line parsing arguments (af93229)
  • configuration parser (0e6f3d1)
  • formatting is evaluated and influences the final score (45d2831)
  • get-activity: properly fetches everything according to test (6e067f7)
  • github app login (f4f4896)
  • github app login (b2efc68)
  • github app login (df34aa7)
  • github app login (8add964)
  • github app login (ad16266)
  • github app login (013519d)
  • github app login (39fa39d)
  • link pull request from issue (not other way around) (e6aa979)
  • moved tsx to production dependencies (423f49e)
  • pass in token from kernel to authenticate octokit client (1f4ba00)
  • permit generation module (925243f)
  • permit generation module (50b396b)
  • read inputs from GitHub inputs instead of CLI (30ac759)
  • saving permit to database (aecd4e1)
  • untested class to get all information (f5104e1)
  • untested class to get all information (a86c62f)
  • updated jest test workflow (a69f8d9)
  • updated jest test workflow (834f821)

Bug Fixes

  • all tests pass (db1868e)
  • ci: auth (e897fdb)
  • cspell (890a4a4)
  • cspell ignore words (1160614)
  • fixed path for evm values (2f3c2ee)
  • more characters are escaped (backtick, ampersand) to avoid display issues (550869c)
  • permit generation is skipped if price label is missing (configurable) (d59cb0a)
  • remove build action and changed trigger for Jest testing (146580e)
  • skip on issue close not completed status (2c15e7c)
  • test: resolve promises (9d57104)
  • test: resolve promises (1d62274)
  • types (c4ad907)