Commit graph

  • d3605ec7de pkg/rpc: sort consts Ciro S. Costa 2021-06-12 12:09:43 -0400
  • 98e24e202d pkg/http: document client constructor Ciro S. Costa 2021-06-12 11:59:07 -0400
  • bef12c7374 readme: contact info Ciro S. Costa 2021-06-12 11:55:24 -0400
  • c7f0a16c32 readme: add link to pkg.go.dev; minor updates Ciro S. Costa 2021-06-12 11:54:02 -0400
  • 2935fed9ba source formatting: golint Ciro S. Costa 2021-06-12 11:46:46 -0400
  • ce6332cc39 pkg: source formatting Ciro S. Costa 2021-06-12 11:42:51 -0400
  • 3442bea9fd pkg: fix typo Ciro S. Costa 2021-06-12 11:42:06 -0400
  • e7d627d09a pkg/rpc: fix nil err in unmarshal of getblock Ciro S. Costa 2021-06-12 11:40:53 -0400
  • 14014cdd11 pkg/rpc: separate methods vs endpoints Ciro S. Costa 2021-06-12 11:39:13 -0400
  • 42d84b912b pkg: unexport methods; cmd: common factory Ciro S. Costa 2021-06-12 10:04:11 -0400
  • 87e9058fc3 pkg/rpc: document dump transport Ciro S. Costa 2021-06-12 09:12:55 -0400
  • abdd05f886 remove crawler; add donate Ciro S. Costa 2021-06-12 09:07:14 -0400
  • 6d98b46038 move crawl parsing to hack dir Ciro S. Costa 2021-06-12 08:24:00 -0400
  • 0d7d31ee77 daemonrpc -> rpc Ciro S. Costa 2021-06-12 08:17:46 -0400
  • df554449ea remove unrelated utilities Ciro S. Costa 2021-06-10 18:33:23 -0400
  • 495dda61a0 add relaytx Ciro S. Costa 2021-06-06 12:24:17 -0400
  • 180628531f add rpc access tracking Ciro S. Costa 2021-06-06 11:56:02 -0400
  • 7aafaafefb cmd: add get-height Ciro S. Costa 2021-06-01 17:15:08 -0400
  • 146d43113f cmd: get-net-stats Ciro S. Costa 2021-05-31 15:53:46 -0400
  • b2df3fb0d9 pkg: get-height Ciro S. Costa 2021-05-31 15:37:16 -0400
  • 470cb7ba3c pkg: fix nil pointer in get-txns Ciro S. Costa 2021-05-31 15:05:24 -0400
  • f3f749572a readme: update list of cmds Ciro S. Costa 2021-05-31 14:51:15 -0400
  • 3e26e8c4e4 cmd: get-block Ciro S. Costa 2021-05-31 14:50:33 -0400
  • 4dd1b58438 cmd: add get-transactions Ciro S. Costa 2021-05-31 14:28:05 -0400
  • c273f953a3 cmd: peerlist Ciro S. Costa 2021-05-31 10:50:56 -0400
  • a2b5d366c2 cmd: add hard-fork-info Ciro S. Costa 2021-05-31 08:52:31 -0400
  • 9895ffc88e cmd: get_bans/get_alternate_chains Ciro S. Costa 2021-05-25 14:38:19 -0400
  • 2ba387574b methods: fix blockheader Ciro S. Costa 2021-05-25 08:55:20 -0400
  • fd03dfddd5 cmd: get-last-block-header Ciro S. Costa 2021-05-22 18:32:37 -0400
  • da415428b9 cmd: add get-tx-pool-stats Ciro S. Costa 2021-05-22 13:23:58 -0400
  • 70e716d470 crawl: add country lookup Ciro S. Costa 2021-04-25 19:18:55 -0400
  • 321f0e0383 cmd: add geoip Ciro S. Costa 2021-04-25 18:09:25 -0400
  • 18957996aa daemonrpc: add context to all calls Ciro S. Costa 2021-04-25 17:33:35 -0400
  • edae598aa2 readme: remove TODO Ciro S. Costa 2021-04-25 17:03:20 -0400
  • 1ab846b4f2 readme: add comments to levin's example Ciro S. Costa 2021-04-25 17:00:19 -0400
  • 6d95777fd8 readme: go get Ciro S. Costa 2021-04-25 16:58:38 -0400
  • 9a112b2681 readme: update help copy Ciro S. Costa 2021-04-25 16:57:50 -0400
  • 13594f863c readme: kickstart a proper readme Ciro S. Costa 2021-04-25 16:57:16 -0400
  • 5e09fd4047 pkg/levin: local_peerlist_new -> node Ciro S. Costa 2021-04-25 16:41:24 -0400
  • 8fdd71fd91 cmd/crawl: add socks5 support Ciro S. Costa 2021-04-24 17:21:00 -0400
  • 22f6cdf208 add parsing of both node_data and payload_data Ciro S. Costa 2021-04-24 17:09:35 -0400
  • 0ffd1c5a04 add socks5 support to levin client Ciro S. Costa 2021-04-24 16:33:35 -0400
  • ee0247eca0 crawl: write visited addresses to file Ciro S. Costa 2021-04-23 16:26:42 -0400
  • 4ba933615e crawl: implement first pass Ciro S. Costa 2021-04-23 16:05:18 -0400
  • 4b3970344d cmd: remove p2pping Ciro S. Costa 2021-04-21 18:28:03 -0400
  • 07252dc77e cmd/monero: p2p-handshake --> p2p-peer-list Ciro S. Costa 2021-04-21 08:36:06 -0400
  • 9113a20dcc make: debug Ciro S. Costa 2021-04-21 08:35:55 -0400
  • 67c0d9ebc1 readme: update last items worked on Ciro S. Costa 2021-04-20 21:58:10 -0400
  • 45f3c917a1 test: capture node p2p ips from deserial' struct Ciro S. Costa 2021-04-20 21:56:45 -0400
  • b02e1a123a hex-vis: add bits vis Ciro S. Costa 2021-04-20 21:56:28 -0400
  • 606018ae3b levin: add array parsing Ciro S. Costa 2021-04-20 21:15:26 -0400
  • 2ba1d2bb0d cmd/test: read portable storage from file Ciro S. Costa 2021-04-20 19:21:54 -0400
  • 0075d63f87 readme: update levin status Ciro S. Costa 2021-04-20 19:13:30 -0400
  • ba66d116cc levin: improve byte reading Ciro S. Costa 2021-04-20 19:12:24 -0400
  • f47c68f6de make: add test-debug Ciro S. Costa 2021-04-20 19:12:11 -0400
  • 4e97c5e407 hex-vis: handle bytes Ciro S. Costa 2021-04-20 19:11:23 -0400
  • f406fd65d7 pkg/levin: add test for payload "header" Ciro S. Costa 2021-04-19 10:49:58 -0400
  • 6a9d610ab0 hex-vis: add hex to decimal Ciro S. Costa 2021-04-19 10:40:26 -0400
  • 77dde244bb pkg: remove unused file Ciro S. Costa 2021-04-19 10:29:48 -0400
  • c640e1b732 remove unused test Ciro S. Costa 2021-04-19 10:29:32 -0400
  • ee0f9901b8 portable_storage: fix misconstructed test Ciro S. Costa 2021-04-19 09:30:14 -0400
  • a455aad807 add spew (for hex-vis) Ciro S. Costa 2021-04-19 09:30:06 -0400
  • 6e9b3bd30c gitignore: ignore binary msgs saved for debuging Ciro S. Costa 2021-04-19 09:29:08 -0400
  • fefcb2f558 cmd: add hex-vis Ciro S. Costa 2021-04-19 09:18:08 -0400
  • 598a420bed fix serialization + boost codes Ciro S. Costa 2021-04-19 09:05:07 -0400
  • 79029ea95b p2p: attempt to perform handshake Ciro S. Costa 2021-04-19 03:51:17 -0400
  • a8dcbfb3cb levin: add portablestorage serialization Ciro S. Costa 2021-04-19 03:30:08 -0400
  • 4e0e4c6c3b readme: add levin status Ciro S. Costa 2021-04-18 11:16:21 -0400
  • 2cbc2287e6 readme: thanks Ciro S. Costa 2021-04-18 10:11:24 -0400
  • 5c85efa755 levin: remove check for exp response in response Ciro S. Costa 2021-04-18 10:02:36 -0400
  • c6bac23042 levin: add header packet parsing Ciro S. Costa 2021-04-18 09:55:29 -0400
  • 2d046f2d90 levin: manually encode Ciro S. Costa 2021-04-18 08:04:42 -0400
  • 07e9119338 start implementing levin Ciro S. Costa 2021-04-17 19:58:31 -0400
  • bb99349a3d
    ci: setup gh actions Ciro S. Costa 2021-04-17 14:56:49 -0400
  • 3cc5cf5851 remove unused main.go Ciro S. Costa 2021-04-17 14:56:06 -0400
  • 067473c5e3 readme: add description Ciro S. Costa 2021-04-17 14:53:12 -0400
  • 6449ca0a26 add get-transaction-pool Ciro S. Costa 2021-04-17 14:50:55 -0400
  • 2250ecdc6d add sync-info Ciro S. Costa 2021-04-17 12:23:21 -0400
  • 387f15ba7a get-fee-estimate: add result type Ciro S. Costa 2021-04-17 12:22:50 -0400
  • 071f2db944 add get-fee-estimate Ciro S. Costa 2021-04-17 12:13:31 -0400
  • ede6b0f563 add get-coinbase-tx-sum Ciro S. Costa 2021-04-17 11:57:23 -0400
  • 643d4ec210 reamde: sort todo Ciro S. Costa 2021-04-17 11:46:44 -0400
  • b61379fb9c add get-info Ciro S. Costa 2021-04-17 11:45:43 -0400
  • 761bb73e3f get-connections: mention that it's restricted Ciro S. Costa 2021-04-16 18:11:51 -0400
  • a4fa8fcd49 add get_connections Ciro S. Costa 2021-04-16 18:11:28 -0400
  • e679267237 add readme Ciro S. Costa 2021-04-16 17:26:10 -0400
  • b86560a14c add get-block-template Ciro S. Costa 2021-04-16 17:23:54 -0400
  • 086d7f9970 add on_get_block_hash Ciro S. Costa 2021-04-16 15:38:29 -0400
  • dbd6e16581 bootstrap jsonrpc + get_block_count Ciro S. Costa 2021-04-16 14:54:56 -0400
  • f74c131a5a init Ciro S. Costa 2021-04-16 09:54:12 -0400