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

Add support for Linux's .config files.

77f932c220cbcb74ed63d7bd16d0ca8aece111e5 authored over 5 years ago
Implement storage in a platform-specific way. THIS BREAKS ALL NON-OSX BUILDS.

c527a387aabc18e5754e95d3470e30454d4d1fbe authored over 5 years ago
Support showing transaction fee for private spends.

Closes #82.

251fed5d929348867bfc6f66874c605129efbd27 authored over 5 years ago
Behave properly when the user clicks outside the passphrase change dialog.

3df5cea8355abd1b2c4366fc83597721b54e1930 authored over 5 years ago
Implement the ability to change wallet passphrase.

Closes #27.

b6be2bd0bf93bc658fb143c355bd8ebe30ae38c8 authored over 5 years ago
Fix average days for Znode payout calculation.

Closes #95.

053715f7b045409f5240d1a4c3031eba2a816734 authored over 5 years ago
Show the number of enabled Znodes.

Part of #95.

bf2c19ce164406cdf1c0e0797b38244af512bb9a authored over 5 years ago
Crash our own process if zcoind dies on startup.

Closes #24.

0924d8ee0fef827132b4de9e85927f97da9fbfa3 authored over 5 years ago
Implement chdatadir Debug command.

Closes #102.

3d430bb864b184c7fd8a13aa60f057196d1534ea authored over 5 years ago
Add client-specific help in the debug console.

83a5dca16517909e3827a79ddd2af552e0927458 authored over 5 years ago
Improve performance by checking if apiStatus has changed before updating the store.

f25e14a179f6b282b4d7b385ea5122b497193284 authored over 5 years ago
Remove unused getter from SettingsPage.

eee475d69e52cdca91727f7c5a0b61f0252174eb authored over 5 years ago
Don't show duplicate mint txids.

Closes #94.

789f2126e7f0b3b0acf33e04e2b0f983b76517b2 authored over 5 years ago
Fix an issue where unconfirmed mints were shown with an incorrect number of confirmations.

Closes #103.

add64be006417314b143859c8022774fe20caf9d authored over 5 years ago
Allow users to Ctrl-C in DebugPage to clear the input.

Closes #85.

8299969ba4c2006f94b6eecc3c5e4befbcd9b20a authored over 5 years ago
Remove extraneous debugging statement from DebugPage.

4d0e836bcba1241632fa5090787215fba99921e3 authored over 5 years ago
Bump version to 0.0.5

633c647468309c29feb9edfc579ecdade54ce0f9 authored over 5 years ago
Remove references to hashtags in labels.

Closes #99.

3297151f81972d5be469c30ff02dcfd80d35e2cc authored over 5 years ago
Inform users that estimated times for Mint completion are approximate.

Closes #87.

61de58c5d0fbf6fc3f992519471aa50501631896 authored over 5 years ago
Show the string "N/A" instead of a mangled date for null values of My Znode.

Closes #101.

b5182e1cfdb69cf56637a9c72017c1520346fc12 authored over 5 years ago
Fix issues where a black bar would appear to the right of the Sidebar.

1ec910034b6d916a0957514b9c24f63be698afe4 authored over 5 years ago
Don't count non-Znode payments in Rewards Received for a Znode.

Closes #96.

22b293e1343f1360987f4a1f7b2c2e2833ad87dc authored over 5 years ago
Fix display of a Znode's last paid time.

Closes #97.

f2d8fc90bfc2086f576b3cd29b6304280573947b authored over 5 years ago
Fix toggling Tor.

Closes #91.

d562518e9341827dc69c40f2bcf9d41955a2c309 authored over 5 years ago
Bump version to 0.0.4-2

887237cbd9ab6687894be58413aca5e1d1fbc9bf authored over 5 years ago
Remove arbitrary limit of 100 suggested mints.

a3ed6ea0f39756d7573494a8dd13a95574985410 authored over 5 years ago
Remove dead CSS from SettingsPage.

cb96d55d82fbc7406d64c06565ede84237cf67ca authored over 5 years ago
Only show language settings if there is more than one language available.

43ab1c8c3e82fc3f3ac1680ad518216b3dc3dfe3 authored over 5 years ago
Add identity key to package.json

74e1b0126862fbca6f0d89b6330ecf7f5aaa22dc authored over 5 years ago
Improve display of balances.

8ae9c24628a5e1c47a0d6d2231d461e09e9dbf09 authored over 5 years ago
Implement autominting.

Closes #72.

12ae7a50010bab56ed79821779a4d2018b9734fd authored over 5 years ago
Change existing mints bar to green.

e4f2e45eb3a1e755b7e32cb9c803d8b21ea9af4e authored over 5 years ago
Remove a limit of 10 suggested mints per denomination.

This isn't useful anymore now that Sigma can remint change. Closes #92.

8e169598c5e54c70fcd40e0dcd82b7750d7cc00d authored over 5 years ago
Bump version to 0.0.4-1.

b02b8f4daad551a656797049b4335333cf53ee9a authored over 5 years ago
Fix a bug introduced in 7b07e5e014 that prevented private spends.

9925d0335dafcc9b4306c3b07593de58411829a2 authored over 5 years ago
Fix some issues detecting shutdown caused in a previous workaround for zmq issues.

Revert "Attempt to resolve failure to improperly shut down by not waiting for sockets to close."...

547c96777836eacd1b9b333f80c17eeaba0e4cc7 authored over 5 years ago
Show Zcoin Client version in the Settings page.

Closes #90.

a1e3e2e120442b4e1ce83ca184543a7d1b548cfd authored over 5 years ago
Add a button to copy Payment Request addresses.

Closes #75.

a7e391c99ee28d20d1e9c672b9a7fdad4f3328fd authored over 5 years ago
Bump version to 0.0.4

47e21cbd62aeb131d3366475b69ec9e08e579121 authored over 5 years ago
Fix a typo that snuck into 2df3325c0.

81ebf2c8ed6f60f4bf3aa5c41d005338c6c26066 authored over 5 years ago
Subtract fee from amount when sending privately.

Part of #82.

1b4f5375ff1987b2656d19a27f8d77845309882c authored over 5 years ago
Fix a bug where outgoing transactions made during reindex didn't show up in the list.

21575f86bf564a7cf1e1ebddba226db3fca54b72 authored over 5 years ago
Implement a checkbox to subtract fee from transaction amount in Public Spend.

Part of #82.

7b07e5e0143ee2772756cb6b35ef2556fc0e8e79 authored over 5 years ago
Add a validation for the 35 input limit for private sends.

Closes #81.

778fd1ec7fc4333ca29a043eb12ea95c27344af2 authored over 5 years ago
Show existing mints on the Anonymize page.

Closes #80.

2df3325c0fa4c1bb26cd0598ccc3a0c83319d142 authored over 5 years ago
Sync Znode list on startup in addition to other times.

602843452c8c8709ed355f42935908ede311c751 authored over 5 years ago
Fix display of the Znode count.

a5063bb144cf300308027cc9baa49984a9823708 authored over 5 years ago
Don't show a link to the Znode page if the user has no Znodes configured.

d95191f7fe0c233dca1611bd093e89e561f60c8d authored over 5 years ago
Show number of confirmations in MintInfo.

Closes #86.

31b079f1515b6d97db78e941f98259276a2ec075 authored over 5 years ago
Sort Znode list in the same order as znode.conf.

Closes #77.

f8b0cf1e1d9ef88a055d0d72178812ede9456747 authored over 5 years ago
Remvoe remote Znode list.

65c742383da5912ad36396d4ac01311529092bd9 authored over 5 years ago
Update for zcoind changes improving Znode list performance.

bf118ff7a9ddd570b860079a3db7005fbab80b9f authored over 5 years ago
Add ApiStatus modules.

adddbb2fffd8ce1600491326b3e4204a2e884d03 authored over 5 years ago
If we're reindexing, don't add transactions to the store unless they have block data.

This should help with issues where the transaction list is wonky during reindex.

Closes #68.

5268ec06f4c6ab908f5f218e1f987871d99bd527 authored over 5 years ago
Implement a Start Znode button.

Closes #66.

262b36d15789e696fdd0060781531d07b2bae5e5 authored over 5 years ago
Fix an error in the fix for completed debug commands being split incorrectly.

4fc75f32da65ff7a3e894ff0ca1c6bdeca3c22a7 authored over 5 years ago
Make SendSteps/Complete have an optional message.

2ea404b70602cac44f3c29052a7f0418be7c23e8 authored over 5 years ago
Give Passphrase component ability to tell users about incorrect passphrase.

6632d58fd289aba047b789b07ff462672f975890 authored over 5 years ago
Update to a change in the way zcoind notifies us about orphan transactions.

5c9e49afe9d69793d760731f39a98061208cddb5 authored over 5 years ago
Fix a bug where the debug console would complete unknown prefixes to "undefined".

4f6a34c282ed15a454226b776dbb39b16cfd39ff authored over 5 years ago
Always log to console at level debug, and to combined.log by default at level info.

5d35b72ab0d68a70fcdc1774180e8258543a7ff5 authored over 5 years ago
Allow users to access the store from Chrome Dev Tools.

0d6df894f0e82f14a533e02781c74b25695bdc85 authored over 5 years ago
Add custom error classes for Zcoind.

d15958b87621cf9a8867dbc3bf815e5bcb3da5f0 authored over 5 years ago
Slightly improve znodeList logging.

af938a58f6c273d80615051967a1665e7633d5a5 authored over 5 years ago
Fix an issue with the Debug Console where transactions were sometimes parsed incorrectly.

06fce4289bc2c525c5d3d14af49c5fd0cd691e23 authored over 5 years ago
Implement transaction rebroadcasting.

Closes #57.

e26c03f77c523475cd3a95aa3844209341127726 authored over 5 years ago
npm install

04e7e2723ca290b73cd7c6def52e4cf5aebfe11a authored over 5 years ago
Revert "Add a workaround to the issue where spends are temporarily shown without a label. Revert me later."

This reverts commit 2c9b94d49ed9d05bf162b10d9077630d70053bf9.

Closes #56.

044f8eeeae94a33ed96718f6ab315207c1dfa9b8 authored over 5 years ago
Show transaction IDs of mints.

7f98219afdbff06ceebe2ee6cf8f029787682d43 authored over 5 years ago
Properly display amounts for Znode payments.

ce9167ec32c752001484cf592907ee9bdf66f093 authored over 5 years ago
Implement command completion in the Debug Console.

Closes #58.

bbc91041e4bbbb88194d7d57d9cb035a462bf196 authored over 5 years ago
Only keep a combined.log of the latest session.

f779334222eba745936420b6748db9d124695eba authored over 5 years ago
Only show Review Mint Suggestions if the blockchain is synced.

Closes #61.

ce09c735d20eaa75967cc9de8e38599fee7f9f82 authored over 5 years ago
When a mined transaction is orphaned, delete it from our records.

74a1c65a470ae02d95cb2fa5a02661674437de23 authored over 5 years ago
Allow $daemon to be accessed from Chrome Dev Tools.

fea15c2430771a2ce402186fb4dc382ba7494ac5 authored over 5 years ago
Fixes for security vulnerabilities

21f96c1b07f1b42920a764ff07fc3d8a305291b9 authored over 5 years ago
Bump version to 0.0.3

d457fb7a2d11548a20b43beaaa8e4ebd7275fa8a authored over 5 years ago
Have MintStats truncate values to 2 decimal places instead of 0.

d86072d29eaa654b9a75d245207311e5d9cccef5 authored over 5 years ago
Add history to the debug console.

2f56214c3375e0deda2635d2f70b01096b64eccb authored over 5 years ago
npm audit fix

47574e8f9278a35d3d9f7f44a8d0bca06c6a7967 authored over 5 years ago
Remove geoip-lite dependency, saving around 100MB in the dev directory.

9e4cdb7bb595785271ed35fb4e1f77ac5ee99d85 authored over 5 years ago
Don't needlessly edit source files when running unrelated commands.

13f468e1c352699f182eecff01d045189d9dd249 authored over 5 years ago
Fix confusing comments in DebugPage.

a2e8bdde1067425e2f586f043226de55cd2b9391 authored over 5 years ago
Fix links to block explorer.

Resolves #47.

cedef675871d5d110d2266e604f7ce143d1c7261 authored over 5 years ago
Implement a basic debug console.

Closes #26.

b5f5193694a55ae7e3caec7e6f36467547bed2c6 authored over 5 years ago
Add RPC examples in Node

f173475832e7fcf7d1f970b2e35e01f47748ce80 authored over 5 years ago
Revert a workaround for a zcoind bug regarding display of unconfirmed private balances.

Currently the zcoind issue is still present, however the workaround itself has an issue
where tw...

e7dac23bc9f70b92b694c8aa9dfcc70b07069d65 authored over 5 years ago
Use 'Private Send' rather than 'Private Spend' in validation text.

3de835199cd095aee53c70ca65a43325d27d4374 authored over 5 years ago
Validate that private sends do not exceed 500 XZC.

8d8b2ede396e6a81c9b46588e5652c92a178f6dd authored over 5 years ago
Add an IncorrectPassphraseStep to the Anonymize page.

Closes #38.

51285d776636f849f43ed1f5f2d9b30a0e7f29ad authored over 5 years ago
Remove references to the daemon in user-facing text.

Resolves #43.

f3b6cae0cbeedee7c54a63193d81c92b24343d05 authored over 5 years ago
Remove unused component PaymentRequestTableStatus.

09539a2d6f4cef295ff8553a451da85bae05defd authored over 5 years ago
Attempt to resolve failure to improperly shut down by not waiting for sockets to close.

Explicitly closing connections to zcoind could slow down or sometimes stall the
client, and sinc...

109fd8771dd2489f1e87e9104edf30e8f584c2d5 authored over 5 years ago
Bump version to 0.0.2.

c120ecd71ebdc102d479f597fb4469ae43e8bcdb authored over 5 years ago
Refactor the Znode list.

b643c14bc45eed24604a3cc3d62cb80466012a7f authored over 5 years ago
Properly display labels of incoming transactions associated with a PR.

eee9ffdd29754122a8721f5125f5c68b5964b0eb authored over 5 years ago
Include znode category transactions in getAmountReceivedViaAddress.

23c63affef3f76992bf7e0d289614e1303ddae31 authored over 5 years ago
Remove dead legacy code related to minting.

e47357f032a1b41905de434a9aa10817d95e27c2 authored over 5 years ago
Remove network/Address.js, which is now unused. Should be a performance win.

918b7ad6f5756c3238ebffbf84b4cb82241c6e4f authored over 5 years ago
Add + indicator to unconfirmed private balances as well.

d6e5bfe157b08e5615a76fd170d20b425f01826d authored over 5 years ago