Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - R

Pages: 1 2 3 4 5 6 [7] 8 9 10 11 12 13 14 ... 68
91
Cool, will you consider integrating Bitshares' on-chain lending mechanism to its page?

93
Announcements / Re: Bitshares airdrop tool
« on: June 19, 2023, 11:14:09 pm »
New release: https://github.com/BTS-CM/airdrop_tool/releases/tag/v0.2.0

A small update with several new features, optimizations and bug fixes, enjoy!

New features:

* Account search
* Asset search

Optimizations:

* Cache assets fetched from the blockchain in persistent asset storage, avoiding duplicate queries for said assets.

Other:

* Fix an issue with the TUSC asset page
* Update packages

https://hive.blog/hive-120117/@nftea.gallery/announcing-a-small-bitshares-airdrop-tool-update-v-0-2-0

94
Announcements / Re: Bitshares airdrop tool
« on: June 17, 2023, 05:12:18 pm »
New release: https://github.com/BTS-CM/airdrop_tool/releases/tag/v0.1.9

* Customizable QR codes
* Optimizations
* Cache user balances - NOTE: delete and refetch blockchain tickets to get new required data
* Highlight users excluded from airdrop
* Show more info in user account balance component

https://hive.blog/hive-120117/@nftea.gallery/bitshares-airdrop-tool-updated-to-v1-9-0-multiple-advancements-to-report-on
https://steemit.com/bitshares/@cm-steem/bitshares-airdrop-tool-updated-to-v1-9-0-multiple-advancements-to-report-on

96
Announcements / Re: Bitshares NFT viewer
« on: June 16, 2023, 01:30:11 am »
New release: https://github.com/BTS-CM/NFT_Viewer/releases/tag/v1.7.0

https://hive.blog/hive-120117/@nftea.gallery/further-updates-to-the-bitshares-nft-viewer-application-v1-7-0-now-out
https://steemit.com/bitshares/@cm-steem/further-updates-to-the-bitshares-nft-viewer-application-v1-7-0-now-out

New features, bug fixes, stability improvements.

Previous update: https://hive.blog/hive-120117/@nftea.gallery/the-bitshares-nft-viewer-application-has-been-updated-june-2023-new-features-and-improved-ux

Added multiple new buy methods
* Buy using Local JSON file
* Buy via deeplink

Support additional NFT file types
* images: PNG, JPEG, GIF, TIFF and BMP!
* videos: WEBM, MOV, QT, AVI, WMV, MPEG
* audio: MP3, MP4, M4A, OGG, FLAC, WAV, WMA and ACC!
* documents: PDF, DOCX, ODT, XLSX, ODS, PPTX, TXT
* models: OBJ, FBX, GLTF, 3DS, STL, COLLADA, 3MF, BLEND, SKP and VOX.

Improvements to UX
* For IPFS based media, show the file type, provide URL copy button
* Display placeholder for non image file types

MISC
* Update several packages

98
Announcements / Re: Bitshares airdrop tool
« on: June 14, 2023, 04:06:10 pm »
New release v0.1.8: https://github.com/BTS-CM/airdrop_tool/releases/tag/v0.1.8

Release Notes

* New features: Account search, Direct Beet interactivity, New airdrop algorithm, New airdrop filter methods, LTM Account upgrade, Multiple optional methods of broadcasting operations to Beet.
* Bug fixes
* Optimizations & package updates

https://hive.blog/hive-120117/@nftea.gallery/bitshares-airdrop-tool-updated-several-new-features-to-try-out
https://steemit.com/bitshares/@cm-steem/bitshares-airdrop-tool-updated-several-new-features-to-try-out

100
Announcements / Bitshares Next.JS NFT Gallery Template!
« on: June 11, 2023, 11:19:46 am »
Here's the underlying template code from the NFTEA Gallery (https://nftea.gallery)

https://github.com/BTS-CM/NFT.next.js

It's written in Javascript, uses the Next.JS framework and uses Node.JS to pre-fetch NFT contents rather than dynamically fetch NFT data from the blockchain.

It's very easy to host on Vercel, so get creating NFTs on the Bitshares blockchain and run your own gallery website using this template repo!

101
Announcements / Re: Bitshares Beet multi-crypto wallet
« on: June 11, 2023, 11:16:31 am »
New feature, fixes and optimizations in a PR incoming: https://github.com/bitshares/beet/pull/247

102
Announcements / Re: Bitshares Beet multi-crypto wallet
« on: June 11, 2023, 11:15:21 am »
New Bitshares BEET release is out: https://github.com/bitshares/beet/releases/tag/v0.16.0

* Migrated from Vue 2 to Vue 3
  * Now utilizing the composition API
  * Easier to maintain moving forwards by implementing latest Vue technology

* Introduced new features
  * Timed-one-time-passcode (TOTP) based deeplink Beet prompts (example usage)
  * Raw deeplink Beet prompts (example usage)
  * Add QR code based Beet prompts
     * Scan, copy/paste and upload QR codes for broadcasting Bitshares operations to the network.
     * Example QR code usage
  * Support memo & memo encryption in Bitshares transfers
  * Introduced socket.io functionality in place of old websocket system.
  * Swapped bootstrap for balm ui
  * Improvements to build ops - build for additional operating systems.
  * Beet-js updated to support new features

  * Supports additional languages
     * Danish, Spanish, Estonian, French, Italian, Japanese, Korean, Portugese and Thai (machine translated)

  * Changes to Beet prompts
    * Launches a separate window
    * Supports all Bitshares operations

  * Improvements to UX
    * Create multiple Beet wallets
    * Add Bitshares accounts via cloud pass and bin import
    * Replace footer menu with dropdown accordion menu
    * Create system notifications when warning or alerting the user.
    * Adhere to Beet branding and colour scheme
    * Create dedicated pages for settings, backup and linked dapps.

  * Improvements to security
    * Add decentralized 'account warn list' controlled by the Bitshares committee which provides warning if interacting with malicious accounts.
    * Uplift package versions
    * Replaced packages
    * Beet prompts are highly isolated from the wallet and from other Beet prompts.

  * Performance improvements
    * Avoid duplicate blockchain connections
    * Ping test blockchain nodes, ensure use of fastest node.
    * Switches between blockchains more smoothly
    * Introduced blockchain lookup timeouts to avoid broken nodes disrupting interactivity.
    * Refactored backend API lookup functions

  * Bug fixes
    * Wallet inactivity timeout reintroduced
    * Avoid adding duplicate accounts to one Beet wallet
    * Enable creating multiple Beet wallets
    * Resolve eslint warnings/errors
    * Remove invalid blockchain nodes

103
Announcements / Re: Bitshares airdrop tool
« on: June 11, 2023, 11:12:22 am »
New update: https://github.com/BTS-CM/airdrop_tool/releases/tag/v0.1.71

Release Notes

* Updated packages
* Fixing a batch size issue when fetching full account data for BTS_TEST & TUSC.
* Small cosmetic fix in account page
* Optimizes the ticket + user balance fetching mechanism. Now fetches the data in approx 10 queries, as opposed to several hundred.
* New feature in the perform airdrop page - require LTM to qualify for airdrop!
* Add account name next to account id in leaderboard and asset pages.
* Add some extra account summary details to account page

If updating from a prior version, please delete and re-fetch the tickets, so the app functions as expected.

104
Announcements / Re: Bitshares NFT issuance tool
« on: June 11, 2023, 11:11:23 am »

Pages: 1 2 3 4 5 6 [7] 8 9 10 11 12 13 14 ... 68