Commit Graph

46 Commits

Author SHA1 Message Date
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
Pavitthra Pandurangan
2c5ed0c286 update warp version 2023-06-27 08:25:01 -07:00
Jude Nelson
793f8edc8a Merge branch 'master' into chore/merge-master-to-next 2022-12-15 08:53:56 -05:00
Jude Nelson
4ffedc3403 fix: require rustls-tls to avoid reqwest segfault 2022-11-18 18:39:53 -05:00
Igor
2b1be1eab0 Merge branch 'develop' of https://github.com/stacks-network/stacks-blockchain into tip-mine 2022-10-28 09:17:12 -05:00
Jude Nelson
940969e41d chore: require rust 1.61 2022-10-20 10:42:06 -04:00
Jude Nelson
577723b6d8 Merge branch 'develop' into tip-mine 2022-10-17 15:21:45 +00:00
Igor
befeb4b855 move stacks-events to testnet/stacks-node/src 2022-10-01 17:52:44 -07:00
Jude Nelson
1a34c11508 feat: release 2.05.0.3.0 2022-08-31 13:41:12 -04:00
Aaron Blankstein
c3f7cc3b4f chore: update stacks-node and puppet-chain to edition="2021" 2022-03-24 15:55:21 -05:00
Matthew Little
65570bbd8f chore: user cargo.toml resolver v2 to fix target-specific dependency features 2022-02-25 22:58:34 +01:00
Aaron Blankstein
878abf22e1 fix: slog-json feature broken during libclarity refactor 2022-02-23 13:22:59 -06:00
Aaron Blankstein
55918469c0 Merge remote-tracking branch 'origin/develop' into feat/develop-libclarity-separation 2022-02-03 11:20:07 -06:00
Aaron Blankstein
3e1c1e1cba fix: upgrade tokio dev-dependency, turn eprintlns into warns 2022-01-27 09:36:57 -06:00
Aaron Blankstein
4558b72da8 chore: update async-h1 to resolve #2990 2022-01-12 10:06:33 -06:00
Aaron Blankstein
d7cabad320 update stacks-node 2021-12-27 08:41:09 -06:00
Jude Nelson
051153256f chore: no longer need ctrlc 2021-10-25 22:20:07 -04:00
Jude Nelson
75b50e9ae2 use rusqlite in stacks-node tests 2021-04-06 01:40:13 -04:00
Aaron Blankstein
bd9b6b19ca Merge branch 'develop' into feat/runtime-tx-log 2021-03-01 10:45:48 -06:00
Ludo Galabru
07e80a6369 feat: better termination handling 2021-02-10 17:06:43 -06:00
Aaron Blankstein
a54b9f3717 runtime tx log 2021-01-27 11:31:38 -06:00
Ludo Galabru
fb57290e41 fix tests 2021-01-13 18:05:18 -05:00
Matthew Little
610c5bf90e feat: use small test chainstate.txt file in tests, and production file in debug/release builds 2020-12-11 22:48:16 +01:00
Matthew Little
3a27c63fe3 feat: import STX balances & vesting into Stacks 2.0 2020-12-05 01:43:49 +01:00
Aaron Blankstein
341c3d2f60 fix: enable debug logs in release build 2020-10-26 14:15:57 -05:00
Aaron Blankstein
99a0b8f6d6 make slog_json compile-time feature 2020-10-16 15:31:36 -05:00
Aaron Blankstein
f3b676d601 remove slog-async, format term output like prior formatting 2020-10-16 11:34:18 -05:00
Aaron Blankstein
078f13e936 initial pass on porting macros to slog 2020-10-02 16:51:58 -05:00
Aaron Blankstein
511f3aea27 feat: log all transactions as they are processed for debugging 2020-09-25 14:27:14 -05:00
Ludo Galabru
21a4d2a115 Merge branch 'next' into feat/pox-stacks-lockup-change-requests 2020-09-17 13:33:31 -04:00
Pascal
80f70742d4 remove older, unused secp256k1 crate 2020-09-08 23:49:16 -07:00
Jude Nelson
2127758baa add libc dependency for core dump 2020-07-27 12:33:55 -04:00
Jude Nelson
0f1062e27a add backtrace 2020-07-24 13:31:01 -04:00
Ludo Galabru
5b1d305b0e Rename feature gate - "monitoring_prom" 2020-06-17 10:43:43 -04:00
Ludo Galabru
60074c7052 Rollback - re-renaming the feature gate to monitoring 2020-06-17 00:39:48 -04:00
Ludo Galabru
47e7b8cf6d Downgrade async-h1 2020-06-17 00:02:58 -04:00
Ludo Galabru
43317acdb8 Change feature gate's name, abstract prometheus 2020-06-16 23:58:02 -04:00
Ludo Galabru
be246a023a Moving from native-tls-vendored to rustls 2020-06-16 12:16:34 -04:00
Ludo Galabru
9630cf8f15 Re-wire prometheus integration 2020-06-15 23:28:39 -04:00
Ludo Galabru
88bc7a906c Move from reqwest to async-h1 2020-06-09 17:05:11 -04:00
Aaron Blankstein
bbce48d8d4 feat: new mempool tx events. add parent_index_block_hash. integration tests. 2020-06-03 14:37:10 -05:00
Ludo Galabru
84cd911551 Work around f64 issue using raw_value 2020-05-08 18:51:20 -04:00
Ludo Galabru
8119591a92 Fix cargo package name 2020-05-05 22:10:27 -04:00
Ludo Galabru
878f09f9ad Merge branch 'master' into feature/bitcoin-neon-controller 2020-05-05 11:42:48 -04:00
Ludo Galabru
06b14c5ad1 Strip prometheus changes that got lost 2020-05-01 17:51:03 -04:00
Ludo Galabru
7a45b32ccb Port burnchain-neon-controller 2020-05-01 17:05:57 -04:00