Erik Arvstedt
0c52174a40
CI: Add --no-optional
flag to prod flavor
...
This ensures that the packages build successfully even when optional
deps are unavailable.
`--no-optional` currently has no effect on the backend, because
it has no optional packages.
2022-07-06 23:43:09 +02:00
Erik Arvstedt
3bc64e9551
CI: Use npm ci
instead of npm install
...
`npm ci` is recommended instead of `npm install` for automated builds.
Its main advantage is the `package-lock.json` consistency check: The
command fails if the lock file doesn't match `package.json`.
2022-07-06 23:38:06 +02:00
Erik Arvstedt
a4ad056436
CI/frontend: Add missing install flag for prod
flavor
...
Also restrict linting, which requires dev packages, to the `dev`
flavor.
This makes the frontend build setup indentical to the backend.
2022-07-06 23:38:05 +02:00
Erik Arvstedt
3ec9224c4a
contributors: Add erikarvstedt
2022-07-06 23:38:04 +02:00
wiz
ec2d079da4
Merge pull request #1940 from mempool/nymkappa/feature/price-columns
...
Replace json `prices.avg_prices` with table columns - update prices logs
2022-07-06 22:22:11 +02:00
wiz
a28c58679e
Merge branch 'master' into nymkappa/feature/price-columns
2022-07-06 22:13:46 +02:00
wiz
7603f6cc6a
Merge pull request #1947 from hunicus/vb-wu-svb-faq-2
...
Add faq on vb, wu, and sat/vb
2022-07-06 22:13:40 +02:00
wiz
ab9bf3e327
Merge branch 'master' into nymkappa/feature/price-columns
2022-07-06 22:13:25 +02:00
wiz
326f7ec8e0
Merge pull request #1935 from mempool/nymkappa/bugfix/handle-error-pool-hashrate
...
Handle pool dominance query error with 0 indexed blocks
2022-07-06 22:02:25 +02:00
wiz
42716e23cd
Fix typo in weight units FAQ
2022-07-06 21:58:35 +02:00
wiz
91fa84d825
Merge branch 'master' into nymkappa/bugfix/handle-error-pool-hashrate
2022-07-06 21:54:14 +02:00
wiz
dcf48dac85
Merge pull request #1928 from mempool/nymkappa/feature/hashrate-resolution
...
Add resolution scaling to hashrate and difficulty chart
2022-07-06 21:52:49 +02:00
nymkappa
6a02952c1e
Remove debug log
2022-07-06 21:41:12 +02:00
wiz
a33d6dc0b9
Merge branch 'master' into nymkappa/feature/hashrate-resolution
2022-07-06 21:10:18 +02:00
wiz
291218f04f
Merge pull request #1938 from mempool/simon/npm-upgrade-0626
...
Upgrading npm packages
2022-07-06 21:09:42 +02:00
nymkappa
efb5eba092
Add hashrate & difficulty chart resolution scaling
2022-07-06 21:03:55 +02:00
softsimon
b6315ce76c
Upgrade packages - backend
2022-07-06 20:47:10 +02:00
softsimon
05decfc53e
Upgrading frontend npm packages
2022-07-06 20:47:10 +02:00
wiz
89de64bcd7
Merge pull request #1931 from TechMiX/rtlFixes3
...
fix various RTL layout issues
2022-07-06 20:29:06 +02:00
wiz
00c37cbfa8
Merge branch 'master' into rtlFixes3
2022-07-06 20:09:04 +02:00
wiz
b965041369
Merge pull request #1930 from mempool/nymkappa/bugfix/retry-indexing-upon-error
...
If indexing fails try again in 10 seconds
2022-07-06 20:08:58 +02:00
wiz
cadec366b3
Merge branch 'master' into nymkappa/bugfix/retry-indexing-upon-error
2022-07-06 19:29:31 +02:00
wiz
4390d520e7
Merge pull request #1985 from Emzy/ops/install-linux-crontab
...
Add crontab creation for linux and bitcoin-minfee.service in prod install
2022-07-06 19:02:27 +02:00
wiz
785533486e
Merge pull request #1979 from Emzy/ops/cpu-count
...
Limit make to max cpus in prod install
2022-07-06 18:51:53 +02:00
wiz
095869821c
Merge pull request #1977 from Emzy/ops/fix-shebang-scripts
...
Disable confirmation prompt for rust and change shebang in scripts to be universal for prod install
2022-07-06 18:51:18 +02:00
wiz
67f3f64e64
Merge pull request #1983 from mempool/ops/nginx-refactor-for-lightning
...
Refactor nginx.conf and other ops scripts for lightning
2022-07-06 18:38:16 +02:00
Stephan Oeste
21e6d13479
Add crontab creation for linux and bitcoin-minfee.service in prod install
2022-07-06 18:31:31 +02:00
wiz
63f4c5a003
Refactor nginx.conf and other ops scripts for lightning
2022-07-06 17:13:09 +02:00
Stephan Oeste
f5a629837c
Limit make to max cpus in prod install
2022-07-06 14:41:11 +02:00
TechMiX
f75aeeaa65
revert right alignments on transaction page
2022-07-06 15:29:52 +04:30
Stephan Oeste
cfbee5d33f
Change shebang in scripts to be universal for prod install
2022-07-06 12:11:13 +02:00
Stephan Oeste
0c6ecd2238
Disable confirmation prompt for rust install in prod install script
2022-07-06 11:46:46 +02:00
nymkappa
a5635a5020
Handle gracefuly query to pool dominance when there is no indexed block #1913
2022-07-06 11:00:41 +02:00
nymkappa
c4810bf7a1
Replace json prices.avg_prices
with table columns - update prices logs
2022-07-06 10:46:00 +02:00
nymkappa
4232ac8110
If any indexing fails | chain of hash invalid, try again in 10 seconds
2022-07-06 10:36:26 +02:00
wiz
ec9e47233a
Merge pull request #1934 from mempool/nymkappa/bugfix/show-all-timespan
...
Remove the condition to show `All` timespan on mining charts
2022-07-06 01:23:57 +02:00
wiz
8dbc0502ac
Merge pull request #1936 from mempool/nymkappa/bugfix/umbrel-electrs-504
...
Handle electrs error 504
2022-07-06 01:22:35 +02:00
wiz
4476e93dfd
Merge pull request #1925 from mempool/feature/nymkappa/index-difficulty-adjustments
...
Index difficulty adjustments
2022-07-06 01:19:53 +02:00
wiz
6702e29d09
Merge branch 'master' into rtlFixes3
2022-07-06 00:24:31 +02:00
wiz
0306c95d9e
Merge branch 'master' into feature/nymkappa/index-difficulty-adjustments
2022-07-06 00:20:39 +02:00
wiz
cf9c297081
Merge pull request #1969 from mempool/knorrium/eslint
...
Add eslint to the backend and frontend
2022-07-06 00:20:03 +02:00
wiz
4faf359dbd
Merge branch 'master' into knorrium/eslint
2022-07-06 00:12:39 +02:00
wiz
bdf643d3ce
Merge pull request #1973 from Emzy/ops/linux-no-patch-electrs
...
Only patch electrs for FreeBSD in prod install script
2022-07-06 00:12:26 +02:00
wiz
656c294a07
Merge branch 'master' into ops/linux-no-patch-electrs
2022-07-06 00:10:19 +02:00
wiz
96c7349795
Merge pull request #1972 from Emzy/ops/linux-java-install
...
Ops/linux install java Bitcoin core and Liquid in prod install script
2022-07-06 00:09:32 +02:00
wiz
08842deadf
Fix typo in prod installer
2022-07-06 00:09:05 +02:00
wiz
e97873474c
Fix typo in prod installer
2022-07-06 00:08:55 +02:00
wiz
f88b6e0214
Fix typo in prod installer
2022-07-06 00:08:47 +02:00
wiz
30c5bde435
Merge branch 'master' into ops/linux-java-install
2022-07-06 00:05:22 +02:00
wiz
a4896ab3a3
Merge pull request #1971 from Emzy/ops/linux-services
...
Install packages, Bitcoin and Liquid core services in prod install script
2022-07-06 00:05:11 +02:00