{"id":17925555,"url":"https://github.com/harukama/bitshares-p2p","last_synced_at":"2025-07-30T21:12:09.792Z","repository":{"id":149890893,"uuid":"209964213","full_name":"HarukaMa/bitshares-p2p","owner":"HarukaMa","description":"Pocking around p2p protocol of BitShares network.","archived":false,"fork":false,"pushed_at":"2019-09-28T20:05:54.000Z","size":71,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-15T02:34:32.572Z","etag":null,"topics":["bitshares"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HarukaMa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2019-09-21T10:15:32.000Z","updated_at":"2022-01-15T20:39:12.000Z","dependencies_parsed_at":"2024-04-23T03:30:56.985Z","dependency_job_id":"7978d41e-b766-4081-8bd7-45b986ca6899","html_url":"https://github.com/HarukaMa/bitshares-p2p","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarukaMa%2Fbitshares-p2p","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarukaMa%2Fbitshares-p2p/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarukaMa%2Fbitshares-p2p/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarukaMa%2Fbitshares-p2p/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HarukaMa","download_url":"https://codeload.github.com/HarukaMa/bitshares-p2p/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229926085,"owners_count":18145822,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitshares"],"created_at":"2024-10-28T20:56:59.482Z","updated_at":"2024-12-16T07:40:25.024Z","avatar_url":"https://github.com/HarukaMa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Interacting with BitShares nodes through P2P protocol.\n\n### About CityHash\n\nYou will need to change the source code of the python-cityhash library to correctly generate IV used in encryption. It will not work out-of-box due to code changes during integration into BitShares code.\n\n```diff\ndiff --git a/include/city.h b/include/city.h\nindex 94499ce..7080439 100644\n--- a/include/city.h\n+++ b/include/city.h\n@@ -71,8 +71,8 @@ typedef uint32_t uint32;\n typedef uint64_t uint64;\n typedef std::pair\u003cuint64, uint64\u003e uint128;\n\n-inline uint64 Uint128Low64(const uint128\u0026 x) { return x.first; }\n-inline uint64 Uint128High64(const uint128\u0026 x) { return x.second; }\n+inline uint64 Uint128Low64(const uint128\u0026 x) { return x.second; }\n+inline uint64 Uint128High64(const uint128\u0026 x) { return x.first; }\n\n // Hash function for a byte array.\n uint64 CityHash64(const char *buf, size_t len);\n```   \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharukama%2Fbitshares-p2p","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharukama%2Fbitshares-p2p","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharukama%2Fbitshares-p2p/lists"}