Skip to content

Releases: vulpemventures/marina

Release v0.3.5

15 Dec 12:34
v0.3.5
5cf36c3
Compare
Choose a tag to compare

Release v0.3.4

07 Dec 17:37
v0.3.4
0f23d29
Compare
Choose a tag to compare

Release v0.3.3

08 Oct 15:36
8344ff6
Compare
Choose a tag to compare

Release v0.3.2

24 Sep 16:15
Compare
Choose a tag to compare
prettier

Release v0.3.1

30 Aug 12:36
6c56209
Compare
Choose a tag to compare
fix webext-redux migration logic + add a check in "onStartup" listene…

Release v0.3.0

20 Jul 16:21
43e6f56
Compare
Choose a tag to compare
Fix explorer links and blindPset function (#203)

* delete unused file

* fix explorer links

* fix blind pset in end-of-flow.tsx

Release v0.2.3

09 Jul 14:57
6101651
Compare
Choose a tag to compare
on startup hotfix (#195)

Release v0.2.2

30 Jun 15:08
fd3560c
Compare
Choose a tag to compare
Implement redux-persist versioning  (#192)

* improve persistor

* reducer migrations logic

* return a promise in migrate persistConfig parameter

* cleaning

Release v0.2.1

30 Jun 07:39
089f400
Compare
Choose a tag to compare
Update Marina - LDK v0.3.7 (#189)

* update ldk

* settings deepRestorer

* ldk 0.3.3

* increment max indexes in IWallet state

* refacto how we persist addresses and transactions

* prettier

* add zero balances if asset has transactions

* cleaning

* use deep restorer in settingsNetworks component

* flush utxos when we switch network

* prettier

* deep restorer is loading msg

* bip39.validateMnemonic in Mnemonic domain

* bump ldk

* clean utils

* utxos updater: better error message (warning)

* prettier

* remove comment

* explorer settings

* fix asset precision in address-amount form

* fetch taxi assets after deep restorer done

* createMnemonic func: remove network param

Release v0.2.0

11 Jun 13:47
369fdcd
Compare
Choose a tag to compare
Refactor with webext-redux and redux-persist  (#178)

* install redux related modules

* rewrite reducers

* setup proxy store and marinaStore in background script

* install redux persist deps

* rewrite actions

* rewrite components and add redux containers

* rename store folder ->  "redux" folder

* rename to "redux" import paths

* send workflow using redux and balance selector

* fix imports

* login and home refacto with redux

* network refacto

* refacto backend (merge duplicate backend functions / actions)

* bakcgorund store aliases

* refacto app actions

* receive refacto

* ValueObject remove, simplify domain

* move domain

* fix login according to new domain

* fix restoration

* add redux-persist ( remove repos )

* fix hot reloading with redux-persist

* refacto updaters

* refacto transactions list

* refacto send with redux

* lint fix

* remove domain/wallet

* clean

* use browser.alarm to update state

* refacto choose-fee component

* normal send done

* console.log cleaning

* refacto send workflow & address derivation

* lint and clean

* refresh in ShellPopup

* revert NETWORK in watch:scripts

* prettier

* fix marina API

* update alarm in background script

* go back in send workflow

* bump ldk 0.2.18

* use generator in updateUtxos

* remove valueOf()

* remove pendingTx in fixture wallet.json

* modify type img

* update taxi asset in alarm call

* rework choose-fee page (send workflow)

* add taxid to gitignore file

* cleaning

* typo in index.tsx

* assetGetter refacto in views

* hardcode B-STK & Moloch's hammer + refacto the way we update new asset infos

* hardcode blockstream B-HAT

* remove B-HAT and B-STK

* linter & prettier

* assetInfos.precision !== undefined

* add redux-thunk for updaters

* prettier + fix goBack in address-amount page

* pendingTx badge + "meomized" send workflow

* masterPubkey improvements

* sort LBTC in home

* create an alias for alarms updater

* check if authenticated = true during alarms update

* startAlarmUpdater as ThunkAction

* lint and prettier

* clean mermaid loader

* replace restoreWallet + createWallet by setWalletData action

* refacto changeNetwork

* cleaning unused actions

* changeNetwork page: prevent go back while isLoading = true