Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/firoorg/firo-client


https://github.com/firoorg/firo-client

Re-validate send amount when "Take Transaction Fee From Amount" is selected.

23d50b810189a4aabb80739e20b907404a61102c authored almost 4 years ago by sproxet <[email protected]>
Simplify envvar config in tests/spec.ts.

764a96094adbd65038617add7c67caf93d7183dc authored almost 4 years ago by sproxet <[email protected]>
Add chokidar to dev dependencies (required on Linux).

b62b440b7d20795c90c54c87aee021754da396ab authored almost 4 years ago by sproxet <[email protected]>
Make sure the transaction list is properly resized when warnings appear.

587982d5684b245acce062b1d02947c148660747 authored almost 4 years ago by sproxet <[email protected]>
Fix test 'adds, edits, and properly orders receive addresses'.

db31bb583b0b3feb8dca72e422c92333e33a2cdc authored almost 4 years ago by sproxet <[email protected]>
Make sure orphan transactions are properly removed from the UTXO list.

766204c8beac1fc5758b1ed0739848b15666a26a authored almost 4 years ago by sproxet <[email protected]>
Remove old Sigma code from store/modules/Transactions.ts.

2d898072b200509a6b2166bb60a7e61e4325398c authored almost 4 years ago by sproxet <[email protected]>
Revert "Don't deal with transaction fees on wallets with more than 500 UTXOs."

This reverts commit fdfb13df147d7211beb7000dba6e21e7800b0183.

80d93796d15b5d226fc8d08b6826f22d34c04163 authored almost 4 years ago by sproxet <[email protected]>
Revert "Temporarily revert "Make sure data is fully loaded before showing it to the user." due to issues on Linux."

This reverts commit e003a293cab5aa40e4b5c4129aca9d547e6fa219.

98cca2311371f6abe74441e70809397b0d1d09b9 authored almost 4 years ago by sproxet <[email protected]>
Update to firod's new handling of orphan transactions.

e5e3a48cea0b6bc1e8eb6f281b1c1d198669d793 authored almost 4 years ago by sproxet <[email protected]>
Add support for viewing transactions in a block explorer.

03e1b879972e0028ee36a816a9e953192c701379 authored almost 4 years ago by sproxet <[email protected]>
Change version to 2.0.0-beta.

1d841885b81a81f0db5f201047c0f3e96757525d authored almost 4 years ago by sproxet <[email protected]>
Make sure CoinSwap records are properly kept.

4c0791d362a9ba1aaaf398093d93b0757121060d authored almost 4 years ago by sproxet <[email protected]>
Temporarily revert "Make sure data is fully loaded before showing it to the user." due to issues on Linux.

This reverts commit f9669e2506086083c017ae197317eb04a2a3a05a.

e003a293cab5aa40e4b5c4129aca9d547e6fa219 authored almost 4 years ago by sproxet <[email protected]>
Retry Switchain API calls when they fail.

fb0cbda849b9c4c90181b94476c30d2b4ab339cf authored almost 4 years ago by sproxet <[email protected]>
Update CoinSwap's fee calculation to be in line with SendPage's.

61c952783487bf0f41108fe3fe50ea61ecaadaff authored almost 4 years ago by sproxet <[email protected]>
Prevent errors on reload on the CoinSwapPage.

d2fdeb1859ba27de9f059325ec3f4833d7eeeeff authored almost 4 years ago by sproxet <[email protected]>
Don't deal with transaction fees on wallets with more than 500 UTXOs.

fdfb13df147d7211beb7000dba6e21e7800b0183 authored almost 4 years ago by sproxet <[email protected]>
Show the Switchain address that must be sent to below the QR code.

1dafa36e1136e4c2c3bba3c4fac8e409d2b77cdd authored almost 4 years ago by sproxet <[email protected]>
Fix an error where convertToSatoshi throw on input '.'.

96ca261d7aedd4c298616eba6c1e7b0a909df227 authored almost 4 years ago by sproxet <[email protected]>
Only log new block height if it's different from the previous value.

e2be76f4d1d521ade98938e6fa127311df3c8ec3 authored almost 4 years ago by sproxet <[email protected]>
Fix an issue where current block height after syncing was stuck to a multiple of 100.

aa5df86aa09e8c72bde5623a588062e8354b42e3 authored almost 4 years ago by sproxet <[email protected]>
Properly mark inputs spent with CoinSwap as being unavailable for coin control.

b10714046dd0eefd7077a3d3f165b346e2c393d7 authored almost 4 years ago by sproxet <[email protected]>
Update CoinSwap API's ticker to FIRO.

77ee15d538cd870da622250e78f7db7b53578ea7 authored almost 4 years ago by sproxet <[email protected]>
Disable sends from CoinSwap while we're disabled.

cd4c9c23fde8298b9016529377a0d4c033526857 authored almost 4 years ago by sproxet <[email protected]>
npm audit fix --force

219bd48b091d054221671534a58040d9e1d3c6b9 authored almost 4 years ago by sproxet <[email protected]>
Add better formatting for the assertion failure message when coin control entries don't add up to our balance.

e264093c2e990264ad268aaf59bdabbc35790106 authored almost 4 years ago by sproxet <[email protected]>
Only warn about incorrect public transaction fees rather than failing the test.

3ca77fe4a6ba7b5391287cc3facfcaf9d670e7a8 authored almost 4 years ago by sproxet <[email protected]>
Fix an issue where inputs to public spends and mints were not properly being marked as spent.

74a242316b936b35651a8291efdcf596bb63783c authored almost 4 years ago by sproxet <[email protected]>
Make logging more pleasant to work with.

c6d75e88addd7dcb383477125795d8358e8bb97b authored almost 4 years ago by sproxet <[email protected]>
Make test "properly sends debug commands" work when testing the entire suite.

993c9521409d81cb9296e9f84980847f4bb2a44d authored almost 4 years ago by sproxet <[email protected]>
Wait for a fixed time after testing sends to make sure coin control entries are updated.

ec834485c797602f63cf3bb16ef8b439c485e039 authored almost 4 years ago by sproxet <[email protected]>
Show a useful error if sending a transaction fails in our tests.

ca887b1aab515f8be7d26e9cc015a8965a50722c authored almost 4 years ago by sproxet <[email protected]>
Make sure error messages in tests are segregated properly.

89cc266c79bf5c168e8591d6ba80b95869b07c55 authored almost 4 years ago by sproxet <[email protected]>
Another coin control fix.

69b12e52e43a7eb2693bb1cb29a686fafa0b9451 authored almost 4 years ago by sproxet <[email protected]>
Remove a fixed timeout in our tests.

31e2ddee618dfbd9908f143fd9e092badf96a798 authored almost 4 years ago by sproxet <[email protected]>
Use a higher transaction fee for checking if increasing the fee/kb increases the computed fee.

d4c6232f12cd623b15db42702cb63204c1c76644 authored almost 4 years ago by sproxet <[email protected]>
Fix toggling private/public modes in tests.

52ca09f0a28c90d8d7f360dd07ee81bafa41934b authored almost 4 years ago by sproxet <[email protected]>
Increase timeouts for a few tests.

c8d019ec6972904b91fa2713237d9fbffc86d35e authored almost 4 years ago by sproxet <[email protected]>
Increase anonymizes Firo timeout.

9bd282c10502cfadc85027bbac9dcfb09e6296f2 authored almost 4 years ago by sproxet <[email protected]>
Generate sufficient Firo only until we have sufficient Firo.

f768953a1e2e0950a9275a986e12613101aa5b45 authored almost 4 years ago by sproxet <[email protected]>
Increase timeout for generateSufficientFiro.

a723bb666303854127b4c42a93e9a93e5b0631cf authored almost 4 years ago by sproxet <[email protected]>
Use environment variable TEST_WALLET_CREATION to determine if tests should be skipped.

a6adb5141610e2a851e4a1a8e19f54b94e03f102 authored almost 4 years ago by sproxet <[email protected]>
Increase timeout to load the wallet.

4d5c645d366d7794b85aed9f36b64ab0eefd408f authored almost 4 years ago by sproxet <[email protected]>
Make sure data is fully loaded before showing it to the user.

f9669e2506086083c017ae197317eb04a2a3a05a authored almost 4 years ago by sproxet <[email protected]>
work on coin control tests

b69a1686da1102656ea812589eaa42a34963a37c authored almost 4 years ago by sproxet <[email protected]>
More test stability improvements.

0d67ccf38c50e63e205beca41498a8232e9eaf5b authored almost 4 years ago by sproxet <[email protected]>
More coin control tweaks.

df538d137a767c72b0c6a47a8f12e456ee2484dc authored almost 4 years ago by sproxet <[email protected]>
Make tests work better in tandem.

9f67d8d86f6565a0e4020ec18a5ba6bcbbdc0dd1 authored almost 4 years ago by sproxet <[email protected]>
Fix another coin control issue.

87645f80f06a875e3a28d8d55ada23cba35e5642 authored almost 4 years ago by sproxet <[email protected]>
Add test for changing the passphrase.

e39b4c41f3de67e307aca808b9e7f6cfe87c18c7 authored almost 4 years ago by sproxet <[email protected]>
Add tests for editing receive address labels.

1f0240312412efd88202e0897fad5b91142e46ce authored almost 4 years ago by sproxet <[email protected]>
Improve address book item label editing behaviour.

26de02881933498d06e0d160b4789b5760bbe8cc authored almost 4 years ago by sproxet <[email protected]>
Prevent an error on reload.

fa5ed867c6d3344ba1bafe92557f31ce5ae3bf19 authored almost 4 years ago by sproxet <[email protected]>
Add tests for sending payments with coin control.

583001980a30347dbff5214bd5bcd8909c943967 authored almost 4 years ago by sproxet <[email protected]>
npm install @types/lodash

198b161911437be08baba8f43c7a659ba3becc78 authored almost 4 years ago by sproxet <[email protected]>
Test anonymization.

c99fa13b266fddd768a6b037520e4bb828402afb authored almost 4 years ago by sproxet <[email protected]>
Fix an issue with showing which txouts are spendable.

d5e8df27094e978890e1e3d606bddcd4a610fc4e authored almost 4 years ago by sproxet <[email protected]>
Test fee estimation.

32e0c7b8e13c858cd9818bc91f67f24e807ae1b9 authored almost 4 years ago by sproxet <[email protected]>
Wait two seconds after starting tests to be sure that data has loaded.

2dd96c2337b83540eda4427f1d1e91a3e3bf9871 authored almost 4 years ago by sproxet <[email protected]>
Reduce repetition in coin control tests.

9a8ae60f9d4f8f7ef8e2c142f826188e0cf81e94 authored almost 4 years ago by sproxet <[email protected]>
Test setting a custom transaction fee.

77d95404974ab87e0f187988868339859de27f80 authored almost 4 years ago by sproxet <[email protected]>
Properly display render process logs for failed tests.

99c99d9171c8931328404a847a6972b268df3bbc authored almost 4 years ago by sproxet <[email protected]>
Test sending with transaction fee deducted.

e9df5757620379704702625343ce6ba41c3614b1 authored almost 4 years ago by sproxet <[email protected]>
Add tests for public payments.

779724857fc0254e2a61b1fe8b6066085ed7953d authored almost 4 years ago by sproxet <[email protected]>
Ensure that we're on regtest before running tests.

510620d6ca15cd44707b49a1c59143f9c04fb989 authored almost 4 years ago by sproxet <[email protected]>
Make sure at least two mints are in the Lelantus anonymity set before running our tests.

d4de0678423b4e5ab6c427130c0a02247e15ca18 authored almost 4 years ago by sproxet <[email protected]>
Allow coin control tests to be slow (which will happen on large wallets).

e6749711ab96bab6c4eacf2d34885c8935fbc381 authored almost 4 years ago by sproxet <[email protected]>
Add a test for actually sending debug commands.

38c7bc2d1314a80d0db34dc2ec9e27d14b2d7f9f authored almost 4 years ago by sproxet <[email protected]>
Allow running tests in Opening an Existing Wallet individually.

be67352c155a2e3f5701821fab714783097d0aca authored almost 4 years ago by sproxet <[email protected]>
Speed up tests.

09651c4c49fb30b2bb89d8419cad5b2583e9b6f3 authored almost 4 years ago by sproxet <[email protected]>
Better error message in coin control tests.

131b709572e6416d7d9bc5e77c3ff6c19818f713 authored almost 4 years ago by sproxet <[email protected]>
Add a test that coin control shows correct inputs.

b44edb18a558a079fe387c9977c38a33c6b4ecb1 authored almost 4 years ago by sproxet <[email protected]>
Get basic test capabilities working again.

ed03315df547cf15045bd0e03be639cb2a4903fc authored almost 4 years ago by sproxet <[email protected]>
Cleanup convert.ts.

4016853fa5b27b0161033249288c2d3f758a8c0a authored almost 4 years ago by sproxet <[email protected]>
Prevent making transactions when the blockchain is unsynced.

d73fec486685419602a02d33187a3b9bc5df5c88 authored almost 4 years ago by sproxet <[email protected]>
Always show the block height and number of connections.

4e6ea37fbacdd1e91ac5efb85d63a6fb36de627a authored almost 4 years ago by sproxet <[email protected]>
Make the size of buttons on the settings page more consistent.

6c1f71eaf64183b90e0eaebab3eb75b4abb83374 authored almost 4 years ago by sproxet <[email protected]>
Fix an issue where the Change Passphrase button grew too large on non-mnemonic wallets.

b8f6be774459d7366c059cbad83f171bcc73c060 authored almost 4 years ago by sproxet <[email protected]>
Fixup 0abe1198c6409ecb8535a3fb901c3378947a0e95.

5bb6324e2a50fc7ec9f1411fead95a6eb3272afc authored almost 4 years ago by sproxet <[email protected]>
Prevent some seemingly benign errors from being thrown during reload.

8fd0ac722e2bc56adef7fca9195a5a00ea3d523d authored almost 4 years ago by sproxet <[email protected]>
Build for all platforms by default.

5f7201c98148536eb8fed67fd88362d5da472a6f authored almost 4 years ago by sproxet <[email protected]>
Fix an off-by-one error when determining which mints are available for Coin Control.

0abe1198c6409ecb8535a3fb901c3378947a0e95 authored almost 4 years ago by sproxet <[email protected]>
Highlight active tab.

c4203ae2064da645ce5f0861a09895da84e38672 authored almost 4 years ago by sproxet <[email protected]>
Fix an issue due to Vue not recognising array.length = 0 as a mutating command.

4648be02f1a24f7c04c7f50a6154bb48a514297f authored almost 4 years ago by sproxet <[email protected]>
Improve transaction fee calculation.

751e172ee28393758ffd0e2dc5cb778aeb2887d8 authored almost 4 years ago by sproxet <[email protected]>
Fix an issue where we sugested 0 fee for send when the user didn't select the fee.

60ecfb84f578d1000c5c62ff513c03a5b828274e authored almost 4 years ago by sproxet <[email protected]>
Indicate to the user when Lelantus is disabled.

f576737a2dd2079f077b198a9837d885ddf31627 authored almost 4 years ago by sproxet <[email protected]>
Rename environemntal flags containing ZCOIN in them.

b6365179f48388c1aba517ca8a680b97cbdc28b3 authored almost 4 years ago by sproxet <[email protected]>
Remove Sigma support.

fa8159476d2496571e685d009692ed0099fd668b authored almost 4 years ago by sproxet <[email protected]>
Update documentation for AddressBookItem.

2fde1aeaf161727143eb182ba8ff9769f33bd1f9 authored almost 4 years ago by sproxet <[email protected]>
Make address book entry editing use a reactive style.

cedd13f8d28213c71f8c32850603d648ef5c6c0a authored almost 4 years ago by sproxet <[email protected]>
Update test suite Regtest Setup to work with redesigned wallet.

9f09fc84591a73c4d3d06715170700a5ef37e624 authored almost 4 years ago by sproxet <[email protected]>
Update test log location in .gitignore.

72bac0bbc5cb29a172a80a68d1db106f5411d198 authored almost 4 years ago by sproxet <[email protected]>
npm install spectron@latest

00e9a57d8c3d405dfb9ad6e7aead2d51cdc319d1 authored almost 4 years ago by sproxet <[email protected]>
Display an error to the user if Switchain is down or doesn't support Firo.

0bddfdf123baeb80bd148f50371a80b1942f7f2c authored almost 4 years ago by sproxet <[email protected]>
Lower timeout to calculate transaction fees.

ee9a10a87524a9c2997aa60bf4881b9b78e875c2 authored almost 4 years ago by sproxet <[email protected]>
Prevent a superfluous second request for transaction fee calculation.

d42d34dc0103fa8a30bf5f651823613d74097f3d authored almost 4 years ago by sproxet <[email protected]>
Send a signature to lock in specific offers in CoinSwap.

40d790925715b6ea23aae87f8967f8ba9e1b8b2b authored almost 4 years ago by sproxet <[email protected]>
Update to firod changes speeding up Lelantus sends.

9a576df8de2852df40e6afeb1e9dd57e71d2d412 authored almost 4 years ago by sproxet <[email protected]>