summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2025-01-17Update the .SRCINFO, oopsAndy Kallmeyer
2025-01-17Updated to support the latest pythonAndy Kallmeyer
This was a major merging and merge-conflict resolving updated pulling in the latest updates from the upstream electron-cash. A new version hasn't been tagged in the repo yet but I wanted to update the AUR package because it was still broken with the latest python before this.
2022-09-13Convert the electron-cash AUR package to organo-wallet for Ergon!Andrew Kallmeyer
This commit was based on commit b1bd905bba14f8c30bdf593bfe2731db251a7b51 from https://aur.archlinux.org/electron-cash.git
2022-05-074.2.8Matthew Tran
2022-02-254.2.7Matthew Tran
2022-01-07Override pycryptodomex version in testsMatthew Tran
2021-12-13Python 3.10Matthew Tran
2021-12-094.2.6 againMatthew Tran
2021-12-084.2.6Matthew Tran
2021-08-194.2.5Matthew Tran
2021-03-044.2.4Matthew Tran
2020-12-30Apply commit 85e6064Matthew Tran
Tor: Fix proxy bypass for stem version 1.8.0
2020-12-02Python 3.9Matthew Tran
2020-12-014.2.3Matthew Tran
2020-11-194.2.2Matthew Tran
2020-10-224.2.0Matthew Tran
2020-09-12Re-enable testsMatthew Tran
Also I just realized I forgot to reset the pkgrel... Oh well.
2020-09-124.1.1Matthew Tran
2020-08-12Update .SRCINFOMatthew Tran
2020-08-12Set GIT_SUBMODULE_SKIP=1 before buildingMatthew Tran
2020-08-03Add automake and libtool to makedepsMatthew Tran
2020-08-03Revert to using release tarballsMatthew Tran
But this time, it also downloads the release tarball for libsecp256k1 and symlinks it to where Electron Cash expects it to be.
2020-08-02hand over maintainershipMarcel O'Neil
2020-08-01Add python-certifi and tor dependenciesMatthew Tran
2020-07-314.1.0Matthew Tran
Switch to cloning the repository instead of fetching the tar ball because the tar ball doesn't contain the submodules required for libsecp256k1, which in turn is required for CashFusion. Also skip tests since one of them is broken.
2020-05-294.0.15Matthew Tran
2020-03-244.0.14Matthew Tran
2020-03-194.0.13Matthew Tran
2020-01-21Add tox.ini patch to use an updated pip when testingMatthew Tran
Also add python-keepkey and python-trezor to optdepends.
2019-12-104.0.12Matthew Tran
2019-11-164.0.11Marcel O'Neil
2019-11-14bump to python 3.8Marcel O'Neil
2019-09-094.0.10Matthew Tran
2019-09-02Add python-dateutil dependencyMatthew Tran
2019-08-094.0.9Matthew Tran
2019-07-24Add fonts.xml patch and ttf-bitstream-vera dependencyMatthew Tran
2019-07-224.0.8Matthew Tran
2019-06-24Add qt5-svg dependencyMatthew Tran
2019-06-214.0.7Matthew Tran
2019-06-064.0.6Matthew Tran
2019-05-274.0.5Matthew Tran
2019-05-264.0.4Marcel O'Neil
2019-05-214.0.3Marcel O'Neil
2019-04-194.0.2Marcel O'Neil
2019-04-044.0.1Marcel O'Neil
2019-03-274.0.0 w/ PKGBUILDMarcel O'Neil
2019-03-274.0.0Marcel O'Neil
2019-02-233.3.6Marcel O'Neil
2019-02-19Patch: [Qt] Fix #1157 -- Qt 5.12 also exports DecimalMarcel O'Neil
2019-01-253.3.5Marcel O'Neil
* Added ability to specify raw hex op_return data in Send tab * Added server options for: "Preferred" and "Banned" in Network Dialog, and an option to connect to only preferred servers. * LabelSync plugin now works properly * Cosigner pool plugin fixups -- it should work much better now! * Cashaddr is now default on new installs * OSX packaging fixes (code signature should stay dynamically valid now) * Updated Trezor plugin to trezorlib-0.11.x (#1089) * Many bugs and quirks fixed from issue tracker * Performance improvements * Memory leaks fixed * Windows setup.exe (installer version) works now.