Skip to content

Releases: ProxeusApp/proxeus-core

v1.4

16 Nov 15:12
e67adb5
Compare
Choose a tag to compare
  • Alternative chains support, with documentation updates (#281)
  • Add new smart contract addresses on goerli and mumbai networks, update settings
  • Fix dependencies update circle checks go version
  • Test negative scenario and fix Metamask errors (#285)
  • Test and improve the autodeploy flow (#290)
  • Serverside verification + docs revised (#426)
  • Update config for Docker image tagging (#429)
  • Add console logs on default accounts setup and on sign request
  • Dependabot checks now happen on preprod branch

What's Changed

Full Changelog: v1.3...v1.4

v1.3

19 Mar 16:46
426dae4
Compare
Choose a tag to compare

What's Changed

  • Preprod merge for v1.3 release in #298
  • Upgrade to Go 1.17
  • Bump golang.org/x/image and other dependencies in #300

Full Changelog: v1.2...v1.3

v1.2

02 Mar 15:13
465c84e
Compare
Choose a tag to compare

Proxeus open source release (2021)

This is the first official release made by members of Proxeus Association, which now maintains the project. Thanks in particular to @Javany who made their first contribution in #229

This release focuses on making the project more maintainable. There are no new features or changes to the user interface, only improvements to deploying, configuring and running Proxeus. In particular, we have upgraded to more current versions of Go, NPM and Java, updating a lot of dependencies in the process and revising code that would otherwise no longer run.

All of the frontend UI code has been updated to ES6 standards, which means it can be maintained with modern developer tools. We have ensured the platform can run on any cloud, is properly tested and monitored with @circleci + @dependabot - and we are tightening the security around the off-chain data by encrypting sensitive values in the database.

Background

loc-projects

Just to give a bit of perspective of how much work is involved: currently the proxeus-core project and nodes are 108'176 lines of code in total. Not counting comments or whitespace or documentation, that is (according to cloc) a lot of code that we have to read, understand, compile, test and revise.

Our goal is to focus the featureset on core USPs, and encourage open source contributions. The new community discussions are there to stimulate prioritization and prioritization from user groups. We welcome contributions from developers and are accepting offers on open issues marked as bounty. Please see the Contribution Guide and active projects for details. / :construction:

If you have any feedback or suggestions, please reach out here, or through our website at https://proxeus.org

Bundle

Changes


Full Changelog: v1.1...v1.2

v1.1

02 Mar 15:12
465c84e
Compare
Choose a tag to compare

Proxeus open source release (2020)

Six months ago, we announced the delivery of Proxeus v1 offering anyone the possibility to install and run an instance of Proxeus making transactions on livenet. Since then, several improvements have been made to implement recommendations received through a series of functional and technical audit rounds, and integrate community feedback. This is v1.1 of the Proxeus framework as open source software.