Skip to content

Green LWSS

Choose a tag to compare

@area area released this 21 Oct 08:45
· 769 commits to develop since this release
d7fb7bc

For Green LWSS, users will be requested to upgrade their colonies to v10. VotingReputation will also be available to be updated, enabling 'Simple Decisions'.

The xDai ColonyNetwork remains at:

xdai: 0x78163f593D1Fa151B4B7cacD146586aD2b686294

The mainnet address for the Network contract remains unchanged, but we recommend is no longer used.

Functionality

  • A new Streaming Payments extension is now in the codebase, but not deployed yet pending support in the front-end (#1026, #1096)
  • Added an endpoint to the reputation oracle to allow people to fast-sync their miner (#1066)
  • Added support for a new type of decision that takes no action (#1071, #1090)
  • Added an extension that allows expenditures to be created by a user who stakes tokens. This extension is not yet available (#1045)

Fixes

  • Small improvments to the miner (#1060)
  • Sped up the /noProof endpoint for the reputation oracle (#1073)
  • Fix a bug in CoinMachine extension accounting, though this extension is no longer intended to be used (#1065)
  • Made metatransaction broadcaster more robust to things going wrong (#1072)
  • Made the reputation miner more robust to running out of funds when mining (#1077)
  • Restore checkErrorRevert test helper to functional state (#1094)

Maintenance

  • Repository is prepared for Node 16 (#1043), and now runs on Node 14 (#1070)
  • Repository uses npm and not yarn (#1055, #1087, #1089)
  • Split up contracts as needed due to limits on sizes of a single deployed contract (#1046)
  • Various package upgrades (#1048, #1052, #1076, #1078, #1080)
  • Use a dark-mode-friendly logo in the repository (#1049)
  • Improve pre-commit hooks (#1051)
  • Improve autogenerated documentation (#1054, #1059, #1088)
  • Truffle.js updates to make documentation easier (#1063)
  • Miner updates to make documentation easier (#1079)
  • Spotty test improvements (#1067, #1074, #1092)
  • Removed antiquated ganache-core from the repository (#1075)
  • Dealt with some GitHub overhead in terms of the flwss, flwss2, flwss3 releases which wasn't done at the time of those releases (#1084, #1085)
  • Short-term fixes to deal with new detectors in slither (#1093)
  • Some spelling fixes (#1095)