Commit Graph

  • d607cb6a7b chore: update protobuf + gRPC toolchains main Nex Zhu 2024-03-06 15:37:53 +0800
  • b74f3fe89c
    fix: fix gRPC-Gateway to v2.2.0 for now Nex Zhu 2022-11-14 09:23:46 +0800
  • 4ca1f0309d
    fix: Block.witness_signatures Nex Zhu 2022-11-14 03:17:23 +0800
  • ae35d605b1
    feat: add Block.creator_signature and Block.witness_signatures Nex Zhu 2022-11-14 01:22:04 +0800
  • 94743e9a17
    feat: add offset param to GetRecentBlocks Nex Zhu 2021-09-09 09:08:49 +0800
  • 0d8ac0a76d
    docs: wip, add English docs Nex Zhu 2021-07-22 22:25:57 +0800
  • a0fab83cef
    fix: ts-proto: --ts_proto_opt=env=node Nex Zhu 2021-07-22 18:54:54 +0800
  • 070e76bcc7
    fix: ts-proto: --ts_proto_opt=esModuleInterop=true Nex Zhu 2021-07-22 18:45:01 +0800
  • dc6ca140e7
    feat: add ts-proto for new TypeScript SDK Nex Zhu 2021-07-22 16:21:15 +0800
  • 345adce56e
    docs: update Nex Zhu 2021-07-20 09:36:57 +0800
  • 9d77f65495
    refactor: support invoke tasks.py from other dir Nex Zhu 2021-07-16 18:13:11 +0800
  • 6839c4f573
    feat: support generating TypeScript definitions to be used with @grpc/proto-loader Nex Zhu 2021-07-15 15:30:07 +0800
  • 6b2c291f27
    style: gen.sh Nex Zhu 2021-07-15 14:41:32 +0800
  • a0aa79ba13
    docs: update tool versions in README.md Nex Zhu 2021-07-14 17:33:28 +0800
  • 7caa7a9e9a
    chore: update gRPC tools and grpc_tools_node_protoc_ts Nex Zhu 2021-07-14 17:05:58 +0800
  • 286a348b6f chore: update gRPC tools Nex 2021-02-12 21:12:20 +0800
  • b6ebbaa879 fix: gen scripts > gohttp Nex 2021-02-12 21:10:12 +0800
  • 486291351a docs: update query APIs' docs Nex 2021-01-19 16:20:35 +0800
  • 497aeb1216 docs: update protoc-gen-go Nex 2020-12-07 16:40:34 +0800
  • b182e369c6 docs: update outdated README Nex 2020-12-07 16:32:36 +0800
  • b256c1f80b docs: add OpenAPI docs Nex 2020-12-05 11:11:36 +0800
  • a6d6428393 feat(grpc): add npm package, update Node.js & TypeScript gRPC code and gen scripts Nex 2020-11-17 00:43:10 +0800
  • 0845a71aba fix: gen scripts Nex 2020-09-22 16:27:50 +0800
  • bd3165747c chore: update protobuf * gRPC toolchains Nex 2020-09-22 16:21:24 +0800
  • c331546099 update API docs Nex 2020-09-04 12:29:54 +0800
  • affc42e963 add HTTP endpoint for Query.GetRecentBlocks Nex 2020-09-04 12:29:38 +0800
  • d775b43e96 Add query.GetRecentBlocks Nex 2020-09-04 12:22:44 +0800
  • 9cf9fb061b fix GetTransactionByBlockHashAndIndex HTTP API path Nex 2020-07-29 15:58:50 +0800
  • 59f3e6a248 Add grpc_validator Nex 2020-06-16 15:12:53 +0800
  • c2228d5601 Update grpc-gateway config: Fix '/' in base64 hash Nex 2020-06-15 14:28:42 +0800
  • c32a9b8ce7 Add Transaction.block_timestamp Nex 2020-06-15 07:29:47 +0800
  • eb604852a8 Update grpc-gateway config Nex 2020-06-12 18:20:27 +0800
  • 388c9f4913 Update java_outer_classname Nex 2020-06-12 18:16:08 +0800
  • 27d18d5695 Update go_path Nex 2020-06-11 19:03:52 +0800
  • c81305e766 Fix grpc-gateway config Nex 2020-06-11 16:00:46 +0800
  • 2ec22cc92b Add grpc-gateway for HTTP JSON API Nex 2020-06-08 17:24:03 +0800
  • f6004a9ee8 Add SendTransactionRequest.Transaction.nonce Nex 2020-05-25 21:36:58 +0800
  • 652b633e71 Add Block.Creator and Block.Nonce Nex 2020-04-21 00:46:04 +0800
  • 9d0a08fe5d Rename go_package to prevent import name conflict Nex 2020-04-20 21:10:59 +0800
  • 948934bb52 Upgrade protoc-gen-go to v1.4.0 Nex 2020-04-19 12:07:59 +0800
  • 60aed81a2a update gen.sh Hu Yingcong 2020-04-08 02:26:57 +0800
  • 51da6d60f4 Update gen.bat with -a option Nex 2020-04-08 00:49:17 +0800
  • b866dc7fce Update go_package Nex 2020-04-07 23:52:14 +0800
  • 609f65626c Update scripts Nex 2020-04-07 22:21:55 +0800
  • 6ce31075db Add API documentation Nex 2020-04-07 21:56:57 +0800
  • 935d130a98 Restructure project Nex 2020-04-07 21:28:09 +0800
  • af67a473c9 Adjust go_package option Nex 2020-04-07 19:43:59 +0800
  • a55de9c852 Upgrade to https://blog.golang.org/protobuf-apiv2 Nex 2020-04-07 19:29:14 +0800
  • f5b60712a9 Refactor structure Nex 2020-04-07 19:28:39 +0800
  • 7c0258f895 Remove VsCode settings Nex 2020-04-05 11:46:08 +0800
  • 3d9e561f21 Merge branch 'master' of ssh://phabricator.internetapi.cn/source/bdledger-grpc-api Nex 2020-04-05 11:40:44 +0800
  • cb5dd94140 Format Nex 2020-04-05 11:40:37 +0800
  • 0f41b0eb9c change contract in common OliveDS 2020-04-03 20:57:08 +0800
  • 6be578b502 Merge branch 'master' of ssh://phabricator.internetapi.cn/source/bdledger-grpc-api OliveDS 2020-04-03 19:16:26 +0800
  • 9f8985cd33 Add include_transactions option to getBlocks API Nex 2020-04-02 17:24:11 +0800
  • 87107ad3db Add timestamps to count* API responses Nex 2020-04-02 17:23:36 +0800
  • dda6f352e4 contract proto OliveDS 2020-03-31 21:19:44 +0800
  • 5ae9bb3cb3 Fix Node.js gen scripts Nex 2020-03-15 10:47:53 +0800
  • 45081f759e Add node.js gen scripts Nex 2020-03-14 21:48:59 +0800
  • cfe8dd42e3 Edit comment Nex 2020-03-10 00:10:34 +0800
  • d80d6d2544 Move required field up in BlocksRequest and TransactionsRequest Nex 2020-03-09 22:28:26 +0800
  • 0c405e4b51 Update scripts Nex 2020-03-07 13:53:11 +0800
  • d97330571e Format scripts Nex 2020-03-07 13:53:11 +0800
  • 2d75620457 Rename service 'TransactionLedger' to 'Ledger' Nex 2020-03-07 13:52:06 +0800
  • c1b575d50c Format Nex 2020-03-07 13:15:29 +0800
  • 5ff6cc24ee Update Block, remove 'index', add 'transaction_count' Nex 2020-03-07 13:14:49 +0800
  • bbe9b2123d Fix name: full_transaction -> full_transactions Nex 2020-03-06 10:01:02 +0800
  • 08f427899c change go_package path huyingcong 2020-01-08 10:03:39 +0800
  • c8ff7cd6f7 rename package name in query_service.go to fix redeclarations huyingcong 2019-11-29 16:51:33 +0800
  • d8173a5529 delete required field in query_service.proto, for the imcompatibilty in proto3 huyingcong 2019-11-27 11:41:57 +0800
  • de035bd3bc add hash query huyingcong 2019-11-25 21:23:49 +0800
  • 3dc5c90025 update package name MYLS 2019-09-26 18:06:06 +0800
  • 70d4bb0f0c Update test.md Nex 2019-04-23 22:28:03 +0800
  • 37998602e9 Update test.md Nex 2019-04-23 21:27:49 +0800
  • 72a517f36a Update docs Nex 2019-04-23 18:25:47 +0800
  • d2792917e7 Update docs Nex 2019-04-23 15:29:11 +0800
  • e6ab7c4630 Update packages Nex 2019-04-23 15:22:19 +0800
  • 62e3d389b8 Update java_package Nex 2019-04-23 14:50:57 +0800
  • 38c7425443 Update docs.md for "gRPC API" documentation on Phabricator Nex 2019-04-23 14:29:55 +0800
  • 3fabbcc3d5 Merge remote-tracking branch 'origin/master' Nex 2019-04-23 14:27:17 +0800
  • 87d3dac8dc Add docs.md for "gRPC API" documentation on Phabricator Nex 2019-04-23 14:26:47 +0800
  • dc2b13e29e change timestamp from unsigned to signed MYLS 2018-12-26 16:09:18 +0800
  • aebe14d75f Change Block.witness to witnesses in TxLedger Nex 2018-12-12 11:03:52 +0800
  • def8e3feab 1. Add new TxLedger APIs: BlockCount, GetBlocks 2. Update AcChain APIs 3. Change hashes from 32 bytes to 20 bytes Nex 2018-12-11 15:57:06 +0800
  • 07f1e05962 Update test.md for TransactionType: CONTRACT_STATUS Nex 2018-11-27 21:25:01 +0800
  • c276a61542 Add TransactionType: CONTRACT_STATUS Nex 2018-11-27 21:13:44 +0800
  • e94f067e26 Add web platform Nex 2018-10-31 15:31:46 +0800
  • e402bf1ef2 update go package hierarchy MYLS 2018-10-18 12:09:22 +0800
  • 4f5339a91d Fix typo Nex 2018-10-14 21:21:24 +0800
  • 3c7efb095d Fix package info in error_details.proto Nex 2018-10-11 16:04:57 +0800
  • f9452659ca Adjust error info Nex 2018-10-11 15:09:45 +0800
  • ebc381a760 Fix typos in test.md Nex 2018-10-11 14:23:24 +0800
  • b34ec3a1f3 Merge Nex 2018-10-11 02:40:50 +0800
  • 8e9d10c38b Format test.md Nex 2018-10-11 02:26:22 +0800
  • d58bea485d do some cleaning wuyi 2018-10-10 16:24:06 +0800
  • 77f2402609 update .gitignore wuyi 2018-10-10 13:38:33 +0800
  • b88cbe1bef add mockserver wuyi 2018-10-10 11:56:23 +0800
  • 3cc3172974 Add test directory Nex 2018-10-09 23:22:43 +0800
  • 3f3870ef5b Fix typo in test.md Nex 2018-10-09 21:32:13 +0800
  • 3ebf91f954 Modify test.md Nex 2018-10-09 18:14:37 +0800