Jude Nelson
|
555c19f789
|
fix: clear bootstrap node in testnet so we don't fail a test due to DNS not being available
|
2023-08-18 16:14:44 -04:00 |
|
Jude Nelson
|
5b14fce2dd
|
chore: cargo fmt and fix compile error
|
2023-08-18 15:36:54 -04:00 |
|
Jude Nelson
|
ee7cc503e0
|
chore: address all PR feedback, and address a bug in which we accidentally expected a SIP-003 length prefix in chunks that we parsed
|
2023-08-18 13:57:15 -04:00 |
|
Jude Nelson
|
b42d3127bd
|
chore: remove ContractId and use QualifiedContractIdentifier pervasively
|
2023-08-15 22:38:26 -04:00 |
|
Jude Nelson
|
bf60466773
|
chore: use libstackerdb instead of stackslib for stackerdb RPC
|
2023-08-15 21:29:19 -04:00 |
|
Jude Nelson
|
4c10f7d2ca
|
fix: stacker_dbs is optional
|
2023-08-15 17:22:30 -04:00 |
|
Jude Nelson
|
022c60c34d
|
feat: test for load/store chunks in stackerdb
|
2023-08-15 16:50:42 -04:00 |
|
Jude Nelson
|
2a6db51b09
|
fix: API sync
|
2023-08-15 16:50:15 -04:00 |
|
Jude Nelson
|
c85083b0d1
|
feat: load up stackerdbs from config file when instantiating peerdb and peernetwork
|
2023-08-15 16:49:57 -04:00 |
|
Jude Nelson
|
62e04362d4
|
feat: configurable stackerdbs
|
2023-08-15 16:49:46 -04:00 |
|
Jude Nelson
|
ed19283716
|
fix: use bitcoind v0.25 descriptors for importing an address
|
2023-08-15 16:49:27 -04:00 |
|
Jude Nelson
|
48121adb61
|
chore: API sync
|
2023-08-10 02:07:01 -04:00 |
|
Jude Nelson
|
58e6a6e1ad
|
Merge branch 'feat/stackerdb-chunk-db' into feat/stackerdb-sync
|
2023-08-10 02:01:35 -04:00 |
|
Jude Nelson
|
0192fd1629
|
Merge branch 'develop' into feat/stackerdb-discovery
|
2023-08-04 00:18:19 -04:00 |
|
Sergey Shandar
|
7afb43086d
|
Move blockstack-core into a separate folder (develop branch) (#3814)
* move `src` to `blockstack-core/`
* fix paths
* stackers.db
* Remove src/net
* Renaming to `stackslib`
* Revert Cargo.lock changes.
* stackslib
|
2023-08-03 16:08:32 -07:00 |
|
Jude Nelson
|
e5c8498593
|
Merge branch 'develop' into feat/stackerdb-discovery
|
2023-08-03 19:54:51 +00:00 |
|
Jude Nelson
|
b820596e9a
|
Merge branch 'develop' into fix/mixup-config-parsing
|
2023-08-03 15:04:36 +00:00 |
|
Jude Nelson
|
5c84ee148c
|
Merge branch 'develop' into feat/stackerdb-messages
|
2023-07-28 22:06:30 -04:00 |
|
Jude Nelson
|
cab7e87440
|
Merge branch 'develop' into feat/stackerdb-discovery
|
2023-07-28 22:04:29 -04:00 |
|
Aaron Blankstein
|
09ec5d3573
|
chore: add more explanation to the set_monitoring_miner_addr rustdoc
|
2023-07-28 11:47:03 -05:00 |
|
Pavitthra Pandurangan
|
36405a598b
|
add comment
|
2023-07-28 09:04:21 -05:00 |
|
Pavitthra Pandurangan
|
8e96078d47
|
Respond to comments
|
2023-07-28 09:04:21 -05:00 |
|
Pavitthra Pandurangan
|
f9466f1e6e
|
Add prom metrics for last mined block
|
2023-07-28 09:04:21 -05:00 |
|
Jude Nelson
|
ab1d4f81fa
|
Merge branch 'feat/stackerdb-messages' into feat/stackerdb-discovery
|
2023-07-11 10:05:20 -04:00 |
|
Jude Nelson
|
01c25ac0b3
|
Merge branch 'develop' into feat/stackerdb-messages
|
2023-07-10 21:52:31 +00:00 |
|
Anthony Caccia
|
ef06ae9120
|
Merge branch 'develop' into fix/mixup-config-parsing
|
2023-07-10 12:23:49 +02:00 |
|
Aaron Blankstein
|
8c03a6a62d
|
Merge branch 'develop' into fix/utxo-lookup
|
2023-07-06 09:55:49 -05:00 |
|
Anthony Caccia
|
a0cf16cfe3
|
Merge branch 'develop' into fix/mixup-config-parsing
|
2023-07-06 08:36:35 +02:00 |
|
Anthony Caccia
|
89af8c8701
|
fix(stacks-node): mix-up config file parsing connect_timeout -> handshake_timeout
|
2023-06-30 12:32:35 +02:00 |
|
Pavitthra Pandurangan
|
f139738330
|
use float
|
2023-06-29 16:51:18 -04:00 |
|
wileyj
|
873b68b88e
|
Merge branch 'develop' into fix/utxo-lookup
|
2023-06-29 13:06:19 -07:00 |
|
pavitthrap
|
86d07def8c
|
Merge branch 'develop' into feat/sync-percentage
|
2023-06-29 08:34:07 -07:00 |
|
Pavitthra Pandurangan
|
564762af28
|
Fixed build issue
|
2023-06-29 11:33:50 -04:00 |
|
pavitthrap
|
a60d6fc42e
|
Merge branch 'develop' into fix/shutdown-bitcoind
|
2023-06-28 08:09:20 -07:00 |
|
wileyj
|
3ae92b00f5
|
Merge branch 'develop' into fix/utxo-lookup
|
2023-06-27 12:19:11 -07:00 |
|
Aaron Blankstein
|
6ba3f2fbf5
|
chore: cargo fmt
|
2023-06-27 08:25:01 -07:00 |
|
Pavitthra Pandurangan
|
f67871140b
|
added debg log for no PoX anchor block chosen & fixed warnings
|
2023-06-27 08:25:01 -07:00 |
|
Pavitthra Pandurangan
|
2c5ed0c286
|
update warp version
|
2023-06-27 08:25:01 -07:00 |
|
Pavitthra Pandurangan
|
c6e17d2e84
|
changed location of logging the burnchain sync percentage
|
2023-06-26 14:36:52 -07:00 |
|
pavitthrap
|
f9ca5de718
|
Merge branch 'develop' into fix/shutdown-bitcoind
|
2023-06-26 14:29:35 -07:00 |
|
Pavitthra Pandurangan
|
495456bea9
|
fmt
|
2023-06-26 14:29:26 -07:00 |
|
Pavitthra Pandurangan
|
538941f2a3
|
ran fmt
|
2023-06-20 08:19:41 -07:00 |
|
Pavitthra Pandurangan
|
28a19a5ac1
|
Added two more sleeps
|
2023-06-20 08:19:41 -07:00 |
|
Pavitthra Pandurangan
|
34935aa686
|
add sleeps to reduce test flakiness
|
2023-06-20 08:19:41 -07:00 |
|
Pavitthra Pandurangan
|
f8a15ad7bb
|
Fixed build isses; removed unused function
|
2023-06-14 11:22:15 -04:00 |
|
Pavitthra Pandurangan
|
e3932e0200
|
added burnchain sync percentage
|
2023-06-12 13:18:44 -04:00 |
|
Pavitthra Pandurangan
|
d84c50ee83
|
should_keep_running test passes
|
2023-06-08 12:20:11 -04:00 |
|
wileyj
|
46147e5b20
|
Merge branch 'develop' into fix/utxo-lookup
|
2023-06-06 08:53:53 -07:00 |
|
Pavitthra Pandurangan
|
d467434d7e
|
added missing function
|
2023-05-31 17:10:37 -04:00 |
|
Aaron Blankstein
|
c073d94866
|
fix: #3733 use current burnchain tip for utxo lookups
|
2023-05-31 13:12:42 -05:00 |
|