summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
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-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-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.
2018-12-303.3.4Marcel O'Neil
* Anti-Phishing protection.. Server-provided text will not appear in user-facing GUI windows anymore. Server error messages are instead parsed and mapped to predefined strings. * "Import Labels" now works. * Memory usage of the app has been reduced -- especially with multiple wallets. * Upgrade prebuilt Windows and MacOS binary to use newer PyQt5 5.11.3.
2018-12-223.3.3Marcel O'Neil
* Added native elliptic curve cryptography using libsecp256k1 (1000x speedup on tx signing in some cases) * MacOS QR Reader now works. * Windows QR Reader now works. * Various performance fixes -- app should be able to handle much larger wallets now with many UTXOs * Nework layer fixups * Updated Checkpoint to the BCH chain. * Various minor UI gltiches fixed * MacOS binary size significantly reduced * Support for OP_RETURN parameters to bitcoincash: URL * Allow 1-of-1 multisig wallets * Server list update
2018-11-143.3.2Marcel O'Neil
* UTXO (coin) level freezing (accessible from Coins tab) * Bugfix to network code reared its head when user switches forks in unlikely circumstances * Checkpoint code (ElectrumX 1.4) protocol upgrade for faster blockchain header downloads * Updated servers list * BitPay support now works flawlessly * Fork icon indicates chain splits to allow user to select an alternate chain * UI glitches fixed * Various bug fixes (address exceptions) * Translations on Windows working again * More Spanish language translations!
2018-10-17Modify URL (GitHub migration)Marcel O'Neil