Felipe Knorr Kuhn
b201cdfb44
Add editorconfig and prettier integration with eslint
2022-07-07 03:02:02 -07:00
wiz
07f780d322
Merge pull request #1991 from mempool/fix_electrum_api
...
Fix electrum API encoding
2022-07-07 00:10:32 +02:00
Felipe Knorr Kuhn
28586d357e
Merge branch 'master' into fix_electrum_api
2022-07-06 14:58:13 -07:00
wiz
198ef625ab
Merge pull request #1995 from erikarvstedt/improve-ci
...
Minor CI improvements
2022-07-06 23:57:25 +02:00
Felipe Knorr Kuhn
6114ea507e
Merge branch 'master' into improve-ci
2022-07-06 14:47:45 -07:00
wiz
afca2c4ef8
Merge pull request #1952 from antonilol/qrcodes
...
set error correction level to low for qr codes
2022-07-06 23:45:02 +02:00
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
Felipe Knorr Kuhn
9b386203b9
Merge branch 'master' into fix_electrum_api
2022-07-06 14:33:02 -07:00
wiz
cf733c50dc
Merge branch 'master' into qrcodes
2022-07-06 23:31:01 +02:00
wiz
8c1f91f50b
Merge pull request #1954 from mempool/simon/block-error-code
...
Block error status code missing fix
2022-07-06 23:30:55 +02:00
wiz
0e4b5b1b15
Merge pull request #1993 from mempool/clean_fe_deps
...
Remove frontend dependencies and old tests
2022-07-06 23:30:41 +02:00
wiz
e4d60d7ebc
Merge pull request #1949 from mempool/feature/nymkappa/block-audit
...
Save block predictions results in db and show results in a chart
2022-07-06 23:29:42 +02:00
Felipe Knorr Kuhn
e66e2ee5bc
Merge branch 'clean_fe_deps' of github.com:mempool/mempool into clean_fe_deps
2022-07-06 13:50:54 -07:00
Felipe Knorr Kuhn
d757aa942c
Disable Scarf dependency from ngx-infinite-scroll
2022-07-06 13:50:02 -07:00
Felipe Knorr Kuhn
af2548d705
Merge branch 'master' into fix_electrum_api
2022-07-06 13:36:36 -07:00
Felipe Knorr Kuhn
a4449aca36
Merge branch 'master' into clean_fe_deps
2022-07-06 13:36:11 -07:00
nymkappa
d2ab72390f
Save block predictions results in db and show results in a chart
2022-07-06 22:27:45 +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
Felipe Knorr Kuhn
4b296f8d92
Remove frontend dependencies and old tests
2022-07-06 13:13:59 -07: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
Felipe Knorr Kuhn
40957158db
Fix crypto library usage for the Electrum API
2022-07-06 12:34:54 -07:00
Felipe Knorr Kuhn
a73643fd16
Add types for cryptojs
2022-07-06 12:25:30 -07: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