Skip to content
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

rpc: delete all legacy code #1015

Merged
merged 1 commit into from
Jun 26, 2023
Merged

rpc: delete all legacy code #1015

merged 1 commit into from
Jun 26, 2023

Conversation

altergui
Copy link
Contributor

@altergui altergui commented Jun 26, 2023

fix #1008

  • cmd/node: remove flags enableRPC and vochainRPCListen. if used, warn and ignore

  • testsuite: update README.md (vochaintest -> end2endtest)

  • removed:

binaries:

  • ./cmd/vochaintest/

packages:

  • ./httprouter/jsonrpcapi/
  • ./rpcapi/
  • ./rpccensus/
  • ./rpcclient/
  • ./rpctypes/

files:

  • ./service/rpc.go

benchmarks and tests:

  • ./benchmark/api_benchmark_test.go
  • ./benchmark/vochain_benchmark_csp_test.go
  • ./benchmark/vochain_benchmark_test.go
  • ./test/census_test.go
  • ./test/testcommon/rpc.go

@altergui altergui self-assigned this Jun 26, 2023
@altergui altergui requested review from p4u and jordipainan June 26, 2023 18:13
\(^o^)/

 * cmd/node: remove flags enableRPC and vochainRPCListen. if used, warn and ignore

 * testsuite: update README.md (vochaintest -> end2endtest)

 * removed:

binaries:
* ./cmd/vochaintest/

packages:
* ./httprouter/jsonrpcapi/
* ./rpcapi/
* ./rpccensus/
* ./rpcclient/
* ./rpctypes/

files:
* ./service/rpc.go

benchmarks and tests:
* ./benchmark/api_benchmark_test.go
* ./benchmark/vochain_benchmark_csp_test.go
* ./benchmark/vochain_benchmark_test.go
* ./test/census_test.go
* ./test/testcommon/rpc.go
@p4u
Copy link
Member

p4u commented Jun 26, 2023

This is a remarkable moment. Congrats everyone who made this transition possible 🥇 Specially @mvdan & @jordipainan

@p4u p4u merged commit 47a50a0 into main Jun 26, 2023
@p4u p4u deleted the f/rpc-cleanup branch June 26, 2023 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disable RPC
2 participants