wiz
5a8172dff3
Merge pull request #2001 from Emzy/ops/fix-bitcoin-startup
...
Fix startup scripts in prod install
2022-07-07 14:39:02 +02:00
softsimon
5138844819
Merging the 3 block predictions title into 1 i18n string
2022-07-07 14:33:33 +02:00
wiz
352e54bd8a
Merge pull request #2005 from mempool/simon/transifex-0707
...
Extracting i18n strings
2022-07-07 14:22:32 +02:00
wiz
2a2a3c9e71
Merge pull request #2000 from mempool/knorrium/prettier
...
Add editorconfig and prettier integration with eslint
2022-07-07 14:21:31 +02:00
wiz
dcee319dd5
Merge remote-tracking branch 'origin/master' into knorrium/prettier
2022-07-07 14:13:06 +02:00
wiz
76b6f72f04
Merge pull request #1986 from knorrium/mining_e2e_tests_v2
...
Mining e2e tests
2022-07-07 14:10:12 +02:00
softsimon
c1693ce259
Extracting i18n strings
2022-07-07 14:03:18 +02:00
nymkappa
6fbbeff32c
Set pagination font to monospace
2022-07-07 14:00:54 +02:00
wiz
1725763f42
Add --prod
to npm install
in ops scripts
2022-07-07 13:59:51 +02:00
wiz
bb41d8a174
Merge branch 'master' into mining_e2e_tests_v2
2022-07-07 13:50:23 +02:00
wiz
27d5e933ba
Merge pull request #1997 from mempool/knorrium/gha_triggers
...
Update CI to trigger on PRs and exclude from ops activities
2022-07-07 13:50:10 +02:00
wiz
9984f0d6c9
Merge pull request #1996 from mempool/knorrium/clean_be_deps
...
Remove TSLint from the backend
2022-07-07 13:49:40 +02:00
wiz
c867384a28
Merge pull request #1994 from mempool/update_cypress
...
Update Cypress related dependencies
2022-07-07 13:49:07 +02:00
Felipe Knorr Kuhn
69e8d49f07
Merge branch 'master' into mining_e2e_tests_v2
2022-07-07 04:47:31 -07:00
nymkappa
c089f80685
Re-index related blocks when mining pool.json changes
2022-07-07 13:41:09 +02:00
Stephan Oeste
d26a60ef09
Fix startup scripts in prod install
2022-07-07 12:19:51 +02:00
Felipe Knorr Kuhn
b201cdfb44
Add editorconfig and prettier integration with eslint
2022-07-07 03:02:02 -07:00
Felipe Knorr Kuhn
2eca57cc47
Update CI to trigger on PRs and exclude from ops activities
2022-07-06 16:29:38 -07:00
Felipe Knorr Kuhn
8cdfab50a0
Merge branch 'master' into knorrium/clean_be_deps
2022-07-06 15:11:18 -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
dc90191de7
Merge branch 'master' into mining_e2e_tests_v2
2022-07-06 15:04:08 -07:00
Felipe Knorr Kuhn
28586d357e
Merge branch 'master' into fix_electrum_api
2022-07-06 14:58:13 -07:00
Felipe Knorr Kuhn
e44a3d9858
Merge branch 'master' into knorrium/clean_be_deps
2022-07-06 14:57:59 -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
eaab7178e8
Merge branch 'master' into breathe-effect-framerate
2022-07-06 23:45:29 +02: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
4faf747692
Remove TSLint from the backend
2022-07-06 14:36:50 -07:00
Felipe Knorr Kuhn
f3268ab39a
Merge branch 'master' into update_cypress
2022-07-06 14:33:17 -07: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
Felipe Knorr Kuhn
40afc80da8
Merge branch 'master' into update_cypress
2022-07-06 13:35:09 -07:00
nymkappa
d2ab72390f
Save block predictions results in db and show results in a chart
2022-07-06 22:27:45 +02:00
Felipe Knorr Kuhn
edd96978ae
Update Cypress related dependencies
2022-07-06 13:24:04 -07: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