-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(corer-api): remove the legacy API #2439
Conversation
The ci/circleci: test-node11-integration-0 job is failing as of 4d610f852c0830e6424316e0dae897f10e6e1afb. Please review the logs for more information. Once you've pushed the fixes, the build will automatically re-run. Thanks! |
Codecov Report
@@ Coverage Diff @@
## 2.5 #2439 +/- ##
==========================================
- Coverage 68.16% 67.22% -0.95%
==========================================
Files 387 348 -39
Lines 8472 7774 -698
Branches 434 357 -77
==========================================
- Hits 5775 5226 -549
+ Misses 2648 2513 -135
+ Partials 49 35 -14
Continue to review full report at Codecov.
|
…ve-incdec * ArkEcosystem/core/2.6: feat: initial nonce implementation (#2573) Merge develop into 2.5 (#2600) refactor(core-json-rpc): use blockId schema for validation (#2596) chore(core-database-postgres): add core-state dependency (#2598) fix(core-database-postgres): use day instead of date (#2595) refactor: use dayjs as it now has official UTC support (#2592) refactor(core-json-rpc): improved version of #2593 release: 2.3.23 (#2594) fix(core-json-rpc): allow use of old and new block IDs (#2593) fix(core-p2p): do not suspend peer for `AppNotReady` (#2590) chore(changelog): add latest changes for 2.4.0 (#2591) chore(ci): setup node.js 12 on CircleCI (#2474) fix(core-blockchain): divide blocks into smaller chunks for batch processing (#2586) refactor(crypto): fallback to ECDSA signature for version 2 transactions (#2584) fix(core-p2p): don't cause suspensions for unresponsive plugins (#2583) fix(core-p2p): don't cause suspensions for unresponsive plugins test(core-api): set p2p port on dummy peer feat(core): command to generate network configuration (#2582) fix(core-blockchain): delete bad rounds after unclean shutdown (#2581) feat(core-p2p): don't trust headers and verify config and plugin connectivity of peers (#2559) refactor: use ApplicationEvents enum instead of string (#2580) refactor(core-api): enforce "application/json" as content-type refactor(core-api): use pagination configuration limit test(e2e): remove version assertions chore(ci): update CircleCI configuration test(core-tester-cli): update API mock URLs refactor(core-api): register /api/v2 as a transition period fallback (#2578) test(core-api): use address identity refactor(corer-api): remove the legacy API (#2439)
Proposed changes
Removes the legacy API from
ark-node
.Will submit another PR that simplifies a few things, adds backwards compatibility with the
api/v2
URIs and enforces a few things now that v1 deprecated.Types of changes
Checklist