Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
360 commits
Select commit Hold shift + click to select a range
bb28468
Merge pull request #2421 from justinkook/feature/ethUri
matiu Oct 1, 2019
753d26c
Add mongo url support
jougene Oct 2, 2019
b4cc40a
Add circleci build status badge
jougene Oct 2, 2019
819e2df
fix paypro signatures on BWC for ETH
matiu Oct 2, 2019
324944c
Merge pull request #2439 from matiu/bug-paypro-eth-sigs
matiu Oct 2, 2019
a09a45c
prevent buildTxFromPrivateKey on eth
matiu Oct 2, 2019
7b7337f
fix getAccountNonce query to count transactions with blockHeight not …
Oct 3, 2019
1ae82fa
Merge pull request #2443 from justinkook/fix/eth-nonce
matiu Oct 3, 2019
a4dfa20
updating to get utxos and keys properly
sbhatnagar30 Oct 4, 2019
78f5dab
[FEAT] payprov2
gabrielbazan7 Oct 7, 2019
7e9c289
update /:blockHash/coins/:limit/:pgnum efficiency
Oct 7, 2019
be49571
update :address/coins efficiency
Oct 7, 2019
e33cf89
Merge pull request #2442 from gabrielbazan7/feat/payprov2
matiu Oct 7, 2019
7e4dfc9
Merge pull request #2440 from matiu/buildTxFromPrivateKey-not-in-eth
matiu Oct 7, 2019
beab3e3
Merge pull request #2438 from jougene/circleci_badge
matiu Oct 7, 2019
e7e7882
Merge pull request #2437 from jougene/mongo_url
matiu Oct 7, 2019
a4e564a
-lock updates
matiu Oct 7, 2019
e9fdbbe
v8.9.0
matiu Oct 7, 2019
c8ea085
v8.9.0
matiu Oct 7, 2019
236738c
Merge pull request #2446 from matiu/ver/v890
matiu Oct 8, 2019
07fc94c
change map to spentTxids array
Oct 8, 2019
9f965f2
moving stream functions to stream-utils
sbhatnagar30 Oct 9, 2019
e089263
moving functions outside
sbhatnagar30 Oct 9, 2019
1e7e18b
Uncommenting integration test
micahriggan Oct 9, 2019
b357b7e
Merge branch 'master' of github.com:bitpay/bitcore into addingBitcoin…
sbhatnagar30 Oct 9, 2019
b0ee3ef
[FEAT] BCH payprov2 test
gabrielbazan7 Oct 10, 2019
3d87196
eth test data
gabrielbazan7 Oct 10, 2019
31f44b3
remove consolelog
gabrielbazan7 Oct 10, 2019
c55d3d1
adding stream functions to parseApiStream class and exporting encryption
sbhatnagar30 Oct 10, 2019
1e7d4a2
using Encryption for bitcoin core decrypt
sbhatnagar30 Oct 10, 2019
aa086be
updating export functions
sbhatnagar30 Oct 10, 2019
37817f9
Merge pull request #2449 from micahriggan/fix/uncomment-tests
matiu Oct 10, 2019
fa84d19
Merge pull request #2450 from gabrielbazan7/feat/bch-payprov2-test
matiu Oct 10, 2019
7842c8e
Merge branch 'master' of github.com:bitpay/bitcore into feature/strea…
micahriggan Oct 10, 2019
3619f00
Added ETH to explorers to enable New Block notifications
Oct 10, 2019
31610d9
Merge pull request #2451 from justinkook/feature/eth-bcHeight
matiu Oct 10, 2019
f1c3d00
Adding tests for transaction streaming methods
micahriggan Oct 11, 2019
3bab974
ignore tx conf notifications for eth
matiu Oct 11, 2019
ab00529
Merge pull request #2403 from micahriggan/feature/stream-mint-ops
matiu Oct 11, 2019
df27a8a
Merge pull request #2452 from matiu/bug/ignore-eth-notif
matiu Oct 11, 2019
05ea460
throttles new blocks notifications to 5minutes
matiu Oct 11, 2019
0b4ae8e
Emit notification on NewBlock if this.credentials.coin/network matche…
Oct 11, 2019
0c14abe
Merge pull request #2454 from justinkook/fix/match-newBlock
matiu Oct 11, 2019
d42e472
Emit notification on NewBlock if this.credentials.coin/network matche…
Oct 11, 2019
f5cfe1c
Merge branch 'master' of https://github.com/bitpay/bitcore into fix/m…
Oct 11, 2019
9dc6277
Merge pull request #2455 from justinkook/fix/match-newBlock
matiu Oct 11, 2019
79b375a
Merge pull request #2453 from matiu/bug/new-blocks
matiu Oct 11, 2019
4cc23a3
fix lint
matiu Oct 12, 2019
8c10f8e
Merge pull request #2456 from matiu/bug/fix-lint
matiu Oct 12, 2019
7771a24
checkSync simple before fetching addresses
matiu Oct 12, 2019
8e0b736
update istanbul
matiu Oct 12, 2019
d12f725
Merge pull request #2457 from matiu/perf/check-sync-before-fetch-addr
matiu Oct 12, 2019
4dd548d
add missing isActive index
nitsujlangston Oct 13, 2019
bd4ebae
Delay the await until all of the batches have been sent to mongo
micahriggan Oct 13, 2019
a0ed9dd
Updating with partition, to solve performance issue
micahriggan Oct 13, 2019
a58fcfb
cleaning up stream utils, adding types, cleaning up wallet-sign script
sbhatnagar30 Oct 14, 2019
03b2ac9
exporting crypto wallet core
sbhatnagar30 Oct 14, 2019
6f44c18
only decrypting keys that need to sign
sbhatnagar30 Oct 14, 2019
58aa36d
Merge pull request #2458 from nitsujlangston/db/addIsActiveIndex
matiu Oct 14, 2019
926df03
type wallet to type any
sbhatnagar30 Oct 14, 2019
f923833
Add ETH unit label for push and email notif
gabrielbazan7 Oct 14, 2019
d665a0b
Updated README to show workig example
d-ondrich Oct 14, 2019
3c1bd12
undid small change of mine that was ireelevant
d-ondrich Oct 14, 2019
b19ac0c
Simplify MongoWriteStream
micahriggan Oct 14, 2019
b149ab1
Adding sourcemaps for typescript line numbers on stacks
micahriggan Oct 14, 2019
3128d02
Merge pull request #2466 from micahriggan/feature/source-maps-bitcore…
matiu Oct 14, 2019
d792e91
Remove clone
micahriggan Oct 14, 2019
30402f8
cleaning up methods
sbhatnagar30 Oct 14, 2019
76ba222
Merge pull request #2461 from micahriggan/perf/faster-sync
matiu Oct 14, 2019
9f0aafe
add sourcemaps for stacktraces
matiu Oct 14, 2019
6a3d2eb
fix tests / stub for checkWalletsync
matiu Oct 15, 2019
d2d3b3e
Merge pull request #2469 from matiu/bug/fix-checkWalletSync-stub
matiu Oct 15, 2019
f2e27d2
simply bc monitor, remove bitcore-node v4 code
matiu Oct 15, 2019
8e82f76
updating signedTx to signedRawTransaction
sbhatnagar30 Oct 15, 2019
515b6f0
Add network param to ETH CWC.create, added getChainId to derive chain…
Oct 15, 2019
825d8f4
remove console.log() and update assignment logic
Oct 15, 2019
fabe7b9
Merge pull request #2468 from justinkook/feature/chainCode
matiu Oct 15, 2019
418ca8f
Merge branch 'master' of github.com:bitpay/bitcore into addingBitcoin…
sbhatnagar30 Oct 15, 2019
ea9248a
add secondaryPreferred to bcmonitor + stats. Remove old node v4 cod…
matiu Oct 16, 2019
bee9877
Merge pull request #2463 from gabrielbazan7/feat/eth-label
matiu Oct 16, 2019
8845979
Merge pull request #2464 from d-ondrich/bitcore-wallet-client-doc-fix
matiu Oct 16, 2019
d0a3201
Merge pull request #2471 from matiu/perf/bc-monitor
matiu Oct 16, 2019
2353c2f
installing package source maps
sbhatnagar30 Oct 16, 2019
ecfceb1
fix lint :/
matiu Oct 16, 2019
2bab769
Merge pull request #2472 from matiu/lint2
matiu Oct 16, 2019
89cb6b9
Merge branch 'master' of github.com:bitpay/bitcore into addingBitcoin…
sbhatnagar30 Oct 16, 2019
484ba73
Wallet import should tag old transactions
micahriggan Oct 16, 2019
c2f77b3
address review comments to use typescript features for assignment
Oct 16, 2019
514140a
Inserting addresses before updating the transactions
micahriggan Oct 16, 2019
7c746bb
Handle existing address inserts
micahriggan Oct 16, 2019
aef3b89
Merge pull request #2473 from micahriggan/fix/wallet-tagging
matiu Oct 16, 2019
1de7bb1
reregisted addresses if wallet is deregister
matiu Oct 16, 2019
c8f28b6
fix stub
matiu Oct 16, 2019
2dd78a2
Merge pull request #2475 from matiu/bug/reregisted
matiu Oct 16, 2019
5963f23
fix lint
matiu Oct 16, 2019
d5cbf48
Merge pull request #2476 from matiu/fix/pack-lint
matiu Oct 16, 2019
f338909
Merge branch 'master' of github.com:bitpay/bitcore into addingBitcoin…
sbhatnagar30 Oct 17, 2019
adb3001
updating types for encryption methdos
sbhatnagar30 Oct 18, 2019
4052ca2
adding more types
sbhatnagar30 Oct 18, 2019
543f248
Adding websocket rooms for wallets. Monitoring one wallet, or many
micahriggan Oct 18, 2019
0302be5
Restructuring socket emits to match rooms
micahriggan Oct 18, 2019
af61dc2
Merge pull request #2370 from sbhatnagar30/addingBitcoinCoreDecrypt
matiu Oct 19, 2019
3af36dd
fix tests
matiu Oct 21, 2019
5d7f99a
Adding chain lookup map to fix insight issue
micahriggan Oct 21, 2019
9aeb809
Merge pull request #2483 from matiu/bug/tests
matiu Oct 21, 2019
f3f1c5c
switching wallet socket to joining the pubkey room
micahriggan Oct 21, 2019
6f4fe6e
[FEAT] chain proxy
gabrielbazan7 Oct 17, 2019
b8f7b2d
WIP tests
micahriggan Oct 21, 2019
8d657bd
add paging and limit to endpoint
Oct 21, 2019
9552ed4
Updating client with getMessage method, and fixing websocket auth
micahriggan Oct 21, 2019
768dff7
Consolidating BCH into BTC methods
micahriggan Oct 22, 2019
304e58e
Circlular dependency issue by extending WalletService, resolve by pas…
micahriggan Oct 22, 2019
d2ff073
Merge pull request #5 from micahriggan/feat/chain-proxy
gabrielbazan7 Oct 22, 2019
1bec008
[FIX] tests
gabrielbazan7 Oct 22, 2019
13f715d
types
gabrielbazan7 Oct 22, 2019
688937e
fix string,number typing discrepancies in endpoints
Oct 22, 2019
79345f6
change url string
Oct 22, 2019
988bcef
Merge branch 'master' of https://github.com/bitpay/bitcore into block…
Oct 22, 2019
bd36c9b
revert test changes
gabrielbazan7 Oct 22, 2019
0f914f2
Merge pull request #2484 from micahriggan/fix/insight-loading-chains
matiu Oct 23, 2019
4f72a56
fix tests
gabrielbazan7 Oct 23, 2019
8089b07
ref
gabrielbazan7 Oct 23, 2019
c7d9403
pass supportWalletId to request
matiu Oct 23, 2019
0979ad3
Merge pull request #2486 from matiu/bug/wallet-support
matiu Oct 23, 2019
c9ff795
Merge branch 'master' of github.com:bitpay/bitcore into feature/walle…
micahriggan Oct 23, 2019
63b5837
addSignaturesToBitcoreTx to chain service
gabrielbazan7 Oct 23, 2019
0717df4
ref
gabrielbazan7 Oct 23, 2019
22c7505
Merge pull request #2479 from gabrielbazan7/feat/chain-proxy
matiu Oct 23, 2019
594ba69
get eth address even if no utxos
sbhatnagar30 Oct 24, 2019
c52500b
removing console log
sbhatnagar30 Oct 24, 2019
7468871
Support multiple networks by having a web3 per network
micahriggan Oct 24, 2019
a0b9163
Merge pull request #2489 from micahriggan/fix/static-web3
matiu Oct 24, 2019
a4f0e38
Adding more wallet websocket tests
micahriggan Oct 24, 2019
14a7858
Cleaning up some of the tests and working on disconnect websocket
micahriggan Oct 24, 2019
0901b67
Fixing socket connection issues and the ability to stop and start api…
micahriggan Oct 25, 2019
05c83c4
support eth testnet
matiu Oct 25, 2019
e8d3303
Adding error messages for bad socket auth
micahriggan Oct 25, 2019
89ca524
Should get a websocket error when authentication fails from bad signa…
micahriggan Oct 25, 2019
1735505
Simplifying tests a bit by moving repeated variables to the top
micahriggan Oct 25, 2019
df0d6d9
change spentTxids assignment
Oct 25, 2019
d5d1b2f
transform addresses before registration
matiu Oct 25, 2019
f8fa2cc
fix stats
matiu Oct 25, 2019
20c8b44
.
matiu Oct 25, 2019
3f25104
remove console.log(query) and //
Oct 25, 2019
32e3f00
fix
matiu Oct 25, 2019
ff51798
Merge branch 'master' of https://github.com/bitpay/bitcore into addre…
Oct 25, 2019
96d45ad
Merge pull request #2492 from matiu/bug/stats
matiu Oct 25, 2019
ffb24d3
update wallets and txps in serie
matiu Oct 26, 2019
1d8dc24
Merge pull request #2493 from matiu/bug/stats2
matiu Oct 26, 2019
1cf46d9
add emit
matiu Oct 26, 2019
82a0f8c
Merge pull request #2494 from matiu/bug/stats4
matiu Oct 26, 2019
a49e167
.
matiu Oct 26, 2019
6aa5130
Merge pull request #2495 from matiu/bug/stats5
matiu Oct 26, 2019
c106b58
return addresses properly
sbhatnagar30 Oct 28, 2019
21e1610
removing console log
sbhatnagar30 Oct 28, 2019
3f03e6d
add network name
matiu Oct 28, 2019
4a84e5a
fix
matiu Oct 28, 2019
b26d826
add tests + fixes from
matiu Oct 28, 2019
f9ee357
Merge pull request #2490 from matiu/feat/eth-testnet
matiu Oct 28, 2019
c3b4239
fix currency typo in daily-tx-chart
Oct 28, 2019
f193e81
Merge pull request #2382 from bsnowden3/insight-charts-and-nav-changes
matiu Oct 28, 2019
bf6fbf7
Merge pull request #2402 from bsnowden3/block-storage-coins-endpoint
matiu Oct 28, 2019
330e06c
Merge pull request #2487 from sbhatnagar30/ethSupport
matiu Oct 28, 2019
6cb391c
[FEAT] Adding sequence number to coins
gabrielbazan7 Sep 6, 2019
e20b743
[FEAT] insight RBF label
gabrielbazan7 Sep 9, 2019
541565d
[FEAT] check for unconfirmed inputs
gabrielbazan7 Sep 9, 2019
1af95f2
removing confirmations on API responses
gabrielbazan7 Oct 24, 2019
67427b5
Merge pull request #2365 from gabrielbazan7/feat/opt_in_rbf
matiu Oct 29, 2019
fee7324
Squash
jackbitpay Oct 29, 2019
5e55402
Addressing module concerns
jackbitpay Oct 29, 2019
dbe0c2c
Failed test
jackbitpay Oct 29, 2019
1c2a9c7
Merge pull request #2408 from jackbonaguro/feature/xrp
matiu Oct 29, 2019
5e93bf3
Rename Signature to Auth
micahriggan Oct 29, 2019
5f4f509
Adding pubkey to wallet sockets
micahriggan Oct 30, 2019
8b5e963
add temporary insight prod fix; rm daily-tx-chart
Oct 30, 2019
52bfe16
Merge pull request #2481 from micahriggan/feature/wallet-websocket-rooms
matiu Oct 30, 2019
854ac99
Daily transactions should accept a start and end range, and default t…
micahriggan Oct 30, 2019
8aaff1a
Adding date validation
micahriggan Oct 30, 2019
f954ed2
Removing console.log and 500 case
micahriggan Oct 30, 2019
8f503a6
Merge pull request #2497 from micahriggan/fix/daily-transactions-speed
matiu Oct 30, 2019
dc6a689
Merge pull request #2496 from bsnowden3/insight-prod-fixes
matiu Oct 30, 2019
8a0ee0e
Revert "Temporary insight prod fix"
matiu Oct 30, 2019
aa85dd6
Merge pull request #2498 from bitpay/revert-2496-insight-prod-fixes
matiu Oct 30, 2019
9c5473b
add tests to chain provider
matiu Oct 31, 2019
02b6597
Base URL was being mutated when calling the constructor with baseUrl
micahriggan Oct 31, 2019
f0e195c
Base url doesn't append the chain and network anymore
micahriggan Oct 31, 2019
04671b9
fix lockedConfirmedAmount in ETH balance
matiu Nov 1, 2019
ddace59
lint
matiu Nov 1, 2019
702eb38
Merge pull request #2501 from matiu/bug/locked-eth
matiu Nov 1, 2019
73790ca
Merge pull request #2499 from matiu/test/chain
matiu Nov 1, 2019
faacbcc
revamp styling
rachitajoshi Nov 1, 2019
d9f4d83
add font library
rachitajoshi Nov 1, 2019
0e6449f
add new currency icons
rachitajoshi Nov 1, 2019
bb6de42
style the chain switcher
rachitajoshi Nov 1, 2019
bbccf95
reskin the search bar
rachitajoshi Nov 1, 2019
2d2a510
reskin block explorer
rachitajoshi Nov 1, 2019
aa1ed00
adjust responsive styling for seach bar
rachitajoshi Nov 1, 2019
208e2aa
Verification must load modules
micahriggan Nov 4, 2019
609e9bd
Merge pull request #2507 from micahriggan/fix/verify-workers-load-mod…
matiu Nov 4, 2019
1f42dde
Merge remote-tracking branch 'rachita-bitcore/reskin-insight' into in…
Nov 4, 2019
74a9c9e
Renaming baseUrl to apiUrl
micahriggan Nov 4, 2019
3e3cab7
Merge pull request #2500 from micahriggan/fix/base-url-confusion
matiu Nov 4, 2019
2bda5d7
add daily-tx-chart and price-chart to insight home
Nov 4, 2019
9e396ad
Convert only bch change address. Fix #2511
Nov 5, 2019
9ed6fd5
Merge pull request #2504 from rachitajoshi/reskin-insight
matiu Nov 5, 2019
5eec824
add charts to insight home
Nov 5, 2019
214f7a5
Merge branch 'master' of https://github.com/bitpay/bitcore into insig…
Nov 5, 2019
d02b0bf
fix spacing; add clickable block row; remove comments
Nov 5, 2019
df77828
ERC20 changed squashed with Micah's test:ci fixes
Nov 5, 2019
8fbc5bc
Fixing review comments about Bitcore
micahriggan Nov 5, 2019
0751ea8
Estimate gas with always return 21000, let's set a sane minimum
micahriggan Nov 5, 2019
e05eb2a
Fixing tests after bitcoreLib changes
micahriggan Nov 5, 2019
e79707d
add bar chart; reformat price chart price; add ubuntu font-family back
Nov 5, 2019
b36d367
use aggregate instead of mapReduce on stats
rastajpa Nov 6, 2019
a9ec6cf
Merge pull request #2513 from bsnowden3/insight-reskin
matiu Nov 6, 2019
d3a90e5
The prod flag hasn't been producing builds successfully
micahriggan Nov 6, 2019
dbb901e
Merge pull request #2514 from rastajpa/ref/use-aggregate
matiu Nov 6, 2019
32d51c5
Merge pull request #2515 from micahriggan/fix/insight-prod-build
matiu Nov 6, 2019
af80bce
Merge pull request #2512 from patrix252/master
matiu Nov 6, 2019
808cadd
Change ETH nonce query from : -1 to : -1
Nov 6, 2019
599ed6d
Merge pull request #2516 from justinkook/fix/eth-nonce
matiu Nov 6, 2019
22491c9
Verifier verify and sign allow for arrays
micahriggan Nov 6, 2019
b7229f4
Simplifying signing by having logic always use arrays
micahriggan Nov 6, 2019
df3b031
Fix output.amount <= 0 tests and convert key.sign tx to array
Nov 6, 2019
7a28e3d
Merge branch 'erc20' of github.com:justinkook/bitcore into erc20
micahriggan Nov 6, 2019
554808c
ProposalSignatures signs with the full array
micahriggan Nov 6, 2019
fd0523a
remove charts; change dropdown selector testnet to grey icons
Nov 6, 2019
f548a70
rename images
Nov 6, 2019
65b030c
comment out chart html
Nov 6, 2019
a50fcae
Merge pull request #2517 from bsnowden3/insight-safe
matiu Nov 6, 2019
d5775b7
Add backwards compatibility with BWC < 8.9.0 - txp.gasLimit and txp.data
Nov 6, 2019
69bde97
Fix CWC base-x import to be Browser compatible, add lint-fix script
Nov 7, 2019
dc040c9
Fix data: null for backwards compatibility BWC <= 8.9.0
Nov 7, 2019
2192cc9
Revert "Fix data: null for backwards compatibility BWC <= 8.9.0"
Nov 7, 2019
9d34033
add noCashAddr tests and verifier tests
matiu Nov 7, 2019
0032d09
.
matiu Nov 7, 2019
5cf61a0
rm only
matiu Nov 7, 2019
11cbc20
lint
matiu Nov 7, 2019
30dbb87
Merge pull request #2521 from matiu/test/nocashaddr
matiu Nov 7, 2019
98bfb02
Merge branch 'master' of https://github.com/bitpay/bitcore into erc20
Nov 7, 2019
5c6f253
Merge branch 'fix/cwc-basex' of https://github.com/justinkook/bitcore…
Nov 7, 2019
d399a4f
tslint BWC/BWS
Nov 7, 2019
659bc32
rm unfinished tests
matiu Nov 7, 2019
f9bb4de
Merge pull request #2523 from matiu/test/rm-checkCopayer
matiu Nov 7, 2019
2e8001d
Merge branch 'master' of https://github.com/bitpay/bitcore into erc20
Nov 7, 2019
a986c58
Add encodeData as a standalone function to ERC20 createTX
Nov 7, 2019
4267568
Merge pull request #2518 from justinkook/fix/cwc-basex
matiu Nov 8, 2019
9b85216
Merge pull request #2525 from justinkook/feature/encodeData
matiu Nov 8, 2019
6f1ba31
Merge branch 'master' of https://github.com/bitpay/bitcore into erc20
Nov 8, 2019
9104cab
Fix estimateGas to pass tokenAddress and value 0 for ERC20
Nov 8, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Bitcore
![Circle CI](https://circleci.com/gh/bitpay/bitcore/tree/master.svg?style=shield)

**Infrastructure to build Bitcoin and blockchain-based applications for the next generation of financial technology.**

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.9.1",
"version": "8.7.3",
"version": "8.9.0",
"packages": [
"packages/*"
]
Expand Down
Loading