Skip to content

Releases: block-core/blockcore-wallet

Blockcore Wallet (0.0.68)

14 Sep 08:05
a207eb2
Compare
Choose a tag to compare
Pre-release
  • Add await on the network loader persistence (a207eb2), closes #231
  • Add critical error if account state is not available (4fe47dd)
  • Add logging of account state store when persisted in indexer (bb1a3a6)
  • Add pre-filled receive address for simplex integration (65c3a2f)
  • Add purchase button for Simplex on the receive view (83e2279)
  • Add support for "Scan Payment" action (b028ef6)
  • Add support for purchasing cryptocurrency with Simplex (bdfe0f1)
  • Add try/catch for account creation with snackbar alerts (d0645de)
  • Changed standard token method to remove tokens on empty response. (d12aab5)
  • Display version on lock-screen (93c5928)
  • Fix issue with URL handling in browser appending / to address (02ac88b)
  • Hide the swap button (d539394)
  • Make the transaction ID selectable (4bd4c9d)
  • Read the data after checking status code (965ce91), closes #231
  • Remove "Changes" view from Settings (6fb754a)
  • Remove save of account state store on the calculate balance method (64a5df9)
  • The critical code paths in updateAll already have try/catch handling (50209a5)
  • Update the Privacy Policy and Terms and Conditions (4495961)
  • Update version and changelog (2001a7b)
  • VSC code formatting (7abc28e)

Blockcore Wallet (0.0.67)

11 Sep 22:43
6405d9d
Compare
Choose a tag to compare
Pre-release
  • Add basic UI to generate payment request (6580bd4)
  • Add more parameters for request payment (9c5699e)
  • Fix issue with chrome extension message handler throwing errors (a12e615)
  • Remove QR box that has created issues on some devices and sizes (6405d9d), closes #201
  • Update icons for receive tabs (9cc51e8)
  • Update version and changelog (be935a9)

Blockcore Wallet (0.0.66)

11 Sep 18:09
db4ba48
Compare
Choose a tag to compare
Pre-release
  • Fix bug with payment requests opened in PWA mode (db4ba48)
  • Update version and changelog (422a955)

Blockcore Wallet (0.0.65)

11 Sep 17:10
7767dcc
Compare
Choose a tag to compare
Pre-release
  • Added protocol_handlers to manifest files (#227) (18a984b), closes #227
  • Fix imports for tests (7767dcc)
  • Improve message handling and processing of query parameters (ed83875)
  • Minor UI tweaks for unlock screen (d2a3f5b)
  • Remove duplicate event handlers (b077c52)
  • Rempve '' from imports '@angular/material/theming' (#225) (052554c), closes #225
  • Tunes the create wallet UI a little bit (8a4e987)
  • Update path for protocol handler (7a54be1)
  • Update version and changelog (6bec0c1)

Blockcore Wallet (0.0.64)

11 Sep 00:00
9a094cb
Compare
Choose a tag to compare
Pre-release
  • Add logic to the PaymentRequest class (8b82421)
  • Add payment request support to Web Provider (1884f04)
  • Attempt to no longer rely on ngx-build-plus (#222) (c1298cb), closes #222
  • Fix issue with "completedScan" error (a8e657b), closes #188
  • Fix syntax error (9a094cb)
  • Forward the amount to send dialog (2224858)
  • Handle amount in payment request (12f30f5)
  • Handle routing of payment request (157f182)
  • Hide the HTTP Protocol Handler from extension popup window (db35b42)
  • Implement payment decode (1833757)
  • Implement validation according to BIP21 (5c5c1bb)
  • Make the handler URL selectable (43f3c2d)
  • Remove duplicate warnings (2801c98)
  • Update version and changelog (15f2242)

Blockcore Wallet (0.0.63)

10 Sep 18:33
90fa39b
Compare
Choose a tag to compare
Pre-release
  • Add a notification regarding lack of decimal support for tokens (90fa39b)
  • Fix issue with links being white in light mode (b6b2829)
  • Make sure the URL is in lower-case for tokens (dc6c3cd)
  • Remove duplicate NFT component (b48caa2)
  • Update version and changelog (9bbbeaa)

Blockcore Wallet (0.0.62)

09 Sep 18:33
0aa83d1
Compare
Choose a tag to compare
Pre-release
  • Add notification about chain swap fee (01ee184)
  • Added list of standard tokens owned by user (#220) (49d4f1f), closes #220
  • Change title from "Sidechain Swap" to "Swap" (7321d0e)
  • Fix issue where tokens query would fail and stop account setup (9bce9bf)
  • Fix issue with permanent lookup address for tokens (151b64e)
  • Fix issue with token store not loading on startup (84ed125)
  • Fix the width of tab labels to avoid horizontal scrolling (d0c129b)
  • Improve initial load of tokens before waiting for async reload (d6e49cb)
  • Optimize the style of token listing (d817819)
  • Remove debug logging (0aa83d1)
  • Render the calculated addresses on same line to avoid UI issues (62821c1)
  • stateEntry can be null if there are issues (ae5b579)
  • Update confirmation times to align with official Stratis nodes (ff97b3e)
  • Update the "loadStandardTokensForAccountAsync" name (4245629)
  • Update version and changelog (dc2c09c)

Blockcore Wallet (0.0.61)

06 Sep 22:50
31f2c48
Compare
Choose a tag to compare
Pre-release
  • Add basic input sanitation for action requests. (7412367)
  • Add handler for VaultSetup (22d1222)
  • Add logic to send users from contacts directly to send screen (f646198)
  • Add PaymentRequest and unit test for it (3d6b615)
  • Add prepared content to the query string parameters for actions (ef9e4ec)
  • Add test page for Simplex integration (0b0d516)
  • Add transaction for action titles (4f1595e)
  • Add type format for "data" parameter (b7e1286)
  • Add types to the documentation for actions (8975cf8)
  • Add UI to send directly from contact (73c18e6)
  • Add Vault Setup action (63bfef1)
  • Code cleanup for message signing action (99632d7)
  • Decrease the height behind in sync before setting state to syncing (ebc12fc)
  • Fix issue with key not being set in permission (a1133d7)
  • Fix link to network status template (7daef07)
  • Fix the confirmation threshold count (f5a205e)
  • Fix title on the pull request workflow (7374105)
  • Fix typo in test specs (62ed1f2)
  • Generate the correct response from Vault Setup (564dbe7)
  • Improve the documentation notes on action process (433450f)
  • Make CryptoUtility and CryptoService independent of Angular (ee4bb6b)
  • Make sure that default amount is not reset when navigating back (31f2c48)
  • Merge RequestArguments and ActionRequest (e74b860)
  • Minor cleanup (ad3f73b), closes #217
  • Refactor action handlers to return prepare content (96227df)
  • Remove duplicate QR-scanning component (3cb7b03)
  • Remove status and loading in networks whose type is identity (#216) (0521b15), closes #216
  • Send to and from sidechain (STRAX/CRS) (#218) (9e5c478), closes #218
  • Update notes on how action process is implemented (3d4a0cd)
  • Update NOTES with payment request section (d3afbdc)
  • Update packages (36edaba)
  • Update the content to allow either object or string (cd18cd8)
  • Update version and changelog (a6b9ed6)
  • Use JsonWebKey2020 Signature Suite as oppose to EcdsaSecp256k1VerificationKey2019 (c0083f2)
  • Action: Refactor and clarify types for action message handling (694b686)

Blockcore Wallet (0.0.60)

23 Aug 01:01
019f51d
Compare
Choose a tag to compare
Pre-release
  • Fix object loader for NetworkLoader (019f51d)
  • Update version and changelog (192d2eb)

Blockcore Wallet (0.0.59)

22 Aug 23:37
4de0387
Compare
Choose a tag to compare
Pre-release
  • Add automatic selection of active indexer (e737f4d)
  • Add radio-button to selection of active indexer (f585e68)
  • Allow selection binding for network status indexer selection (6250e16)
  • Allow users to manually select indexers from network list (4de0387)
  • Code cleanup (822666e)
  • Remove debug logging (3111b29)
  • Set the global default color for radio buttons (6e8b7dc)
  • Tune the network status icon colors (6eece51)
  • Update version and changelog (9e2a1cd)