Releases: blockchain/My-Wallet-V3
Releases · blockchain/My-Wallet-V3
v3.36.3
Bug Fixes
- socket: only send messages on initial open
(4183c9b4)
Features
- api:
- change endpoint name and params
(9e66b86e)
- add method for price chart
(628d53fb)
Refactor
- eth: remove unnecessary check that latest block is the most recent
(606db650)
- socket:
- allow passing custom socket class to sockets
(d7ce9103)
- add handlers before socket connect
(91f26b37)
- make sure socket lifecycle checks return a boolean
(c96ddc82)
- use static methods, do not call .send externally
(4effd756)
- move pong handler into stable-socket
(f330fe72)
- remove proxyquire in blockchain-socket spec
(3ad5f1ca)
- make base socket instance of EventListener
(3310765e)
- share code between blockchain and eth sockets
(151c3024)
- test:
- rename spec files to match src counterparts
(6c460f74)
- change tests to kebab-case to match src
(e3a8fc56)
- _prepare -> __prepare
(c2543bfe)
- move data into data dir
(c81dd047)
- remove unused spender mock
(be7c2716)
- move mocks into mocks directory
(6c3d411e)
- standardize test extensions
(9850d7f9)
Test
- socket:
- move ws mock into common mock file
(775c3e8f)
- test spec for StableSocket
(bf9a2b08)
Chore
- release: bump version
(6845960b)
- test: add option to run in headless chrome, faster than phantomjs
(3046351d)
Branchs merged
- Merge branch 'v3.36-release' into improve-socket
(da9203ac)
- Merge branch 'v3.36-release' into chart
(21d8a522)
Pull requests merged
- Merge pull request #439 from blockchain/refactor-tests
(edbb9e0e)
- Merge pull request #420 from blockchain/improve-socket
(1d5da2b3)
- Merge pull request #438 from blockchain/chart
(0adb74bb)
v3.36.2
Chore
Branchs merged
- Merge branch 'master' into v3.36-release
(6bb68ab6)
Pull requests merged
- Merge pull request #433 from blockchain/v3.35-release
(989342ea)
v3.36.0
Features
- coinify: adds buy data agg calls to API
(037d807d)
Chore
Pull requests merged
- Merge pull request #428 from blockchain/buy-limits
(c969da63)
v3.35.4
Bug Fixes
- eth: update txs immediately after setting
(4a3816c8)
Chore
v3.35.3
Bug Fixes
- eth:
- do not compute fractional wei values
(6cb04ead)
- update new transactions when they arrive from the socket
(ee7e5478)
Chore
v3.35.2
Bug Fixes
- eth: higher precision arithmetic for sweep amounts
(b8db5918)
Chore
v3.35.1
Bug Fixes
- eth:
- use tx from ws message
(5ea43ae9)
- check ws address case insensitive
(e592d363)
- reset legacy account balance after sweep
(8aa4df07)
- connect to socket after transition
(4e3ca612)
- do not fetch balance or history when there are no accounts
(c2dc37a0)
Features
- eth: add toJSON method for eth wallet tx
(82038115)
Test
Chore