-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial commit for boot rpc feature * add start rpc to kick off boot node rpc server * fix boot node tests, goimports * remove unused configs and functions from node/boot, cleanup boot metrics, improve boot node test * fix the issue of get default harmony config for boot node * set boot node version, fix dependencies name * goimports, fix boot format * remove downloader from hmy_boot * remove tracer from hmy_boot * remove unused RPCs from hmy_boot * remove unused functions from hmy_boot * fix the issue of nil config for new node/boot * fix getBootAPIs config issue, update boot log tag * fix boot node invalid address issue for local net * fix version flag issue, move version meta data to main * fix boot version info * disable boot rpc * disable Start HHTP and WS endpoints to find the build issue * disable boot apis * remove RpcMethodFilter for boot servers * remove StartServers for boot servers * remove StartServers for boot servers * enable RpcMethodFilter * check build issue by uncommenting a part of code * uncomment startServers for boot host * add http and ws ports flags for boot node RPCs * enable http server for boot * enable ws server for boot * remove unused functions for boot services, add boot node descriptions, improve boot node comments * update HTTP modules and ws modules array for boot rpc * todo for enable services * goimports for cmd/main * update version year for boot node rpc * remove unnecessary configs from boot node RPC configs * remove unnecessary configs from boot node RPC configs * remove group configs from boot node RPC configs * fix the boot node RPC config test * remove a few more unnecessary configs from boot node RPC configs * remove shard configs from boot RPC configs * remove network from boot config * remove auth ports from boot api * remove transaction error from bootnode api * remove extra fields from boot node tests * fix boot node test * remove a few extra functions and tests from internal config for bootn ode * separate structure for boot node meta data * refactor peer info in boot api * set peer id for node configs in boot node api * remove shard-id from boot node metadata, add network to boot node meta data * fix goimports
- Loading branch information
1 parent
952814a
commit 6d9b09d
Showing
101 changed files
with
1,478 additions
and
251 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.