Skip to content

Releases: BTS-CM/airdrop_tool

v0.3.4

02 Mar 23:25
Compare
Choose a tag to compare

v0.3.31

30 Dec 00:49
939382a
Compare
Choose a tag to compare

Release Notes

Fixing issue #7 - User is no longer blocked from broadcasting a valid airdrop chunk if unable to check TRX block size limits.


Binaries for download

Platform SHA256 Checksum VirusTotal Analyses
Microsoft Windows b811f4ce9af31586d0dec0947978f87ecb0b9055304b8a213a853e3e1a09045e exe
Linux 1e7ea870a92905605c2905f1193ba022e88c24d0fcc9e437b641e1bba37ced19 deb
MacOS 0c5bfac714f18ae386fab3a4c3d5795cb30ff39ac02b94654cba434730994b74 dmg

v0.3.20

28 Jul 15:32
Compare
Choose a tag to compare

Release Notes

Fix permanent loading in custom airdrop component if airdrop is poorly configured


Binaries for download

Platform SHA256 Checksum VirusTotal Analyses
Microsoft Windows b0af61a79ed4fb7eb42e325758a65386d1da26d49b1fccfed7b707b632fb5118 exe
Linux 3e14258bc7b643cea135bc0f1d5c63a035390ce7722b7ad5986bbf879861469d deb
MacOS 526e8344506be39cedfa56b26c16803295073605ff209424b8daa76761dffd76 dmg

v0.3.12

20 Jul 21:23
Compare
Choose a tag to compare

Release Notes

Minor fix to the paginated react-window lists, max 500000 list rows now.


Binaries for download

Platform SHA256 Checksum VirusTotal Analyses
Microsoft Windows 6583f1dfd0bd709f99e5d0132838e2291745a4fef5b1371b1ae83cfe1853b864 exe
Linux a2db7b7038af7b7d40b5002e0bf9075f4a59207bacaa967dab2d0ec6425d407b deb
MacOS a932bfd106be428cac785c0b14bb887e87561ca48fa539b3ee8921ddc0dee43f dmg

v0.3.11

20 Jul 17:31
Compare
Choose a tag to compare

Release Notes

Custom airdrop UX improvements

  • Upload custom airdrop json in the custom airdrop prep page instead of the custom airdrop page
  • Use modals to display react-window content, the Airdrop cards, and JSON data prominently
  • Avoid rendering the ticket holder inclusion/exclusion radio button group if user hasn't fetched tickets
  • Uses pagination for valid/invalid airdrop user lists (avoid exceeding max limits bvaughn/react-window#551)

Optimizations

  • Adapt the custom airdrop page for millions of users, reducing DOM content and remove JSON input to reduce memory usage.
  • Caching data with useMemo
  • Avoid fetching 1 million objects on file input

Misc

  • Update packages
  • Translate copy json button
  • Add custom airdrop scripts

Binaries for download

Platform SHA256 Checksum VirusTotal Analyses
Microsoft Windows 840e64abc85c6995ad55f5dbeb7af8b33f05ecde4021f26e2241ae8dd9f4fd2a exe
Linux 9c056303c5e2d9f3251506f6e5073ce7f730c6af4412ed1b07f4ea77a5ab9062 deb
MacOS 825712f825de8024a5901cf52293496fb50f8d6b4721e9ea442c3592323cc5de dmg

v0.3.02

17 Jul 17:39
Compare
Choose a tag to compare

Release Notes

Optimizations to the custom airdrop & calculated airdrop pages
Fix allocating a large quantity of tokens via round robin
Handles tens of thousands of users quickly, altering airdrop options no longer causes the UI to freeze.

Shows the current transaction byte size & it's percent of max transaction size, to optimize airdrop attempts.
Shows fee estimates per airdrop card transaction batch
Use React-Window for large tables of data
Use Modals triggered by buttons to view valid/invalid airdrop user info & the simple JSON data
Enable filtering custom airdrop recipients based on their presence in the ticket leaderboard (holders only, non-holders only and both).


Binaries for download

Platform SHA256 Checksum VirusTotal Analyses
Microsoft Windows 681ccf8f15649a4bd76a3638dc0a44aef0226d3e949d51dc5faa9caf600b74de exe
Linux 2410279907def56361e0b182bb8d4e548c6bbfbdb4a4d36299c3df24683ea140 deb
MacOS a13b0a75d19a9cf4bcd495bc62e3cb4c3310e2b20f6523e4431296b4f59ae6e7 dmg

v0.2.92

13 Jul 00:03
Compare
Choose a tag to compare

Release Notes

Check contents of transfers to avoid sending to invalid accounts in custom airdrop
Improvements to custom airdrop page UX


Binaries for download

Platform SHA256 Checksum VirusTotal Analyses
Microsoft Windows 8eaa4dfe9f2f54022225fa5412f17faf2a265d2b929dc15597761a994d5313b2 exe
Linux 19d8b07635b1320ed0b0eea629f8a681e0e023d4c30f0a715c018d8b3df4e754 deb
MacOS 096ec574e05f78a71173064a2a42712f9cfce7b9ac94a0b028529a61aa614e2e dmg

v0.2.91

12 Jul 15:08
Compare
Choose a tag to compare

Release Notes

Custom airdrop page optimizations


Binaries for download

Platform SHA256 Checksum VirusTotal Analyses
Microsoft Windows cd2d379446454d1b92faa8d378acd92689d968cd3b24b6739ff9b1ea65a59c21 exe
Linux 36b90343cc6fc1794f7a40faa1a5b804cb23628db346936441d61fdc09ad8f8e deb
MacOS 0cb5e31d97fcd049be0c7cb063f3c05914cb3e65fdcae1f384a2b00c971fdd09 dmg

v0.2.9

12 Jul 14:42
Compare
Choose a tag to compare

Release Notes

New functionality: Custom airdrop page - upload airdrop JSON for generic airdrop without ticketholder limitations.


Binaries for download

Platform SHA256 Checksum VirusTotal Analyses
Microsoft Windows f503f38e82a02a46300193e8da1c4c7b21dc09a432490a553222672c0bff71fd exe
Linux 0c85e4e83cb7c45f77428eb562c5c141c7af61ce4c40c918cfa39ce25bef6db0 deb
MacOS 98a2761bc7c293514f8e6047a3fc50de3bd0c5b953c576b62399434f4fa1183f dmg

v0.2.80

10 Jul 15:53
Compare
Choose a tag to compare

Release Notes

Introducing 3 new airdrop algorithms:

  • Witness vote freebie - airdrop onto users who voted for selected witnesses
  • Committee member vote freebie - airdrop onto users who voted for selected committee members
  • Worker proposal vote freebie - airdrop onto users who voted for selected worker proposals

Binaries for download

Platform SHA256 Checksum VirusTotal Analyses
Microsoft Windows 5d23fd32af7faab8a8be44d21590f14697d1efa50de60fb410ed6081cc28fa3c exe
Linux 957fe055b87068f05cd1637d0142df8a483565d98118ccae5925db6aa0dda36b deb
MacOS 715f5178db4ae67c10fafae8c090db2ac191e50f57ad8808fab975c8ef613216 dmg