Skip to content

Tags: thontron/bitbip

Tags

v0.1.1-1

Toggle v0.1.1-1's commit message

Unverified

This user has not yet uploaded their public signing key.
Added shuffleArray to createTransaction in helpers.js to shuffle the …

…outputs prior to adding and signing.

Switched to using native animation drivers throughout the app.
Added shouldComponentUpdate to Loading, SelectCoin, SelectTransaction, WalletCarousel components.
Changed PureComponent to Component in Loading, SelectCoin, SelectTransaction, WalletCarousel components.
Fixed a bug in the parsePaymentRequest method in helpers.js that would throw an error when passed testnet or litecoin in the uri.
Added checks throughout App.js & SendTransaction.js to prevent unnecessary re-renders from this.setState() where able.
Updated versionCode to 19 in build.gradle for Android.
Update CFBundleVersion to 8 in info.plist for iOS.

v0.1.1

Toggle v0.1.1's commit message

Unverified

This user has not yet uploaded their public signing key.
Fixed linting errors.

Upgraded build gradle to 3.3.2.
Added pingServer & getTransactions to electrum.js, main.js & electrumUtils.js.
Updated connectToRandomPeer in electrumUtils.js to account for and utilize peers acquired from the getPeers method.
Added updatePeersList to settings.js action.
Added peers object to settings reducer.
Added UPDATE_PEERS_LIST to settings.js & ProjectData.json.
Swapped out getVersion method for pingServer in electrumKeepAlive in utils/electrum.js.
coin is now passed to every method in electrum.js to prevent any lagging method from updating the current state with a previously selected coin's state.
Updated shim.js.
Added SweepPrivateKey.js component.
Added api.js to nodejs-project.
Removed createAddresses from electrum.js, main.js & electrumUtils.js.
Removed persist/REHYDRATE case in user reducer.
Updated dependencies in package.json and updated yarn.lock accordingly.

0.1.0

Toggle 0.1.0's commit message

Unverified

This user has not yet uploaded their public signing key.
Added Bitbip project.