Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Reference node properties controlling HTS behavior Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Again clarify use of master Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Update from head of schedule-develop in hashgraph/hedera-services (#2) Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Standardize memos for non-schedule entities (#3) * Standardize memos for non-schedule entities Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Fix typo in field number Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Use google.protobuf.StringValue for new memo fields Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Comment on deprecated memoField choice Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Port schedule txn comments (#5) * Port schedule txn comments Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Add further comments Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Apply the same changes to hedera-protobufs repo. (#4) Signed-off-by: ljianghedera <leo.jiang@hedera.com> Co-authored-by: ljianghedera <leo.jiang@hedera.com> * Separate messages used for balances proto under hedera/streams (#6) * Separate messages used for balances proto under hedera/streams Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Restructure proto directories Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Change java_package for AccountBalanceFile.proto messages Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Extract TokenBalance(s) to BasicTypes Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Include decimals in queries of token/account balances and relationships (#8) Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Include Leemon's edits from Services issue #974 (#10) Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Add scheduled transaction id to TransactionReceipt + ScheduleGetInfo types (#12) * Prepare to tag 0.12.0 release (#11) * Reference node properties controlling HTS behavior Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Again clarify use of master Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Update from head of schedule-develop in hashgraph/hedera-services (#2) Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Standardize memos for non-schedule entities (#3) * Standardize memos for non-schedule entities Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Fix typo in field number Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Use google.protobuf.StringValue for new memo fields Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Comment on deprecated memoField choice Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Port schedule txn comments (#5) * Port schedule txn comments Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Add further comments Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Apply the same changes to hedera-protobufs repo. (#4) Signed-off-by: ljianghedera <leo.jiang@hedera.com> Co-authored-by: ljianghedera <leo.jiang@hedera.com> * Separate messages used for balances proto under hedera/streams (#6) * Separate messages used for balances proto under hedera/streams Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Restructure proto directories Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Change java_package for AccountBalanceFile.proto messages Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Extract TokenBalance(s) to BasicTypes Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Include decimals in queries of token/account balances and relationships (#8) Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Include Leemon's edits from Services issue #974 (#10) Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> Co-authored-by: ljianghedera <leo.jiang@hedera.com> * Update README.md * Add scheduledTransactionID fields to TransactionReceipt and ScheduleGetInfo Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Update README Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> Co-authored-by: ljianghedera <leo.jiang@hedera.com> * 00017 d hcs message size (#19) * Add response code for Hcs message size limit. Signed-off-by: ljianghedera <leo.jiang@hedera.com> * Add the response code for HCS message too large. Signed-off-by: ljianghedera <leo.jiang@hedera.com> * Update protobufs to satisfy revised scheduled txns spec (#15) * Update protobufs to satisfy revised scheduled txns spec Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Improve comment readability Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Make explicit mention of scheduling.whitelist Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Incorporate reviewer feedback Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Standardize on payerAccountID Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Add scheduledTransactionID to ScheduleInfo Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Clarify effects of schedule deletion Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Include expiration time in getScheduleInfo response Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Change now-obsolete UNPARSEABLE_SCHEDULED_TRANSACTION response code to SCHEDULED_TRANSACTION_NOT_IN_WHITELIST; remove UNSCHEDULABLE_TRANSACTION Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Remove unneeded imports Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Replace deleted/executed flags with consensus timestamps Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Update info on ScheduleCreate receipt on duplicate creation Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Incorporate reviewer feedback Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Use oneof to enforce mutual exclusion of schedule deletion and execution Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Use lower_snake_case for field names in oneof to ease transition to standard naming convention Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Redirect to ResponseCode doc section from Schedule* ops Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Add ThrottleDefinitions types (#23) * Create ThrottleDefinitions message Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Add throttle-specific response codes Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Add more general response codes for throttle defs Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Add comments to the throttle types Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Clarify some comments Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Update to milliOpsPerSec/burstPeriodMs Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Fix typo Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Be more concise Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Be explicit about milli-ops Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Emphasize only ed25519 keys are supported (#26) Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Revise address book types to 0.13.0 standard (#27) * Update to final version of address book messages Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Align with issue 750 consensus format Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Change ServiceEndpoint types Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Match comments from issue Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Update comment Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Add details Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Specify fallback use of deprecated fields Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> * Minor revision Signed-off-by: tinker-michaelj <michael.tinker@hedera.com> Co-authored-by: ljianghedera <leo.jiang@hedera.com> Co-authored-by: ljianghedera <55505519+ljianghedera@users.noreply.github.com>
- Loading branch information