Stratis Core v1.1.0.0
Stratis Core 1.1.0 focuses on improving the user-experience and is now the recommended wallet for staking on the Stratis mainchain.
Notable changes
Add send to sidechain
The ability to send funds to a sidechain from the Stratis Core wallet is included in this release. This feature can be used to send funds to the Cirrus sidechain.
Core Updates
This release includes a major update in the application architecture. Stratis Core has now been migrated to Angular 7 and Electron 4.
Also:
- Added ability to rescan the wallet from a certain date
- Fixed daemon shutdown on application close for Mac
- Display the amount of coins that have gained maturity
- Improvements based of user feedback.
Known issues
Something went wrong while connecting to the API. Please restart the application.
A bug has been found in the user interface where you would see the error above.
After clicking OK the wallet user interface reloads and you can login again.
This is a user interface bug only, the node running in the background is not affected. Staking continues.
There is no need to restart the application.
👩🔧 Support
Please help us by reporting any issue you may find:
On GitHub: https://github.com/stratisproject/StratisCore/issues
On the #support channel on Discord: https://discord.gg/AprrpF3
This version utilizes the release/3.0.2.0 branch of the full node.
Changes:
- d7d2ed1 Various UI changes (#208)
- 43f7591 Adjust wallet shutdown on OS X (#207)
- 57a0db4 Subscription manangement poc (#206)
- de5fdb5 Merge pull request #204 from stratisproject/dev0
- 783e0b4 Rename resync to rescan and add datapicker
- 4d4cd77 Show spendable balance in send modal
- 2855792 Fix coins waiting for maturity
- 8a4bb73 Grey out future dates, fix inconsistent clicks
- 71c8b1c Update dependencies
- 3d4241b Merge branch 'master' of http://www.github.com/stratisproject/StratisCore into dev0
See more
- 1cf4f86 updated StratisBitcoinFullNode submodule (#203)
- 828058f updated StratisBitcoinFullNode submodule (#202)
- 787598b updated StratisBitcoinFullNode submodule (#199)
- c8d7fa2 updated StratisBitcoinFullNode submodule (#198)
- 313f657 updated StratisBitcoinFullNode submodule (#197)
- c4fdfd3 Update dependencies (#196)
- 5533552 Adjust gitignores
- ab2dcdb Update dependencies
- d79106b updated StratisBitcoinFullNode submodule (#195)
- d1037cf Fixed closing wallet error. (#194)
- 2a0faff Raspberry Pi associated updates (#192)
- 41ab56c Core overhaul (#190)
- 0da463e Adjust UI to work with mainnet smart contracts (#183)
- 1d7e33d Merge pull request #182 from stratisproject/submodule-update-fed
- b866d85 updated FederatedSidechains submodule
- bb47eeb Merge pull request #180 from stratisproject/bep-datepicker
- 90f32cf Merge pull request #179 from stratisproject/dev0
- 3995417 Merge branch 'master' into dev0
- 4d11a78 Add opReturnAmount, show more details in send confirmation
- 1ae1176 Merge pull request #178 from stratisproject/submodule-update
- 1e41fd9 Merge pull request #177 from stratisproject/submodule-update-fed
- d7df029 updated FederatedSidechains submodule
- 29cd417 updated StratisBitcoinFullNode submodule
- 96cfd3b older-month class updated
- 2698915 Datepicker style added
- 3d98296 Various UI changes (#176)
- 13417e6 Adjust send component
- 2d2e68a Fix datepicker
- fa55780 UI design changes (#175)
- 9c22a7a Add sidechain/smart contracts UI (#173)
- 12b8829 Merge pull request #130 from rowandh/sc-wallet
- 5d0e1bd Merge branch 'master' into sc-wallet
- 12464ed Merge pull request #172 from stratisproject/dev0
- a752a8c Add send to sidechain
- 1f4e39d Display bytecode validation errors
- 38f3de6 Amount should not be integer
- 7c536fe Add gas refund label
- 798f3ac Fix history amount
- 8bcafd9 Display receipt JSON
- e55cfa7 Float balance to the right
- bf504bb Truncate addresses and txhashes
- d7288ae Unsubscribe observables
- dd99675 Docs/comments
- a609caa Poll balance and history
- f52c8c3 Handle errors without interrupting stream
- b527e2f Wire up call POST
- 67a6305 Display both types of error
- 6ca7482 Display loading spinner
- 0aed941 Wire up create POST
- 19877e3 Add form labels, tooltips and defaults
- 5fac081 Add password validation error
- 53823cc Amount is not required
- c74b64e Add fee and password
- eb97c0f Add parameter types
- 46a5a9f Add field validation
- bbb0f53 Add parameter select form group
- 55eb97a Begin form validation
- 035927a Begin create/call modal
- cd1fe78 Remove pagination
- b2bdeb4 Display API error modal
- c4991d5 Add contract type pipe
- c46771c Add balance tooltip
- 5ce3656 Add balance component
- 2a556c4 Use coinnotation pipe
- 50a4744 Catch API errors for history/balance
- b278d8e Load transactions
- 335f02f Remove GetByteCode
- d9546fb Use real service