Skip to content

Releases: Samourai-Wallet/whirlpool-server

0.21.7

02 Sep 09:12
Compare
Choose a tag to compare
  • better random liquidity selection
  • configuration update:
    • add server.pools[x].liquidity-min = 1
    • add server.register-input.liquidity-interval = 10
    • add server.mix-enabled = true
    • remove server.pools[x].liquidity-timeout

0.21.6

23 Jul 23:14
Compare
Choose a tag to compare
  • stronger input validation
  • upgrade extlibj 0.0.5

0.21.5

11 Jul 17:15
Compare
Choose a tag to compare
  • optimize reveal_output
  • add permanent bans + admin ui
  • fix verbose logs + rename --debug to --debugserver ()
  • MixCsv: fix invalid 'updated' time

0.21.4

08 Jul 09:00
Compare
Choose a tag to compare
  • enable BlameService, server.ban.blames, server.ban.period, server.ban.expiration
  • admin history: fix mixs order + show current time
ALTER TABLE `blame` drop column `updated`;
ALTER TABLE `blame` ADD COLUMN `identifier` VARCHAR(255) NOT NULL AFTER `created`;
ALTER TABLE `blame` add index (`identifier`);
ALTER TABLE `blame` CHANGE COLUMN `blame_reason` `reason` VARCHAR(255) NOT NULL ;
ALTER TABLE `blame` ADD COLUMN `ip` VARCHAR(45) NOT NULL AFTER `mix_id`;

0.20.0

30 Apr 13:30
Compare
Choose a tag to compare

PROTOCOL:

  • SockJS

0.0.1

05 Mar 08:24
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release
  • whirlpool-protocol 0.0.1 (0.18)
  • quickly restart round on client disconnect