Commit Graph

81 Commits

Author SHA1 Message Date
Aaron Blankstein
a619d8e0d5 add debug symbols to build, some improved logging, add author 2020-07-21 09:45:41 -05:00
Aaron Blankstein
a374de8ba0 feat: remove byteorder dependency 2020-07-13 15:08:51 -05: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
7cbbe86879 Cascade feature gate renaming 2020-06-17 00:30:50 -04:00
Ludo Galabru
9630cf8f15 Re-wire prometheus integration 2020-06-15 23:28:39 -04:00
Aaron Blankstein
11305ca39d url => 2.1.0 2020-05-26 16:17:40 -05:00
Aaron Blankstein
eb394a687a percent decode RPC URL paths 2020-05-26 15:46:10 -05:00
Ludo Galabru
57d3bcfbfb Merge branch 'master' into feature/bitcoin-neon-controller 2020-05-05 15:38:33 -04:00
Ludo Galabru
7a45b32ccb Port burnchain-neon-controller 2020-05-01 17:05:57 -04:00
Jude Nelson
4b9b2af2c9 Merge branch 'master' into feature/resilient-neon-followers 2020-05-01 14:21:11 -04:00
Matthew Little
9bbf448edd fix: repair dist builds, restore binaries in main Dockerfile, fix build on Windows and non-x86_64 targets 2020-04-30 22:55:25 +02:00
Jude Nelson
b78f069d5b use tini, not rust-ini, for ini-file parsing 2020-04-28 22:29:04 -04:00
Aaron Blankstein
823ebade68 Merge remote-tracking branch 'origin/master' into feature/initial-block-limit 2020-04-22 08:31:13 -05:00
Aaron Blankstein
f45cdbb292 Merge branch 'master' into feature/initial-block-limit 2020-04-16 11:44:33 -05:00
Ludo Galabru
e66a2a2713 Merge branch 'master' into feature/unmock-burnchain 2020-04-15 14:17:28 -04:00
Ludo Galabru
e2c449f08f Revisit testnet module structure 2020-04-14 23:43:38 -04:00
Ludo Galabru
680cc3302f Merge branch 'master' into feature/unmock-burnchain 2020-04-13 14:37:37 -04:00
Jude Nelson
3d4b5c26d9 Add sqlite tracing for future debugging 2020-04-11 17:38:36 -04:00
Aaron Blankstein
63d441c14e commit initial work 2020-04-08 16:24:22 -05:00
Ludo Galabru
85f724d47f Create a cargo workspace, add 'cargo testnet' alias 2020-04-07 17:52:23 -04:00
Ludo Galabru
cbe20289dd Isolate helium in its own package, own tests & deps 2020-04-07 17:20:32 -04:00
Ludo Galabru
1af1d82bfa Merge branch 'master' into feature/unmock-burnchain 2020-04-07 17:02:49 -04:00
Aaron Blankstein
5ad115ae3c feat: faster less mallocing to_hex() 2020-04-07 14:54:44 -05:00
Ludo Galabru
4f11eec6e1 Merge branch 'master' into feature/unmock-burnchain 2020-04-06 10:52:37 -04:00
Aaron Blankstein
5f46babaab Merge branch 'master' into feature/json-rpc 2020-04-05 12:13:03 -05:00
Ludo Galabru
355bbc9e0b Merge branch 'master' into feature/genesis 2020-04-03 17:12:43 -04:00
Ludo Galabru
a85c6854de Merge branch 'master' into feature/genesis 2020-04-03 13:17:58 -04:00
Jude Nelson
b2de06929e Merge branch 'master' into feature/block-downloader 2020-04-02 14:45:54 -04:00
Aaron Blankstein
a1684ebf79 Merge remote-tracking branch 'origin/feature/block-downloader' into feature/json-rpc 2020-04-01 10:23:15 -05:00
Dan Trevino
5d2a4dd779 Merge branch 'master' into feature/aarch64-support 2020-03-31 22:32:21 -07:00
Aaron Blankstein
eee39bb358 http requests in integration test 2020-03-31 10:40:13 -05:00
Ludo Galabru
d74f303157 Introduce dependency
Can be re-considered
2020-03-25 23:50:49 -04:00
Dan Trevino
43b2ca2dd4 add arm build options and instructions 2020-03-25 19:42:57 -07:00
Jude Nelson
af46f9df5e add support for urls 2020-03-24 18:44:52 -04:00
Ludo Galabru
74d4394d11 Add support for u128 encoding 2020-03-12 13:07:02 -04:00
Ludo Galabru
dde42ddf01 Merge branch 'master' into feature/genesis 2020-03-11 16:52:08 -04:00
Ludo Galabru
4fff114d24 Remove useless dep 2020-03-11 16:26:30 -04:00
Ludovic Galabru
2b212c155c WIP 2020-03-04 07:39:37 -05:00
Jude Nelson
6f51a912e2 enable the 'blob' feature for rusqlite 2020-02-25 17:50:51 -05:00
Jude Nelson
bfacf4b724 vendor httparse and remove all unsafe parts 2020-01-30 13:55:02 -05:00
Jude Nelson
3374edf7fe Merge branch 'develop' into feature/http-parser 2020-01-16 16:37:27 -05:00
Jude Nelson
db28def771 add lazy_static and httparse as dependencies 2020-01-16 16:29:24 -05:00
Aaron Blankstein
8b29bc7154 initial work 2019-12-19 10:57:14 -06:00
Jude Nelson
71fec48287 Remove Hashbrown since it's now in stdlib; bump dalek crypto libs to latest versions; bump rand 2019-12-16 00:40:34 -05:00
Aaron Blankstein
d53ad1b044 benchmark harnesses 2019-09-21 12:34:44 -05:00
Jude Nelson
20123132c9 Merge branch 'develop' into feature/materialized-view-commitment 2019-07-31 16:23:41 -04:00
Jude Nelson
f3846ddcf0 add libc dependency so we can get at fsync(2), which strangely is _not_ available via the fs::File interface. 2019-07-22 19:33:42 -04:00
Jude Nelson
1aff1dec22 use asm feature of sha2; add hashbrown (rust-lang's next HashMap implementation) 2019-07-18 18:40:43 -04:00
Matthew Little
9f182a1e05 Contract interface json output tests 2019-06-20 15:42:47 -04:00