Skip to content

Latest commit

 

History

History
114 lines (91 loc) · 12.2 KB

CHANGELOG.md

File metadata and controls

114 lines (91 loc) · 12.2 KB

Changelog

1.5.1 (2024-10-12)

Bug Fixes

  • add log message for closed pull requests (d640681)
  • add logging for payload truncation (bf0f4c5)
  • added custom configuration and related tests (2fc8136)
  • downgrade ethers to 5.7.2 and update web3 helper (c5e8e3c)
  • enhance error logging for missing multiplier cases (a8cab80)
  • enhance error logging for missing multiplier cases (72d0d47)
  • remove redundant console log in run.ts (7851b75)
  • upgrade permit generation package (5300022)

1.5.0 (2024-09-30)

Features

  • add private key formats (43ffc4d)
  • added log level (f41393a)
  • changed word count and introduced elementCount (6911a5d)
  • compressing html output (741ee20)
  • content is stripped if it is too large for a comment (f2ca2bb)
  • skip minimized comments (0a7576d)
  • support individual repos (0d34345)

Bug Fixes

  • apply fixes to broken merge (bbb22e6)
  • edited the mock results to match new calculation module (a0d007c)
  • fix github comment and reward split tests (4e24f40)
  • fix github comment and reward split tests (3cee864)
  • fixed decimal issues with evaluation (1e30cd2)
  • fixed issues with permit generation and mock results (aa3affa)
  • html content is stripped from metadata (a595751)
  • include forgotten reward-split calculation changes (b171bb6)
  • no message is posted on skip (512519d)
  • refactored extra calculation and fixed mock results (834910e)
  • relevance is only applied to content (8c4fe1b)
  • removed regex from configuration (19e70a4)
  • resolve conflicts (434d28a)
  • test permit related mock test result fixes (0b6f245)
  • typo (cd740ab)
  • use camel casing for property name (2da6b86)
  • use issue.node_id for permit nonces (1d2ad4d)

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)