Internet without borders
UWNetworksLab/ufo-management-server 2
Management Server component of uProxy for Orgs
NAT diagnostics for uProxy (server-side).
c-lightning — a Lightning Network implementation in C
Lightning Network Specifications
push eventblockchain/blockchain-wallet-v4-frontend
commit sha eb7ee307a6c296db250f12aacfc4a57d6df8ef36
fix(typo): as to ask
commit sha 5ce33ceb1ed627a4010b4748ec2ee0b648459ba2
fix(typo): as to ask
commit sha c39e999c18945704d48005dddcc35109157a13c8
Merge pull request #2894 from blockchain/fix/typo fix(typo): as to ask
push time in 2 hours
PR merged blockchain/blockchain-wallet-v4-frontend
Description (optional)
Changes as to ask typo
Testing Steps (optional)
Detail the steps required for the reviewer(s) to verify and test these changes.
pr closed time in 2 hours
push eventblockchain/blockchain-wallet-v4-frontend
commit sha 5ce33ceb1ed627a4010b4748ec2ee0b648459ba2
fix(typo): as to ask
push time in 2 hours
PR opened blockchain/blockchain-wallet-v4-frontend
Description (optional)
Changes as to ask typo
Testing Steps (optional)
Detail the steps required for the reviewer(s) to verify and test these changes.
pr created time in 2 hours
create barnchblockchain/blockchain-wallet-v4-frontend
created branch time in 2 hours
pull request commentblockchain/blockchain-wallet-v4-frontend
fix(simple buy): fixes issue where funds default payment method has no available funds
was able to test this today, and it successfully removes the default fiat payment method if there are no available funds.
comment created time in 2 hours
created tagblockchain/blockchain-wallet-v4-frontend
Blockchain.com's Wallet built with React & Redux
created time in 3 hours
push eventblockchain/blockchain-wallet-v4-frontend
commit sha 14d6c675956fb255e92a302fa0895ac8e7fb49aa
chore(Release): v4.47.19
push time in 3 hours
delete branch blockchain/blockchain-wallet-v4-frontend
delete branch : fix/style
delete time in 4 hours
push eventblockchain/blockchain-wallet-v4-frontend
commit sha 889d5fdea6921dd3bfaf86b3d91015ce33cd8583
fix(settings): update card style to match designs
commit sha 7e3cfd0e6c66259a8c91c9b9b521a61593a433fa
Merge pull request #2892 from blockchain/fix/style fix(settings): update card style to match designs
push time in 4 hours
PR merged blockchain/blockchain-wallet-v4-frontend
Description (optional)
Matches design for linked cards displayed in Settings. We originally had exp date and limits in the card, but I've removed to match design, which just has 'Card Ending in {cardNumber}' as the detail.
Testing Steps (optional)
Detail the steps required for the reviewer(s) to verify and test these changes.
pr closed time in 4 hours
delete branch blockchain/blockchain-wallet-v4-frontend
delete branch : fix/phrase-warning
delete time in 4 hours
push eventblockchain/blockchain-wallet-v4-frontend
commit sha 48ac6a596035c5336da37b46b2d96c44b18f7c0b
feat(backup): scam mitigation copy for recovery phrase
commit sha 42a809c3870ceb1a7ac3ee325715c81155e28605
feat(pairing): add scam mitigation pairing copy
commit sha 17e660281858f98d3e6ec0feaa6c3d1765ecace1
fix(style): minor margin and size adjustments
commit sha f8eb864657cc0201aec1b8dcb839ea924d150219
Merge pull request #2893 from blockchain/fix/phrase-warning Fix/phrase warning
push time in 4 hours
PR merged blockchain/blockchain-wallet-v4-frontend
Description (optional)
FWLT-1029 - scam mitigation copy updates.
Testing Steps (optional)
Detail the steps required for the reviewer(s) to verify and test these changes.
pr closed time in 4 hours
PR opened blockchain/blockchain-wallet-v4-frontend
Description (optional)
FWLT-1029 - scam mitigation copy updates.
Testing Steps (optional)
Detail the steps required for the reviewer(s) to verify and test these changes.
pr created time in 4 hours
create barnchblockchain/blockchain-wallet-v4-frontend
created branch time in 4 hours
pull request commentblockchain/blockchain-wallet-v4-frontend
Also as dicussed i dont think we need the root index.ts
in the modals/brokerage
folder. Just do explicit lazy load imports via paths in the modals/index.ts
file.
comment created time in 7 hours
Pull request review commentblockchain/blockchain-wallet-v4-frontend
feat(bankLinking): show bank details and remove bank
type MessagesType = { 'lockbox.service.messages.storagespace': 'Insufficient storage space on device' 'lockbox.service.messages.unknown': 'An unknown error has occurred.' 'lockboxrequired.tooltip': 'Hardware device is required'+ 'modals.brokerage.bank_preview.disclaimer': 'This account can be used for buys, sells & withdrawals.'+ 'modals.brokerage.remove_bank.description': "You'e about to remove your {bankAccount}"+ 'modals.brokerage.remove_bank.back': 'Back'
there is already a back. copy.back
or buttons.back
comment created time in 9 hours
Pull request review commentblockchain/blockchain-wallet-v4-frontend
feat(bankLinking): show bank details and remove bank
export type ModalOriginType = | 'WalletBalanceDropdown' | 'WelcomeModal' | 'WithdrawModal'+ | 'BankDetailsModal'
sort alphabetically
comment created time in 8 hours
Pull request review commentblockchain/blockchain-wallet-v4-frontend
feat(bankLinking): show bank details and remove bank
type MessagesType = { 'lockbox.service.messages.storagespace': 'Insufficient storage space on device' 'lockbox.service.messages.unknown': 'An unknown error has occurred.' 'lockboxrequired.tooltip': 'Hardware device is required'+ 'modals.brokerage.bank_preview.disclaimer': 'This account can be used for buys, sells & withdrawals.'+ 'modals.brokerage.remove_bank.description': "You'e about to remove your {bankAccount}"
typo in You're
comment created time in 9 hours
Pull request review commentblockchain/blockchain-wallet-v4-frontend
feat(bankLinking): show bank details and remove bank
type MessagesType = { 'lockbox.service.messages.storagespace': 'Insufficient storage space on device' 'lockbox.service.messages.unknown': 'An unknown error has occurred.' 'lockboxrequired.tooltip': 'Hardware device is required'+ 'modals.brokerage.bank_preview.disclaimer': 'This account can be used for buys, sells & withdrawals.'+ 'modals.brokerage.remove_bank.description': "You'e about to remove your {bankAccount}"+ 'modals.brokerage.remove_bank.back': 'Back'+ 'modals.brokerage.curency': 'Curency'
typo here in Currency
. also create maybe a create a generic copy.currency
item if it doesnt already exist
comment created time in 8 hours
Pull request review commentblockchain/blockchain-wallet-v4-frontend
feat(bankLinking): show bank details and remove bank
+import { call, put, retry, select, take } from 'redux-saga/effects'++import { actions, selectors } from 'data'+import { APIType } from 'core/network/api'+import { errorHandler } from 'blockchain-wallet-v4/src/utils'+import { Remote } from 'blockchain-wallet-v4/src'+import { SBCheckoutFormValuesType } from 'data/types'++import * as A from './actions'+import * as AT from './actionTypes'++// TODO: removed this SB dependency+import { DEFAULT_SB_METHODS } from '../simpleBuy/model'
lets move this to a models
file in brokerage data
folder as discussed
comment created time in 8 hours
PR opened blockchain/blockchain-wallet-v4-frontend
Description (optional)
Matches design for linked cards displayed in Settings. We originally had exp date and limits in the card, but I've removed to match design, which just has 'Card Ending in {cardNumber}' as the detail.
Testing Steps (optional)
Detail the steps required for the reviewer(s) to verify and test these changes.
pr created time in 9 hours
create barnchblockchain/blockchain-wallet-v4-frontend
created branch time in 9 hours
issue commentblockchain/api-v1-client-python
API Key requested not given yet. Need help with this. Hello Blockchain DEV.. You there?
Having the same problem, 2 weeks has passed and i still didn't get an API key.
comment created time in 17 hours
PR opened blockchain/blockchain-wallet-v4-frontend
Description (optional)
Add a concise explanation of the changes.
Testing Steps (optional)
Detail the steps required for the reviewer(s) to verify and test these changes.
pr created time in 20 hours
create barnchblockchain/blockchain-wallet-v4-frontend
created branch time in 20 hours
push eventblockchain/blockchain-wallet-v4-frontend
commit sha bd1a6665cd460166dd4b86187e28bbcf552fce6e
fix(2fa-disable): use correct close function for close icon
commit sha b57d3fb57430d75946473d17c0af5d33399c3768
fix(2fa): remove close from props
commit sha a1edc9e8a62cdc572a9379e7386cbed31bb7a5c9
Merge pull request #2890 from blockchain/fix/2fa-close Fix/2fa close
push time in a day