Browse Source

rpc: make gasWanted/Used snake_case (#5137)

## Description

THis pr adds `json_name` to replace proto generated json tags. 

Closes: #5111
pull/5141/head
Marko 4 years ago
committed by GitHub
parent
commit
909163afa8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 187 additions and 186 deletions
  1. +1
    -0
      CHANGELOG_PENDING.md
  2. +172
    -172
      abci/types/types.pb.go
  3. +4
    -4
      proto/tendermint/abci/types.proto
  4. +10
    -10
      rpc/swagger/swagger.yaml

+ 1
- 0
CHANGELOG_PENDING.md View File

@ -15,6 +15,7 @@ Friendly reminder, we have a [bug bounty program](https://hackerone.com/tendermi
- [privval] \#4582 `round` in private_validator_state.json is no longer a string in json it is now a number
- [rpc] [\#4792](https://github.com/tendermint/tendermint/pull/4792) `/validators` are now sorted by voting power (@melekes)
- [rpc] \#4937 Return an error when `page` pagination param is 0 in `/validators`, `tx_search` (@melekes)
- [rpc] \#5137 The json tags of `gasWanted` & `gasUsed` in `ResponseCheckTx` & `ResponseDeliverTx` have been made snake_case. (`gas_wanted` & `gas_used`)
- Apps


+ 172
- 172
abci/types/types.pb.go View File

@ -1919,8 +1919,8 @@ type ResponseCheckTx struct {
Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
Log string `protobuf:"bytes,3,opt,name=log,proto3" json:"log,omitempty"`
Info string `protobuf:"bytes,4,opt,name=info,proto3" json:"info,omitempty"`
GasWanted int64 `protobuf:"varint,5,opt,name=gas_wanted,json=gasWanted,proto3" json:"gas_wanted,omitempty"`
GasUsed int64 `protobuf:"varint,6,opt,name=gas_used,json=gasUsed,proto3" json:"gas_used,omitempty"`
GasWanted int64 `protobuf:"varint,5,opt,name=gas_wanted,proto3" json:"gas_wanted,omitempty"`
GasUsed int64 `protobuf:"varint,6,opt,name=gas_used,proto3" json:"gas_used,omitempty"`
Events []Event `protobuf:"bytes,7,rep,name=events,proto3" json:"events,omitempty"`
Codespace string `protobuf:"bytes,8,opt,name=codespace,proto3" json:"codespace,omitempty"`
}
@ -2019,8 +2019,8 @@ type ResponseDeliverTx struct {
Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
Log string `protobuf:"bytes,3,opt,name=log,proto3" json:"log,omitempty"`
Info string `protobuf:"bytes,4,opt,name=info,proto3" json:"info,omitempty"`
GasWanted int64 `protobuf:"varint,5,opt,name=gas_wanted,json=gasWanted,proto3" json:"gas_wanted,omitempty"`
GasUsed int64 `protobuf:"varint,6,opt,name=gas_used,json=gasUsed,proto3" json:"gas_used,omitempty"`
GasWanted int64 `protobuf:"varint,5,opt,name=gas_wanted,proto3" json:"gas_wanted,omitempty"`
GasUsed int64 `protobuf:"varint,6,opt,name=gas_used,proto3" json:"gas_used,omitempty"`
Events []Event `protobuf:"bytes,7,rep,name=events,proto3" json:"events,omitempty"`
Codespace string `protobuf:"bytes,8,opt,name=codespace,proto3" json:"codespace,omitempty"`
}
@ -3151,174 +3151,174 @@ func init() {
func init() { proto.RegisterFile("tendermint/abci/types.proto", fileDescriptor_252557cfdd89a31a) }
var fileDescriptor_252557cfdd89a31a = []byte{
// 2667 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x5a, 0x3b, 0x77, 0x1b, 0xc7,
0x15, 0xc6, 0x1b, 0xd8, 0x4b, 0xe2, 0xc1, 0x11, 0x2d, 0xc3, 0x90, 0x44, 0xca, 0xab, 0x63, 0xc7,
0x92, 0x6d, 0x32, 0xa1, 0x8e, 0x14, 0x29, 0x76, 0x62, 0x13, 0x30, 0x14, 0xd0, 0x92, 0x49, 0x66,
0x49, 0x49, 0x79, 0x59, 0xeb, 0x01, 0x76, 0x08, 0xac, 0x05, 0xec, 0xae, 0xb1, 0x03, 0x8a, 0x74,
0x97, 0x38, 0x95, 0xd2, 0x38, 0x5d, 0x1a, 0x77, 0x29, 0xf2, 0x13, 0x52, 0xa5, 0x76, 0xe9, 0x32,
0x95, 0x92, 0x23, 0x9d, 0x34, 0xf9, 0x03, 0x29, 0x93, 0x33, 0x8f, 0x7d, 0x01, 0x58, 0x00, 0xb4,
0xd3, 0xa5, 0x9b, 0xc7, 0xbd, 0x77, 0x71, 0x67, 0xe6, 0x7e, 0xf3, 0xdd, 0x3b, 0x80, 0x0b, 0x94,
0x58, 0x06, 0x19, 0x0e, 0x4c, 0x8b, 0x6e, 0xe2, 0x76, 0xc7, 0xdc, 0xa4, 0xa7, 0x0e, 0x71, 0x37,
0x9c, 0xa1, 0x4d, 0x6d, 0x54, 0x0e, 0x26, 0x37, 0xd8, 0x64, 0xed, 0x52, 0x48, 0xba, 0x33, 0x3c,
0x75, 0xa8, 0xbd, 0xe9, 0x0c, 0x6d, 0xfb, 0x48, 0xc8, 0xd7, 0x2e, 0x86, 0xa6, 0xb9, 0x9d, 0xb0,
0xb5, 0xc8, 0xac, 0x54, 0x7e, 0x4c, 0x4e, 0xbd, 0xd9, 0x4b, 0x13, 0xba, 0x0e, 0x1e, 0xe2, 0x81,
0x37, 0xbd, 0xde, 0xb5, 0xed, 0x6e, 0x9f, 0x6c, 0xf2, 0x5e, 0x7b, 0x74, 0xb4, 0x49, 0xcd, 0x01,
0x71, 0x29, 0x1e, 0x38, 0x52, 0x60, 0xb5, 0x6b, 0x77, 0x6d, 0xde, 0xdc, 0x64, 0x2d, 0x31, 0xaa,
0xfe, 0xa1, 0x00, 0x79, 0x8d, 0x7c, 0x36, 0x22, 0x2e, 0x45, 0x5b, 0x90, 0x21, 0x9d, 0x9e, 0x5d,
0x4d, 0x5e, 0x4e, 0xbe, 0xb1, 0xb4, 0x75, 0x71, 0x63, 0xcc, 0xb9, 0x0d, 0x29, 0xd7, 0xec, 0xf4,
0xec, 0x56, 0x42, 0xe3, 0xb2, 0xe8, 0x06, 0x64, 0x8f, 0xfa, 0x23, 0xb7, 0x57, 0x4d, 0x71, 0xa5,
0x4b, 0x71, 0x4a, 0x77, 0x98, 0x50, 0x2b, 0xa1, 0x09, 0x69, 0xf6, 0x29, 0xd3, 0x3a, 0xb2, 0xab,
0xe9, 0xd9, 0x9f, 0xda, 0xb1, 0x8e, 0xf8, 0xa7, 0x98, 0x2c, 0xaa, 0x03, 0xb8, 0x84, 0xea, 0xb6,
0x43, 0x4d, 0xdb, 0xaa, 0x66, 0xb8, 0xe6, 0xab, 0x71, 0x9a, 0x07, 0x84, 0xee, 0x71, 0xc1, 0x56,
0x42, 0x53, 0x5c, 0xaf, 0xc3, 0x6c, 0x98, 0x96, 0x49, 0xf5, 0x4e, 0x0f, 0x9b, 0x56, 0x35, 0x3b,
0xdb, 0xc6, 0x8e, 0x65, 0xd2, 0x06, 0x13, 0x64, 0x36, 0x4c, 0xaf, 0xc3, 0x5c, 0xfe, 0x6c, 0x44,
0x86, 0xa7, 0xd5, 0xdc, 0x6c, 0x97, 0x7f, 0xc6, 0x84, 0x98, 0xcb, 0x5c, 0x1a, 0x35, 0x61, 0xa9,
0x4d, 0xba, 0xa6, 0xa5, 0xb7, 0xfb, 0x76, 0xe7, 0x71, 0x35, 0xcf, 0x95, 0xd5, 0x38, 0xe5, 0x3a,
0x13, 0xad, 0x33, 0xc9, 0x56, 0x42, 0x83, 0xb6, 0xdf, 0x43, 0xef, 0x42, 0xa1, 0xd3, 0x23, 0x9d,
0xc7, 0x3a, 0x3d, 0xa9, 0x16, 0xb8, 0x8d, 0xf5, 0x38, 0x1b, 0x0d, 0x26, 0x77, 0x78, 0xd2, 0x4a,
0x68, 0xf9, 0x8e, 0x68, 0x32, 0xff, 0x0d, 0xd2, 0x37, 0x8f, 0xc9, 0x90, 0xe9, 0x2b, 0xb3, 0xfd,
0xff, 0x40, 0x48, 0x72, 0x0b, 0x8a, 0xe1, 0x75, 0xd0, 0x7b, 0xa0, 0x10, 0xcb, 0x90, 0x6e, 0x00,
0x37, 0x71, 0x39, 0xf6, 0xac, 0x58, 0x86, 0xe7, 0x44, 0x81, 0xc8, 0x36, 0xba, 0x05, 0xb9, 0x8e,
0x3d, 0x18, 0x98, 0xb4, 0xba, 0xc4, 0xb5, 0xd7, 0x62, 0x1d, 0xe0, 0x52, 0xad, 0x84, 0x26, 0xe5,
0xd1, 0x2e, 0x94, 0xfa, 0xa6, 0x4b, 0x75, 0xd7, 0xc2, 0x8e, 0xdb, 0xb3, 0xa9, 0x5b, 0x5d, 0xe6,
0x16, 0x5e, 0x8b, 0xb3, 0x70, 0xcf, 0x74, 0xe9, 0x81, 0x27, 0xdc, 0x4a, 0x68, 0xc5, 0x7e, 0x78,
0x80, 0xd9, 0xb3, 0x8f, 0x8e, 0xc8, 0xd0, 0x37, 0x58, 0x2d, 0xce, 0xb6, 0xb7, 0xc7, 0xa4, 0x3d,
0x7d, 0x66, 0xcf, 0x0e, 0x0f, 0xa0, 0x5f, 0xc1, 0xb9, 0xbe, 0x8d, 0x0d, 0xdf, 0x9c, 0xde, 0xe9,
0x8d, 0xac, 0xc7, 0xd5, 0x12, 0x37, 0x7a, 0x35, 0xf6, 0x47, 0xda, 0xd8, 0xf0, 0x4c, 0x34, 0x98,
0x42, 0x2b, 0xa1, 0xad, 0xf4, 0xc7, 0x07, 0xd1, 0x23, 0x58, 0xc5, 0x8e, 0xd3, 0x3f, 0x1d, 0xb7,
0x5e, 0xe6, 0xd6, 0xaf, 0xc5, 0x59, 0xdf, 0x66, 0x3a, 0xe3, 0xe6, 0x11, 0x9e, 0x18, 0xad, 0xe7,
0x21, 0x7b, 0x8c, 0xfb, 0x23, 0xa2, 0x7e, 0x0f, 0x96, 0x42, 0xa1, 0x8e, 0xaa, 0x90, 0x1f, 0x10,
0xd7, 0xc5, 0x5d, 0xc2, 0x91, 0x41, 0xd1, 0xbc, 0xae, 0x5a, 0x82, 0xe5, 0x70, 0x78, 0xab, 0x03,
0x5f, 0x91, 0x05, 0x2e, 0x53, 0x3c, 0x26, 0x43, 0x97, 0x45, 0xab, 0x54, 0x94, 0x5d, 0x74, 0x05,
0x8a, 0xfc, 0xf8, 0xe8, 0xde, 0x3c, 0x43, 0x8f, 0x8c, 0xb6, 0xcc, 0x07, 0x1f, 0x48, 0xa1, 0x75,
0x58, 0x72, 0xb6, 0x1c, 0x5f, 0x24, 0xcd, 0x45, 0xc0, 0xd9, 0x72, 0xa4, 0x80, 0xfa, 0x23, 0xa8,
0x8c, 0x47, 0x3b, 0xaa, 0x40, 0xfa, 0x31, 0x39, 0x95, 0xdf, 0x63, 0x4d, 0xb4, 0x2a, 0xdd, 0xe2,
0xdf, 0x50, 0x34, 0xe9, 0xe3, 0x9f, 0x52, 0xbe, 0xb2, 0x1f, 0xe6, 0xe8, 0x16, 0x64, 0x18, 0x6a,
0x4a, 0x00, 0xac, 0x6d, 0x08, 0x48, 0xdd, 0xf0, 0x20, 0x75, 0xe3, 0xd0, 0x83, 0xd4, 0x7a, 0xe1,
0xeb, 0x67, 0xeb, 0x89, 0x2f, 0xff, 0xbe, 0x9e, 0xd4, 0xb8, 0x06, 0x7a, 0x85, 0x45, 0x25, 0x36,
0x2d, 0xdd, 0x34, 0xe4, 0x77, 0xf2, 0xbc, 0xbf, 0x63, 0xa0, 0xbb, 0x50, 0xe9, 0xd8, 0x96, 0x4b,
0x2c, 0x77, 0xe4, 0xea, 0x02, 0xb2, 0x25, 0xec, 0x4d, 0x46, 0x4d, 0xc3, 0x13, 0xdc, 0xe7, 0x72,
0x5a, 0xb9, 0x13, 0x1d, 0x40, 0x77, 0x00, 0x8e, 0x71, 0xdf, 0x34, 0x30, 0xb5, 0x87, 0x6e, 0x35,
0x73, 0x39, 0x3d, 0xd5, 0xcc, 0x03, 0x4f, 0xe4, 0xbe, 0x63, 0x60, 0x4a, 0xea, 0x19, 0xf6, 0x6b,
0xb5, 0x90, 0x26, 0x7a, 0x1d, 0xca, 0xd8, 0x71, 0x74, 0x97, 0x62, 0x4a, 0xf4, 0xf6, 0x29, 0x25,
0x2e, 0x07, 0xc3, 0x65, 0xad, 0x88, 0x1d, 0xe7, 0x80, 0x8d, 0xd6, 0xd9, 0xa0, 0x6a, 0xf8, 0x3b,
0xcc, 0xd1, 0x0c, 0x21, 0xc8, 0x18, 0x98, 0x62, 0xbe, 0x42, 0xcb, 0x1a, 0x6f, 0xb3, 0x31, 0x07,
0xd3, 0x9e, 0xf4, 0x9b, 0xb7, 0xd1, 0x79, 0xc8, 0xf5, 0x88, 0xd9, 0xed, 0x51, 0xee, 0x6a, 0x5a,
0x93, 0x3d, 0xb6, 0x19, 0xce, 0xd0, 0x3e, 0x26, 0x1c, 0xbe, 0x0b, 0x9a, 0xe8, 0xa8, 0xbf, 0x4b,
0xc1, 0xca, 0x04, 0xee, 0x31, 0xbb, 0x3d, 0xec, 0xf6, 0xbc, 0x6f, 0xb1, 0x36, 0xba, 0xc9, 0xec,
0x62, 0x83, 0x0c, 0xe5, 0x7d, 0x53, 0x0d, 0xfb, 0x2e, 0xee, 0xd2, 0x16, 0x9f, 0x97, 0x3e, 0x4b,
0x69, 0xb4, 0x07, 0x95, 0x3e, 0x76, 0xa9, 0x2e, 0x70, 0x44, 0x0f, 0xdd, 0x3d, 0x93, 0xe8, 0x79,
0x0f, 0x7b, 0xc8, 0xc3, 0x4e, 0xb1, 0x34, 0x54, 0xea, 0x47, 0x46, 0x91, 0x06, 0xab, 0xed, 0xd3,
0xcf, 0xb1, 0x45, 0x4d, 0x8b, 0xe8, 0x13, 0x5b, 0xf2, 0xca, 0x84, 0xd1, 0xe6, 0xb1, 0x69, 0x10,
0xab, 0xe3, 0xed, 0xc5, 0x39, 0x5f, 0xd9, 0xdf, 0x2b, 0x57, 0xd5, 0xa0, 0x14, 0x45, 0x6e, 0x54,
0x82, 0x14, 0x3d, 0x91, 0x0b, 0x90, 0xa2, 0x27, 0xe8, 0xfb, 0x90, 0x61, 0x4e, 0x72, 0xe7, 0x4b,
0x53, 0xae, 0x4d, 0xa9, 0x77, 0x78, 0xea, 0x10, 0x8d, 0x4b, 0xaa, 0xaa, 0x7f, 0xcc, 0x7d, 0x34,
0x1f, 0xb7, 0xaa, 0x5e, 0x85, 0xf2, 0x18, 0x5c, 0x87, 0xf6, 0x2f, 0x19, 0xde, 0x3f, 0xb5, 0x0c,
0xc5, 0x08, 0x36, 0xab, 0xe7, 0x61, 0x75, 0x1a, 0xd4, 0xaa, 0x3d, 0x7f, 0x3c, 0x02, 0x99, 0xe8,
0x06, 0x14, 0x7c, 0xac, 0x15, 0x61, 0x36, 0xb9, 0x56, 0x9e, 0xb0, 0xe6, 0x8b, 0xb2, 0xf8, 0x62,
0xe7, 0x95, 0x9f, 0x87, 0x14, 0xff, 0xe1, 0x79, 0xec, 0x38, 0x2d, 0xec, 0xf6, 0xd4, 0x4f, 0xa0,
0x1a, 0x87, 0xa3, 0x63, 0x6e, 0x64, 0xfc, 0x63, 0x78, 0x1e, 0x72, 0x47, 0xf6, 0x70, 0x80, 0x29,
0x37, 0x56, 0xd4, 0x64, 0x8f, 0x1d, 0x4f, 0x81, 0xa9, 0x69, 0x3e, 0x2c, 0x3a, 0xaa, 0x0e, 0xaf,
0xc4, 0x62, 0x29, 0x53, 0x31, 0x2d, 0x83, 0x88, 0xf5, 0x2c, 0x6a, 0xa2, 0x13, 0x18, 0x12, 0x3f,
0x56, 0x74, 0xd8, 0x67, 0x5d, 0xee, 0x2b, 0xb7, 0xaf, 0x68, 0xb2, 0xa7, 0xfe, 0xb3, 0x00, 0x05,
0x8d, 0xb8, 0x0e, 0x0b, 0x76, 0x54, 0x07, 0x85, 0x9c, 0x74, 0x88, 0x60, 0x39, 0xc9, 0x58, 0x96,
0x20, 0xa4, 0x9b, 0x9e, 0x24, 0xbb, 0xa2, 0x7d, 0x35, 0x74, 0x5d, 0x32, 0xb9, 0x78, 0x52, 0x26,
0xd5, 0xc3, 0x54, 0xee, 0xa6, 0x47, 0xe5, 0xd2, 0xb1, 0xb7, 0xb2, 0xd0, 0x1a, 0xe3, 0x72, 0xd7,
0x25, 0x97, 0xcb, 0xcc, 0xf9, 0x58, 0x84, 0xcc, 0x35, 0x22, 0x64, 0x2e, 0x3b, 0xc7, 0xcd, 0x18,
0x36, 0xd7, 0x88, 0xb0, 0xb9, 0xdc, 0x1c, 0x23, 0x31, 0x74, 0xee, 0xa6, 0x47, 0xe7, 0xf2, 0x73,
0xdc, 0x1e, 0xe3, 0x73, 0x77, 0xa2, 0x7c, 0x4e, 0x70, 0xb1, 0x2b, 0xb1, 0xda, 0xb1, 0x84, 0xee,
0xc7, 0x21, 0x42, 0xa7, 0xc4, 0xb2, 0x29, 0x61, 0x64, 0x0a, 0xa3, 0x6b, 0x44, 0x18, 0x1d, 0xcc,
0x59, 0x83, 0x18, 0x4a, 0xf7, 0x7e, 0x98, 0xd2, 0x2d, 0xc5, 0xb2, 0x42, 0x79, 0x68, 0xa6, 0x71,
0xba, 0xdb, 0x3e, 0xa7, 0x5b, 0x8e, 0x25, 0xa5, 0xd2, 0x87, 0x71, 0x52, 0xb7, 0x37, 0x41, 0xea,
0x04, 0x09, 0x7b, 0x3d, 0xd6, 0xc4, 0x1c, 0x56, 0xb7, 0x37, 0xc1, 0xea, 0x4a, 0x73, 0x0c, 0xce,
0xa1, 0x75, 0xbf, 0x9e, 0x4e, 0xeb, 0xe2, 0x89, 0x97, 0xfc, 0x99, 0x8b, 0xf1, 0x3a, 0x3d, 0x86,
0xd7, 0x55, 0xb8, 0xf9, 0x37, 0x63, 0xcd, 0x9f, 0x9d, 0xd8, 0x5d, 0x65, 0xd7, 0xec, 0x18, 0x70,
0x30, 0xa8, 0x22, 0xc3, 0xa1, 0x3d, 0x94, 0x9c, 0x49, 0x74, 0xd4, 0x37, 0xd8, 0xc5, 0x1f, 0x80,
0xc4, 0x0c, 0x12, 0xc8, 0xaf, 0x84, 0x10, 0x30, 0xa8, 0x7f, 0x49, 0x06, 0xba, 0xfc, 0xae, 0x0c,
0x93, 0x06, 0x45, 0x92, 0x86, 0x10, 0x37, 0x4c, 0x45, 0xb9, 0xe1, 0x3a, 0x2c, 0x31, 0xa8, 0x1f,
0xa3, 0x7d, 0xd8, 0xf1, 0x68, 0x1f, 0xba, 0x06, 0x2b, 0xfc, 0x2e, 0x17, 0x0c, 0x52, 0xe2, 0x7b,
0x86, 0x5f, 0x53, 0x65, 0x36, 0x21, 0x0e, 0xa7, 0x00, 0xfa, 0xb7, 0xe1, 0x5c, 0x48, 0xd6, 0xbf,
0x42, 0x04, 0xd7, 0xa9, 0xf8, 0xd2, 0xdb, 0xf2, 0x2e, 0xf9, 0x28, 0x58, 0xa0, 0x80, 0x52, 0x22,
0xc8, 0x74, 0x6c, 0x83, 0x48, 0x80, 0xe7, 0x6d, 0x46, 0x33, 0xfb, 0x76, 0x57, 0xc2, 0x38, 0x6b,
0x32, 0x29, 0x1f, 0x05, 0x15, 0x01, 0x72, 0xea, 0x9f, 0x93, 0x81, 0xbd, 0x80, 0x65, 0x4e, 0x23,
0x84, 0xc9, 0xff, 0x0d, 0x21, 0x4c, 0x7d, 0x5b, 0x42, 0xa8, 0xfe, 0x3b, 0x19, 0x6c, 0xa3, 0x4f,
0xf5, 0xbe, 0x9d, 0xdb, 0xc1, 0x95, 0x98, 0xe5, 0x9b, 0x22, 0xaf, 0x44, 0xc9, 0xcc, 0x73, 0x7c,
0xe9, 0xa3, 0xcc, 0x3c, 0x2f, 0x2e, 0x49, 0xde, 0x41, 0xb7, 0x40, 0xe1, 0x25, 0x13, 0xdd, 0x76,
0x5c, 0x89, 0xaa, 0x17, 0xc2, 0x0e, 0x89, 0xca, 0xc8, 0xc6, 0x3e, 0x93, 0xd9, 0x73, 0x5c, 0xad,
0xe0, 0xc8, 0x56, 0xe8, 0xb6, 0x57, 0x22, 0xa4, 0xf3, 0x22, 0x28, 0xec, 0xd7, 0xbb, 0x0e, 0xee,
0x10, 0x8e, 0x90, 0x8a, 0x16, 0x0c, 0xa8, 0x8f, 0x00, 0x4d, 0x62, 0x34, 0x6a, 0x41, 0x8e, 0x1c,
0x13, 0x8b, 0xb2, 0xad, 0x61, 0x6b, 0x7a, 0x7e, 0x0a, 0xa3, 0x23, 0x16, 0xad, 0x57, 0xd9, 0x4a,
0xfe, 0xeb, 0xd9, 0x7a, 0x45, 0x48, 0xbf, 0x65, 0x0f, 0x4c, 0x4a, 0x06, 0x0e, 0x3d, 0xd5, 0xa4,
0xbe, 0xfa, 0x9b, 0x14, 0xa3, 0x57, 0x11, 0xfc, 0x9e, 0xba, 0xb6, 0x5e, 0x94, 0xa4, 0x42, 0xd4,
0x7a, 0xb1, 0xf5, 0xbe, 0x04, 0xd0, 0xc5, 0xae, 0xfe, 0x04, 0x5b, 0x94, 0x18, 0x72, 0xd1, 0x95,
0x2e, 0x76, 0x1f, 0xf2, 0x01, 0xc6, 0x9d, 0xd8, 0xf4, 0xc8, 0x25, 0x06, 0x5f, 0xfd, 0xb4, 0x96,
0xef, 0x62, 0xf7, 0xbe, 0x4b, 0x8c, 0x90, 0x97, 0xf9, 0xef, 0xe6, 0x65, 0x74, 0x8d, 0x0b, 0xe3,
0x6b, 0xfc, 0x45, 0x2a, 0x08, 0x84, 0x80, 0x87, 0xfe, 0xbf, 0xad, 0xc2, 0xef, 0x79, 0xce, 0x19,
0xbd, 0x44, 0xd1, 0x01, 0xac, 0xf8, 0x61, 0xa8, 0x8f, 0x78, 0x78, 0x7a, 0x67, 0x6e, 0xd1, 0x38,
0xae, 0x1c, 0x47, 0x87, 0x5d, 0xf4, 0x73, 0x78, 0x79, 0x0c, 0x62, 0x7c, 0xd3, 0xa9, 0x05, 0x91,
0xe6, 0xa5, 0x28, 0xd2, 0x78, 0x96, 0x83, 0xb5, 0x4a, 0x7f, 0xc7, 0xb8, 0xd8, 0x61, 0xd9, 0x4e,
0x98, 0x12, 0x4c, 0xdd, 0xfb, 0x2b, 0x50, 0x1c, 0x12, 0xca, 0x32, 0xeb, 0x48, 0x3e, 0xb9, 0x2c,
0x06, 0x05, 0xca, 0xab, 0xfb, 0xf0, 0xd2, 0x54, 0x6a, 0x80, 0x7e, 0x08, 0x4a, 0xc0, 0x2a, 0x92,
0x31, 0xa9, 0x99, 0x9f, 0x6e, 0x04, 0xb2, 0xea, 0x5f, 0x93, 0x81, 0xc9, 0x68, 0x02, 0xd3, 0x84,
0xdc, 0x90, 0xb8, 0xa3, 0xbe, 0x48, 0x29, 0x4a, 0x5b, 0x6f, 0x2f, 0x46, 0x2a, 0xd8, 0xe8, 0xa8,
0x4f, 0x35, 0xa9, 0xac, 0x3e, 0x82, 0x9c, 0x18, 0x41, 0x4b, 0x90, 0xbf, 0xbf, 0x7b, 0x77, 0x77,
0xef, 0xe1, 0x6e, 0x25, 0x81, 0x00, 0x72, 0xdb, 0x8d, 0x46, 0x73, 0xff, 0xb0, 0x92, 0x44, 0x0a,
0x64, 0xb7, 0xeb, 0x7b, 0xda, 0x61, 0x25, 0xc5, 0x86, 0xb5, 0xe6, 0x87, 0xcd, 0xc6, 0x61, 0x25,
0x8d, 0x56, 0xa0, 0x28, 0xda, 0xfa, 0x9d, 0x3d, 0xed, 0xa3, 0xed, 0xc3, 0x4a, 0x26, 0x34, 0x74,
0xd0, 0xdc, 0xfd, 0xa0, 0xa9, 0x55, 0xb2, 0xea, 0x0f, 0x58, 0xce, 0x12, 0x43, 0x43, 0x82, 0xec,
0x24, 0x19, 0xca, 0x4e, 0xd4, 0x3f, 0xa6, 0xa0, 0x16, 0xcf, 0x2d, 0xd0, 0x87, 0x63, 0x8e, 0x6f,
0x9d, 0x81, 0x98, 0x8c, 0x79, 0x8f, 0x5e, 0x83, 0xd2, 0x90, 0x1c, 0x11, 0xda, 0xe9, 0x09, 0xae,
0x23, 0x6e, 0xae, 0xa2, 0x56, 0x94, 0xa3, 0x5c, 0xc9, 0x15, 0x62, 0x9f, 0x92, 0x0e, 0xd5, 0x45,
0xa2, 0x24, 0x0e, 0x9d, 0xc2, 0xc4, 0xd8, 0xe8, 0x81, 0x18, 0x54, 0x3f, 0x39, 0xd3, 0x5a, 0x2a,
0x90, 0xd5, 0x9a, 0x87, 0xda, 0x2f, 0x2a, 0x69, 0x84, 0xa0, 0xc4, 0x9b, 0xfa, 0xc1, 0xee, 0xf6,
0xfe, 0x41, 0x6b, 0x8f, 0xad, 0xe5, 0x39, 0x28, 0x7b, 0x6b, 0xe9, 0x0d, 0x66, 0xd5, 0xff, 0x24,
0xa1, 0x3c, 0x16, 0x20, 0x68, 0x0b, 0xb2, 0x82, 0x2f, 0xc7, 0x95, 0xcb, 0x79, 0x7c, 0xcb, 0x68,
0x12, 0xa2, 0xe8, 0x5d, 0x28, 0x10, 0x59, 0x08, 0x98, 0x16, 0x88, 0xa2, 0x80, 0xe1, 0x95, 0x0a,
0xa4, 0xaa, 0xaf, 0x81, 0xde, 0x03, 0xc5, 0x8f, 0x74, 0x99, 0xa4, 0xbd, 0x3a, 0xa9, 0xee, 0x63,
0x84, 0xd4, 0x0f, 0x74, 0xd0, 0xed, 0x80, 0x74, 0x65, 0x26, 0x59, 0xba, 0x54, 0x17, 0x02, 0x52,
0xd9, 0x93, 0x57, 0x1b, 0xb0, 0x14, 0xf2, 0x07, 0x5d, 0x00, 0x65, 0x80, 0x4f, 0x64, 0xe5, 0x48,
0x94, 0x08, 0x0a, 0x03, 0x7c, 0xc2, 0x8b, 0x46, 0xe8, 0x65, 0xc8, 0xb3, 0xc9, 0x2e, 0x16, 0x68,
0x93, 0xd6, 0x72, 0x03, 0x7c, 0xf2, 0x53, 0xec, 0xaa, 0x1f, 0x43, 0x29, 0x5a, 0x5c, 0x61, 0x27,
0x71, 0x68, 0x8f, 0x2c, 0x83, 0xdb, 0xc8, 0x6a, 0xa2, 0x83, 0x6e, 0x40, 0xf6, 0xd8, 0x16, 0x60,
0x35, 0x3d, 0x64, 0x1f, 0xd8, 0x94, 0x84, 0x8a, 0x33, 0x42, 0x5a, 0xfd, 0x1c, 0xb2, 0x1c, 0x7c,
0x18, 0x90, 0xf0, 0x32, 0x89, 0x24, 0x9c, 0xac, 0x8d, 0x3e, 0x06, 0xc0, 0x94, 0x0e, 0xcd, 0xf6,
0x28, 0x30, 0xbc, 0x3e, 0x1d, 0xbc, 0xb6, 0x3d, 0xb9, 0xfa, 0x45, 0x89, 0x62, 0xab, 0x81, 0x6a,
0x08, 0xc9, 0x42, 0x06, 0xd5, 0x5d, 0x28, 0x45, 0x75, 0xc3, 0x95, 0xc8, 0xe5, 0x29, 0x95, 0x48,
0x9f, 0xef, 0xf8, 0x6c, 0x29, 0x2d, 0x4a, 0x62, 0xbc, 0xa3, 0x3e, 0x4d, 0x42, 0xe1, 0xf0, 0x44,
0x1e, 0xeb, 0x98, 0x6a, 0x4c, 0xa0, 0x9a, 0x0a, 0xd7, 0x1e, 0x44, 0x79, 0x27, 0xed, 0x17, 0x8d,
0xde, 0xf7, 0x03, 0x37, 0xb3, 0x68, 0x76, 0xe8, 0x55, 0xcf, 0x24, 0x58, 0xbd, 0x03, 0x8a, 0x7f,
0xaa, 0x18, 0x73, 0xc7, 0x86, 0x31, 0x24, 0xae, 0x2b, 0x7d, 0xf3, 0xba, 0xbc, 0xb8, 0x67, 0x3f,
0x91, 0xd5, 0x8d, 0xb4, 0x26, 0x3a, 0xaa, 0x01, 0xe5, 0xb1, 0x6b, 0x0b, 0xbd, 0x03, 0x79, 0x67,
0xd4, 0xd6, 0xbd, 0xe5, 0x19, 0x0b, 0x1e, 0x8f, 0xe0, 0x8d, 0xda, 0x7d, 0xb3, 0x73, 0x97, 0x9c,
0x7a, 0x3f, 0xc6, 0x19, 0xb5, 0xef, 0x8a, 0x55, 0x14, 0x5f, 0x49, 0x85, 0xbf, 0x72, 0x0c, 0x05,
0xef, 0x50, 0xa0, 0x9f, 0x84, 0xe3, 0xc4, 0xab, 0xe5, 0xc6, 0x5e, 0xa5, 0xd2, 0x7c, 0x28, 0x4c,
0xae, 0xc1, 0x8a, 0x6b, 0x76, 0x2d, 0x62, 0xe8, 0x41, 0xee, 0xc0, 0xbf, 0x56, 0xd0, 0xca, 0x62,
0xe2, 0x9e, 0x97, 0x38, 0xa8, 0xcf, 0x92, 0x50, 0xf0, 0x02, 0x76, 0xea, 0xb9, 0x8b, 0xfc, 0x98,
0xd4, 0xd9, 0x7f, 0x4c, 0x5c, 0x25, 0xd5, 0xab, 0x55, 0x67, 0xce, 0x5c, 0xab, 0x7e, 0x0b, 0x10,
0xb5, 0x29, 0xee, 0xeb, 0xc7, 0x36, 0x35, 0xad, 0xae, 0x2e, 0x56, 0x53, 0x10, 0xa6, 0x0a, 0x9f,
0x79, 0xc0, 0x27, 0xf6, 0xf9, 0xc2, 0xfe, 0x36, 0x09, 0x05, 0xff, 0xf2, 0x3b, 0x6b, 0x3d, 0xed,
0x3c, 0xe4, 0x24, 0xbe, 0x8b, 0x82, 0x9a, 0xec, 0xf9, 0xa5, 0xdd, 0x4c, 0xa8, 0xb4, 0x5b, 0x83,
0xc2, 0x80, 0x50, 0xcc, 0x19, 0x80, 0xc8, 0xcf, 0xfc, 0xfe, 0xb5, 0xdb, 0xb0, 0x14, 0x2a, 0x6d,
0xb2, 0xd0, 0xda, 0x6d, 0x3e, 0xac, 0x24, 0x6a, 0xf9, 0xa7, 0x5f, 0x5d, 0x4e, 0xef, 0x92, 0x27,
0xec, 0x50, 0x6a, 0xcd, 0x46, 0xab, 0xd9, 0xb8, 0x5b, 0x49, 0xd6, 0x96, 0x9e, 0x7e, 0x75, 0x39,
0xaf, 0x11, 0x5e, 0x21, 0xd9, 0xfa, 0x02, 0xa0, 0xbc, 0x5d, 0x6f, 0xec, 0xb0, 0x4b, 0xc9, 0xec,
0x60, 0x59, 0x37, 0xca, 0xf0, 0xa4, 0x76, 0xe6, 0x13, 0x67, 0x6d, 0x76, 0xd9, 0x0c, 0xdd, 0x81,
0x2c, 0xcf, 0x77, 0xd1, 0xec, 0x37, 0xcf, 0xda, 0x9c, 0x3a, 0x1a, 0xfb, 0x31, 0xfc, 0xd4, 0xce,
0x7c, 0x04, 0xad, 0xcd, 0x2e, 0xab, 0x21, 0x0d, 0x94, 0x20, 0x61, 0x9d, 0xff, 0x28, 0x5a, 0x5b,
0xa0, 0xd4, 0xc6, 0x6c, 0x06, 0x5c, 0x7d, 0xfe, 0x23, 0x61, 0x6d, 0x01, 0x5c, 0x41, 0xf7, 0x20,
0xef, 0xe5, 0x40, 0xf3, 0x9e, 0x2d, 0x6b, 0x73, 0xcb, 0x60, 0x6c, 0x0b, 0x44, 0xae, 0x3a, 0xfb,
0x0d, 0xb6, 0x36, 0xa7, 0xa6, 0x87, 0x76, 0x20, 0x27, 0x29, 0xe8, 0x9c, 0xa7, 0xc8, 0xda, 0xbc,
0xb2, 0x16, 0x5b, 0xb4, 0x20, 0xd3, 0x9f, 0xff, 0xb2, 0x5c, 0x5b, 0xa0, 0x5c, 0x89, 0xee, 0x03,
0x84, 0x32, 0xd3, 0x05, 0x9e, 0x8c, 0x6b, 0x8b, 0x94, 0x21, 0xd1, 0x1e, 0x14, 0xfc, 0x2c, 0x64,
0xee, 0x03, 0x6e, 0x6d, 0x7e, 0x3d, 0x10, 0x3d, 0x82, 0x62, 0x94, 0x7e, 0x2f, 0xf6, 0x2c, 0x5b,
0x5b, 0xb0, 0xd0, 0xc7, 0xec, 0x47, 0xb9, 0xf8, 0x62, 0xcf, 0xb4, 0xb5, 0x05, 0xeb, 0x7e, 0xe8,
0x53, 0x58, 0x99, 0xe4, 0xca, 0x8b, 0xbf, 0xda, 0xd6, 0xce, 0x50, 0x09, 0x44, 0x03, 0x40, 0x53,
0x38, 0xf6, 0x19, 0x1e, 0x71, 0x6b, 0x67, 0x29, 0x0c, 0xd6, 0x9b, 0x5f, 0x3f, 0x5f, 0x4b, 0x7e,
0xf3, 0x7c, 0x2d, 0xf9, 0x8f, 0xe7, 0x6b, 0xc9, 0x2f, 0x5f, 0xac, 0x25, 0xbe, 0x79, 0xb1, 0x96,
0xf8, 0xdb, 0x8b, 0xb5, 0xc4, 0x2f, 0xdf, 0xec, 0x9a, 0xb4, 0x37, 0x6a, 0x6f, 0x74, 0xec, 0xc1,
0x66, 0xf8, 0x1f, 0x26, 0xd3, 0xfe, 0xf5, 0xd2, 0xce, 0xf1, 0xeb, 0xe5, 0xfa, 0x7f, 0x03, 0x00,
0x00, 0xff, 0xff, 0xa7, 0x76, 0xf6, 0xe8, 0x15, 0x23, 0x00, 0x00,
// 2659 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x5a, 0xbb, 0x7b, 0x1b, 0xc7,
0x11, 0xc7, 0xfb, 0x31, 0x24, 0x1e, 0x5c, 0xd1, 0x32, 0x74, 0x92, 0x48, 0xf9, 0xf4, 0xd9, 0xb1,
0x64, 0x9b, 0x4c, 0xa8, 0x4f, 0x8a, 0x14, 0x3b, 0xb1, 0x09, 0x18, 0x0a, 0x68, 0xc9, 0x24, 0xb3,
0xa4, 0xe4, 0xbc, 0xac, 0xf3, 0x01, 0xb7, 0x04, 0xce, 0x02, 0xee, 0xce, 0xb8, 0x05, 0x45, 0xba,
0x8c, 0x93, 0x46, 0x69, 0x9c, 0x2e, 0x8d, 0xbb, 0x14, 0xf9, 0x13, 0x52, 0xa5, 0x76, 0xe9, 0x32,
0x95, 0x92, 0x4f, 0xfa, 0xd2, 0xe4, 0x1f, 0x48, 0x99, 0x7c, 0xfb, 0xb8, 0x17, 0x80, 0x03, 0x40,
0x3b, 0x5d, 0xba, 0xdd, 0xbd, 0x99, 0x39, 0xcc, 0xde, 0xce, 0x6f, 0x7e, 0x33, 0x0b, 0xb8, 0x48,
0x89, 0x65, 0x90, 0xe1, 0xc0, 0xb4, 0xe8, 0xa6, 0xde, 0xee, 0x98, 0x9b, 0xf4, 0xd4, 0x21, 0xee,
0x86, 0x33, 0xb4, 0xa9, 0x8d, 0x2a, 0xc1, 0xc3, 0x0d, 0xf6, 0x50, 0xb9, 0x1c, 0x92, 0xee, 0x0c,
0x4f, 0x1d, 0x6a, 0x6f, 0x3a, 0x43, 0xdb, 0x3e, 0x12, 0xf2, 0xca, 0xa5, 0xd0, 0x63, 0x6e, 0x27,
0x6c, 0x2d, 0xf2, 0x54, 0x2a, 0x3f, 0x26, 0xa7, 0xde, 0xd3, 0xcb, 0x13, 0xba, 0x8e, 0x3e, 0xd4,
0x07, 0xde, 0xe3, 0xf5, 0xae, 0x6d, 0x77, 0xfb, 0x64, 0x93, 0xcf, 0xda, 0xa3, 0xa3, 0x4d, 0x6a,
0x0e, 0x88, 0x4b, 0xf5, 0x81, 0x23, 0x05, 0x56, 0xbb, 0x76, 0xd7, 0xe6, 0xc3, 0x4d, 0x36, 0x12,
0xab, 0xea, 0x1f, 0x0a, 0x90, 0xc7, 0xe4, 0xb3, 0x11, 0x71, 0x29, 0xda, 0x82, 0x0c, 0xe9, 0xf4,
0xec, 0x5a, 0xf2, 0x4a, 0xf2, 0xf5, 0xa5, 0xad, 0x4b, 0x1b, 0x63, 0xce, 0x6d, 0x48, 0xb9, 0x66,
0xa7, 0x67, 0xb7, 0x12, 0x98, 0xcb, 0xa2, 0x9b, 0x90, 0x3d, 0xea, 0x8f, 0xdc, 0x5e, 0x2d, 0xc5,
0x95, 0x2e, 0xc7, 0x29, 0xdd, 0x65, 0x42, 0xad, 0x04, 0x16, 0xd2, 0xec, 0x55, 0xa6, 0x75, 0x64,
0xd7, 0xd2, 0xb3, 0x5f, 0xb5, 0x63, 0x1d, 0xf1, 0x57, 0x31, 0x59, 0x54, 0x07, 0x70, 0x09, 0xd5,
0x6c, 0x87, 0x9a, 0xb6, 0x55, 0xcb, 0x70, 0xcd, 0x57, 0xe2, 0x34, 0x0f, 0x08, 0xdd, 0xe3, 0x82,
0xad, 0x04, 0x2e, 0xba, 0xde, 0x84, 0xd9, 0x30, 0x2d, 0x93, 0x6a, 0x9d, 0x9e, 0x6e, 0x5a, 0xb5,
0xec, 0x6c, 0x1b, 0x3b, 0x96, 0x49, 0x1b, 0x4c, 0x90, 0xd9, 0x30, 0xbd, 0x09, 0x73, 0xf9, 0xb3,
0x11, 0x19, 0x9e, 0xd6, 0x72, 0xb3, 0x5d, 0xfe, 0x19, 0x13, 0x62, 0x2e, 0x73, 0x69, 0xd4, 0x84,
0xa5, 0x36, 0xe9, 0x9a, 0x96, 0xd6, 0xee, 0xdb, 0x9d, 0xc7, 0xb5, 0x3c, 0x57, 0x56, 0xe3, 0x94,
0xeb, 0x4c, 0xb4, 0xce, 0x24, 0x5b, 0x09, 0x0c, 0x6d, 0x7f, 0x86, 0xde, 0x81, 0x42, 0xa7, 0x47,
0x3a, 0x8f, 0x35, 0x7a, 0x52, 0x2b, 0x70, 0x1b, 0xeb, 0x71, 0x36, 0x1a, 0x4c, 0xee, 0xf0, 0xa4,
0x95, 0xc0, 0xf9, 0x8e, 0x18, 0x32, 0xff, 0x0d, 0xd2, 0x37, 0x8f, 0xc9, 0x90, 0xe9, 0x17, 0x67,
0xfb, 0xff, 0xbe, 0x90, 0xe4, 0x16, 0x8a, 0x86, 0x37, 0x41, 0xef, 0x42, 0x91, 0x58, 0x86, 0x74,
0x03, 0xb8, 0x89, 0x2b, 0xb1, 0x67, 0xc5, 0x32, 0x3c, 0x27, 0x0a, 0x44, 0x8e, 0xd1, 0x6d, 0xc8,
0x75, 0xec, 0xc1, 0xc0, 0xa4, 0xb5, 0x25, 0xae, 0xbd, 0x16, 0xeb, 0x00, 0x97, 0x6a, 0x25, 0xb0,
0x94, 0x47, 0xbb, 0x50, 0xee, 0x9b, 0x2e, 0xd5, 0x5c, 0x4b, 0x77, 0xdc, 0x9e, 0x4d, 0xdd, 0xda,
0x32, 0xb7, 0xf0, 0x6a, 0x9c, 0x85, 0xfb, 0xa6, 0x4b, 0x0f, 0x3c, 0xe1, 0x56, 0x02, 0x97, 0xfa,
0xe1, 0x05, 0x66, 0xcf, 0x3e, 0x3a, 0x22, 0x43, 0xdf, 0x60, 0xad, 0x34, 0xdb, 0xde, 0x1e, 0x93,
0xf6, 0xf4, 0x99, 0x3d, 0x3b, 0xbc, 0x80, 0x7e, 0x05, 0xe7, 0xfa, 0xb6, 0x6e, 0xf8, 0xe6, 0xb4,
0x4e, 0x6f, 0x64, 0x3d, 0xae, 0x95, 0xb9, 0xd1, 0x6b, 0xb1, 0x3f, 0xd2, 0xd6, 0x0d, 0xcf, 0x44,
0x83, 0x29, 0xb4, 0x12, 0x78, 0xa5, 0x3f, 0xbe, 0x88, 0x1e, 0xc1, 0xaa, 0xee, 0x38, 0xfd, 0xd3,
0x71, 0xeb, 0x15, 0x6e, 0xfd, 0x7a, 0x9c, 0xf5, 0x6d, 0xa6, 0x33, 0x6e, 0x1e, 0xe9, 0x13, 0xab,
0xf5, 0x3c, 0x64, 0x8f, 0xf5, 0xfe, 0x88, 0xa8, 0xdf, 0x83, 0xa5, 0x50, 0xa8, 0xa3, 0x1a, 0xe4,
0x07, 0xc4, 0x75, 0xf5, 0x2e, 0xe1, 0xc8, 0x50, 0xc4, 0xde, 0x54, 0x2d, 0xc3, 0x72, 0x38, 0xbc,
0xd5, 0x81, 0xaf, 0xc8, 0x02, 0x97, 0x29, 0x1e, 0x93, 0xa1, 0xcb, 0xa2, 0x55, 0x2a, 0xca, 0x29,
0xba, 0x0a, 0x25, 0x7e, 0x7c, 0x34, 0xef, 0x39, 0x43, 0x8f, 0x0c, 0x5e, 0xe6, 0x8b, 0x0f, 0xa5,
0xd0, 0x3a, 0x2c, 0x39, 0x5b, 0x8e, 0x2f, 0x92, 0xe6, 0x22, 0xe0, 0x6c, 0x39, 0x52, 0x40, 0xfd,
0x11, 0x54, 0xc7, 0xa3, 0x1d, 0x55, 0x21, 0xfd, 0x98, 0x9c, 0xca, 0xf7, 0xb1, 0x21, 0x5a, 0x95,
0x6e, 0xf1, 0x77, 0x14, 0xb1, 0xf4, 0xf1, 0x4f, 0x29, 0x5f, 0xd9, 0x0f, 0x73, 0x74, 0x1b, 0x32,
0x0c, 0x35, 0x25, 0x00, 0x2a, 0x1b, 0x02, 0x52, 0x37, 0x3c, 0x48, 0xdd, 0x38, 0xf4, 0x20, 0xb5,
0x5e, 0xf8, 0xfa, 0xd9, 0x7a, 0xe2, 0xcb, 0xbf, 0xaf, 0x27, 0x31, 0xd7, 0x40, 0x17, 0x58, 0x54,
0xea, 0xa6, 0xa5, 0x99, 0x86, 0x7c, 0x4f, 0x9e, 0xcf, 0x77, 0x0c, 0x74, 0x0f, 0xaa, 0x1d, 0xdb,
0x72, 0x89, 0xe5, 0x8e, 0x5c, 0x4d, 0x40, 0xb6, 0x84, 0xbd, 0xc9, 0xa8, 0x69, 0x78, 0x82, 0xfb,
0x5c, 0x0e, 0x57, 0x3a, 0xd1, 0x05, 0x74, 0x17, 0xe0, 0x58, 0xef, 0x9b, 0x86, 0x4e, 0xed, 0xa1,
0x5b, 0xcb, 0x5c, 0x49, 0x4f, 0x35, 0xf3, 0xd0, 0x13, 0x79, 0xe0, 0x18, 0x3a, 0x25, 0xf5, 0x0c,
0xfb, 0xb5, 0x38, 0xa4, 0x89, 0x5e, 0x83, 0x8a, 0xee, 0x38, 0x9a, 0x4b, 0x75, 0x4a, 0xb4, 0xf6,
0x29, 0x25, 0x2e, 0x07, 0xc3, 0x65, 0x5c, 0xd2, 0x1d, 0xe7, 0x80, 0xad, 0xd6, 0xd9, 0xa2, 0x6a,
0xf8, 0x5f, 0x98, 0xa3, 0x19, 0x42, 0x90, 0x31, 0x74, 0xaa, 0xf3, 0x1d, 0x5a, 0xc6, 0x7c, 0xcc,
0xd6, 0x1c, 0x9d, 0xf6, 0xa4, 0xdf, 0x7c, 0x8c, 0xce, 0x43, 0xae, 0x47, 0xcc, 0x6e, 0x8f, 0x72,
0x57, 0xd3, 0x58, 0xce, 0xd8, 0xc7, 0x70, 0x86, 0xf6, 0x31, 0xe1, 0xf0, 0x5d, 0xc0, 0x62, 0xa2,
0xfe, 0x36, 0x05, 0x2b, 0x13, 0xb8, 0xc7, 0xec, 0xf6, 0x74, 0xb7, 0xe7, 0xbd, 0x8b, 0x8d, 0xd1,
0x2d, 0x66, 0x57, 0x37, 0xc8, 0x50, 0xe6, 0x9b, 0x5a, 0xd8, 0x77, 0x91, 0x4b, 0x5b, 0xfc, 0xb9,
0xf4, 0x59, 0x4a, 0xa3, 0x3d, 0xa8, 0xf6, 0x75, 0x97, 0x6a, 0x02, 0x47, 0xb4, 0x50, 0xee, 0x99,
0x44, 0xcf, 0xfb, 0xba, 0x87, 0x3c, 0xec, 0x14, 0x4b, 0x43, 0xe5, 0x7e, 0x64, 0x15, 0x61, 0x58,
0x6d, 0x9f, 0x7e, 0xae, 0x5b, 0xd4, 0xb4, 0x88, 0x36, 0xf1, 0x49, 0x2e, 0x4c, 0x18, 0x6d, 0x1e,
0x9b, 0x06, 0xb1, 0x3a, 0xde, 0xb7, 0x38, 0xe7, 0x2b, 0xfb, 0xdf, 0xca, 0x55, 0x31, 0x94, 0xa3,
0xc8, 0x8d, 0xca, 0x90, 0xa2, 0x27, 0x72, 0x03, 0x52, 0xf4, 0x04, 0x7d, 0x1f, 0x32, 0xcc, 0x49,
0xee, 0x7c, 0x79, 0x4a, 0xda, 0x94, 0x7a, 0x87, 0xa7, 0x0e, 0xc1, 0x5c, 0x52, 0x55, 0xfd, 0x63,
0xee, 0xa3, 0xf9, 0xb8, 0x55, 0xf5, 0x1a, 0x54, 0xc6, 0xe0, 0x3a, 0xf4, 0xfd, 0x92, 0xe1, 0xef,
0xa7, 0x56, 0xa0, 0x14, 0xc1, 0x66, 0xf5, 0x3c, 0xac, 0x4e, 0x83, 0x5a, 0xb5, 0xe7, 0xaf, 0x47,
0x20, 0x13, 0xdd, 0x84, 0x82, 0x8f, 0xb5, 0x22, 0xcc, 0x26, 0xf7, 0xca, 0x13, 0xc6, 0xbe, 0x28,
0x8b, 0x2f, 0x76, 0x5e, 0xf9, 0x79, 0x48, 0xf1, 0x1f, 0x9e, 0xd7, 0x1d, 0xa7, 0xa5, 0xbb, 0x3d,
0xf5, 0x13, 0xa8, 0xc5, 0xe1, 0xe8, 0x98, 0x1b, 0x19, 0xff, 0x18, 0x9e, 0x87, 0xdc, 0x91, 0x3d,
0x1c, 0xe8, 0x94, 0x1b, 0x2b, 0x61, 0x39, 0x63, 0xc7, 0x53, 0x60, 0x6a, 0x9a, 0x2f, 0x8b, 0x89,
0xaa, 0xc1, 0x85, 0x58, 0x2c, 0x65, 0x2a, 0xa6, 0x65, 0x10, 0xb1, 0x9f, 0x25, 0x2c, 0x26, 0x81,
0x21, 0xf1, 0x63, 0xc5, 0x84, 0xbd, 0xd6, 0xe5, 0xbe, 0x72, 0xfb, 0x45, 0x2c, 0x67, 0xea, 0x3f,
0x0b, 0x50, 0xc0, 0xc4, 0x75, 0x58, 0xb0, 0xa3, 0x3a, 0x14, 0xc9, 0x49, 0x87, 0x08, 0x96, 0x93,
0x8c, 0x65, 0x09, 0x42, 0xba, 0xe9, 0x49, 0xb2, 0x14, 0xed, 0xab, 0xa1, 0x1b, 0x92, 0xc9, 0xc5,
0x93, 0x32, 0xa9, 0x1e, 0xa6, 0x72, 0xb7, 0x3c, 0x2a, 0x97, 0x8e, 0xcd, 0xca, 0x42, 0x6b, 0x8c,
0xcb, 0xdd, 0x90, 0x5c, 0x2e, 0x33, 0xe7, 0x65, 0x11, 0x32, 0xd7, 0x88, 0x90, 0xb9, 0xec, 0x1c,
0x37, 0x63, 0xd8, 0x5c, 0x23, 0xc2, 0xe6, 0x72, 0x73, 0x8c, 0xc4, 0xd0, 0xb9, 0x5b, 0x1e, 0x9d,
0xcb, 0xcf, 0x71, 0x7b, 0x8c, 0xcf, 0xdd, 0x8d, 0xf2, 0x39, 0xc1, 0xc5, 0xae, 0xc6, 0x6a, 0xc7,
0x12, 0xba, 0x1f, 0x87, 0x08, 0x5d, 0x31, 0x96, 0x4d, 0x09, 0x23, 0x53, 0x18, 0x5d, 0x23, 0xc2,
0xe8, 0x60, 0xce, 0x1e, 0xc4, 0x50, 0xba, 0xf7, 0xc2, 0x94, 0x6e, 0x29, 0x96, 0x15, 0xca, 0x43,
0x33, 0x8d, 0xd3, 0xdd, 0xf1, 0x39, 0xdd, 0x72, 0x2c, 0x29, 0x95, 0x3e, 0x8c, 0x93, 0xba, 0xbd,
0x09, 0x52, 0x27, 0x48, 0xd8, 0x6b, 0xb1, 0x26, 0xe6, 0xb0, 0xba, 0xbd, 0x09, 0x56, 0x57, 0x9e,
0x63, 0x70, 0x0e, 0xad, 0xfb, 0xf5, 0x74, 0x5a, 0x17, 0x4f, 0xbc, 0xe4, 0xcf, 0x5c, 0x8c, 0xd7,
0x69, 0x31, 0xbc, 0xae, 0xca, 0xcd, 0xbf, 0x11, 0x6b, 0xfe, 0xec, 0xc4, 0xee, 0x1a, 0x4b, 0xb3,
0x63, 0xc0, 0xc1, 0xa0, 0x8a, 0x0c, 0x87, 0xf6, 0x50, 0x72, 0x26, 0x31, 0x51, 0x5f, 0x67, 0x89,
0x3f, 0x00, 0x89, 0x19, 0x24, 0x90, 0xa7, 0x84, 0x10, 0x30, 0xa8, 0x7f, 0x49, 0x06, 0xba, 0x3c,
0x57, 0x86, 0x49, 0x43, 0x51, 0x92, 0x86, 0x10, 0x37, 0x4c, 0x45, 0xb9, 0xe1, 0x3a, 0x2c, 0x31,
0xa8, 0x1f, 0xa3, 0x7d, 0xba, 0xe3, 0xd1, 0x3e, 0x74, 0x1d, 0x56, 0x78, 0x2e, 0x17, 0x0c, 0x52,
0xe2, 0x7b, 0x86, 0xa7, 0xa9, 0x0a, 0x7b, 0x20, 0x0e, 0xa7, 0x00, 0xfa, 0xb7, 0xe0, 0x5c, 0x48,
0xd6, 0x4f, 0x21, 0x82, 0xeb, 0x54, 0x7d, 0xe9, 0x6d, 0x99, 0x4b, 0x3e, 0x0c, 0x36, 0x28, 0xa0,
0x94, 0x08, 0x32, 0x1d, 0xdb, 0x20, 0x12, 0xe0, 0xf9, 0x98, 0xd1, 0xcc, 0xbe, 0xdd, 0x95, 0x30,
0xce, 0x86, 0x4c, 0xca, 0x47, 0xc1, 0xa2, 0x00, 0x39, 0xf5, 0xcf, 0xc9, 0xc0, 0x5e, 0xc0, 0x32,
0xa7, 0x11, 0xc2, 0xe4, 0xff, 0x86, 0x10, 0xa6, 0xbe, 0x2d, 0x21, 0x54, 0xff, 0x9d, 0x0c, 0x3e,
0xa3, 0x4f, 0xf5, 0xbe, 0x9d, 0xdb, 0x41, 0x4a, 0xcc, 0xf2, 0x8f, 0x22, 0x53, 0xa2, 0x64, 0xe6,
0x39, 0xbe, 0xf5, 0x51, 0x66, 0x9e, 0x17, 0x49, 0x92, 0x4f, 0xd0, 0x6d, 0x28, 0xf2, 0x96, 0x89,
0x66, 0x3b, 0xae, 0x44, 0xd5, 0x8b, 0x61, 0x87, 0x44, 0x67, 0x64, 0x63, 0x9f, 0xc9, 0xec, 0x39,
0x2e, 0x2e, 0x38, 0x72, 0x14, 0xca, 0xf6, 0xc5, 0x08, 0xe9, 0xbc, 0x04, 0x45, 0xf6, 0xeb, 0x5d,
0x47, 0xef, 0x10, 0x8e, 0x90, 0x45, 0x1c, 0x2c, 0xa8, 0x8f, 0x00, 0x4d, 0x62, 0x34, 0x6a, 0x41,
0x8e, 0x1c, 0x13, 0x8b, 0xb2, 0x4f, 0xc3, 0xf6, 0xf4, 0xfc, 0x14, 0x46, 0x47, 0x2c, 0x5a, 0xaf,
0xb1, 0x9d, 0xfc, 0xd7, 0xb3, 0xf5, 0xaa, 0x90, 0x7e, 0xd3, 0x1e, 0x98, 0x94, 0x0c, 0x1c, 0x7a,
0x8a, 0xa5, 0xbe, 0xfa, 0x45, 0x8a, 0xd1, 0xab, 0x08, 0x7e, 0x4f, 0xdd, 0x5b, 0x2f, 0x4a, 0x52,
0x21, 0x6a, 0xbd, 0xd8, 0x7e, 0xaf, 0x01, 0x74, 0x75, 0x57, 0x7b, 0xa2, 0x5b, 0x94, 0x18, 0x72,
0xd3, 0x43, 0x2b, 0x48, 0x81, 0x02, 0x9b, 0x8d, 0x5c, 0x62, 0xf0, 0xed, 0x4f, 0x63, 0x7f, 0x1e,
0xf2, 0x33, 0xff, 0xdd, 0xfc, 0x8c, 0xee, 0x72, 0x61, 0x7c, 0x97, 0x7f, 0x97, 0x0a, 0x42, 0x21,
0x60, 0xa2, 0xff, 0x7f, 0xfb, 0xf0, 0x7b, 0x5e, 0x77, 0x46, 0x13, 0x29, 0x3a, 0x80, 0x15, 0x3f,
0x14, 0xb5, 0x11, 0x0f, 0x51, 0xef, 0xdc, 0x2d, 0x1a, 0xcb, 0xd5, 0xe3, 0xe8, 0xb2, 0x8b, 0x7e,
0x0e, 0x2f, 0x8f, 0xc1, 0x8c, 0x6f, 0x3a, 0xb5, 0x20, 0xda, 0xbc, 0x14, 0x45, 0x1b, 0xcf, 0x72,
0xb0, 0x57, 0xe9, 0xef, 0x18, 0x1b, 0x3b, 0xac, 0xe2, 0x09, 0xd3, 0x82, 0xa9, 0x5f, 0xff, 0x2a,
0x94, 0x86, 0x84, 0xb2, 0xea, 0x3a, 0x52, 0x53, 0x2e, 0x8b, 0x45, 0x81, 0xf4, 0xea, 0x3e, 0xbc,
0x34, 0x95, 0x1e, 0xa0, 0x1f, 0x42, 0x31, 0x60, 0x16, 0xc9, 0x98, 0xf2, 0xcc, 0x2f, 0x39, 0x02,
0x59, 0xf5, 0xaf, 0xc9, 0xc0, 0x64, 0xb4, 0x88, 0x69, 0x42, 0x6e, 0x48, 0xdc, 0x51, 0x5f, 0x94,
0x15, 0xe5, 0xad, 0xb7, 0x16, 0x23, 0x16, 0x6c, 0x75, 0xd4, 0xa7, 0x58, 0x2a, 0xab, 0x8f, 0x20,
0x27, 0x56, 0xd0, 0x12, 0xe4, 0x1f, 0xec, 0xde, 0xdb, 0xdd, 0xfb, 0x68, 0xb7, 0x9a, 0x40, 0x00,
0xb9, 0xed, 0x46, 0xa3, 0xb9, 0x7f, 0x58, 0x4d, 0xa2, 0x22, 0x64, 0xb7, 0xeb, 0x7b, 0xf8, 0xb0,
0x9a, 0x62, 0xcb, 0xb8, 0xf9, 0x41, 0xb3, 0x71, 0x58, 0x4d, 0xa3, 0x15, 0x28, 0x89, 0xb1, 0x76,
0x77, 0x0f, 0x7f, 0xb8, 0x7d, 0x58, 0xcd, 0x84, 0x96, 0x0e, 0x9a, 0xbb, 0xef, 0x37, 0x71, 0x35,
0xab, 0xfe, 0x80, 0xd5, 0x2d, 0x31, 0x54, 0x24, 0xa8, 0x50, 0x92, 0xa1, 0x0a, 0x45, 0xfd, 0x63,
0x0a, 0x94, 0x78, 0x7e, 0x81, 0x3e, 0x18, 0x73, 0x7c, 0xeb, 0x0c, 0xe4, 0x64, 0xcc, 0x7b, 0xf4,
0x2a, 0x94, 0x87, 0xe4, 0x88, 0xd0, 0x4e, 0x4f, 0xf0, 0x1d, 0x91, 0xbd, 0x4a, 0xb8, 0x24, 0x57,
0xb9, 0x92, 0x2b, 0xc4, 0x3e, 0x25, 0x1d, 0xaa, 0x89, 0x62, 0x49, 0x1c, 0xba, 0x22, 0x13, 0x63,
0xab, 0x07, 0x62, 0x51, 0xfd, 0xe4, 0x4c, 0x7b, 0x59, 0x84, 0x2c, 0x6e, 0x1e, 0xe2, 0x5f, 0x54,
0xd3, 0x08, 0x41, 0x99, 0x0f, 0xb5, 0x83, 0xdd, 0xed, 0xfd, 0x83, 0xd6, 0x1e, 0xdb, 0xcb, 0x73,
0x50, 0xf1, 0xf6, 0xd2, 0x5b, 0xcc, 0xaa, 0xff, 0x49, 0x42, 0x65, 0x2c, 0x40, 0xd0, 0x16, 0x64,
0x05, 0x67, 0x8e, 0x6b, 0x99, 0xf3, 0xf8, 0x96, 0xd1, 0x24, 0x44, 0xd1, 0x3b, 0x50, 0x20, 0xb2,
0x19, 0x30, 0x2d, 0x10, 0x45, 0x13, 0xc3, 0x6b, 0x17, 0x48, 0x55, 0x5f, 0x03, 0xbd, 0x0b, 0x45,
0x3f, 0xd2, 0x65, 0xa1, 0xf6, 0xca, 0xa4, 0xba, 0x8f, 0x11, 0x52, 0x3f, 0xd0, 0x41, 0x77, 0x02,
0xe2, 0x95, 0x99, 0x64, 0xea, 0x52, 0x5d, 0x08, 0x48, 0x65, 0x4f, 0x5e, 0x6d, 0xc0, 0x52, 0xc8,
0x1f, 0x74, 0x11, 0x8a, 0x03, 0xfd, 0x44, 0x76, 0x8f, 0x44, 0x9b, 0xa0, 0x30, 0xd0, 0x4f, 0x78,
0xe3, 0x08, 0xbd, 0x0c, 0x79, 0xf6, 0xb0, 0xab, 0x0b, 0xb4, 0x49, 0xe3, 0xdc, 0x40, 0x3f, 0xf9,
0xa9, 0xee, 0xaa, 0x1f, 0x43, 0x39, 0xda, 0x60, 0x61, 0x27, 0x71, 0x68, 0x8f, 0x2c, 0x83, 0xdb,
0xc8, 0x62, 0x31, 0x41, 0x37, 0x21, 0x7b, 0x6c, 0x0b, 0xb0, 0x9a, 0x1e, 0xb2, 0x0f, 0x6d, 0x4a,
0x42, 0x0d, 0x1a, 0x21, 0xad, 0x7e, 0x0e, 0x59, 0x0e, 0x3e, 0x0c, 0x48, 0x78, 0xab, 0x44, 0x92,
0x4e, 0x36, 0x46, 0x1f, 0x03, 0xe8, 0x94, 0x0e, 0xcd, 0xf6, 0x28, 0x30, 0xbc, 0x3e, 0x1d, 0xbc,
0xb6, 0x3d, 0xb9, 0xfa, 0x25, 0x89, 0x62, 0xab, 0x81, 0x6a, 0x08, 0xc9, 0x42, 0x06, 0xd5, 0x5d,
0x28, 0x47, 0x75, 0xc3, 0xdd, 0xc8, 0xe5, 0x29, 0xdd, 0x48, 0x9f, 0xf3, 0xf8, 0x8c, 0x29, 0x2d,
0xda, 0x62, 0x7c, 0xa2, 0x3e, 0x4d, 0x42, 0xe1, 0xf0, 0x44, 0x1e, 0xeb, 0x98, 0x8e, 0x4c, 0xa0,
0x9a, 0x0a, 0xf7, 0x1f, 0x44, 0x8b, 0x27, 0xed, 0x37, 0x8e, 0xde, 0xf3, 0x03, 0x37, 0xb3, 0x68,
0x85, 0xe8, 0x75, 0xd0, 0x24, 0x58, 0xbd, 0x0d, 0x45, 0xff, 0x54, 0x31, 0xf6, 0xae, 0x1b, 0xc6,
0x90, 0xb8, 0xae, 0xf4, 0xcd, 0x9b, 0xf2, 0x06, 0x9f, 0xfd, 0x44, 0x76, 0x38, 0xd2, 0x58, 0x4c,
0x54, 0x03, 0x2a, 0x63, 0x69, 0x0b, 0xbd, 0x0d, 0x79, 0x67, 0xd4, 0xd6, 0xbc, 0xed, 0x19, 0x0b,
0x1e, 0x8f, 0xe4, 0x8d, 0xda, 0x7d, 0xb3, 0x73, 0x8f, 0x9c, 0x7a, 0x3f, 0xc6, 0x19, 0xb5, 0xef,
0x89, 0x5d, 0x14, 0x6f, 0x49, 0x85, 0xdf, 0x72, 0x0c, 0x05, 0xef, 0x50, 0xa0, 0x9f, 0x84, 0xe3,
0xc4, 0xeb, 0xe7, 0xc6, 0xa6, 0x52, 0x69, 0x3e, 0x14, 0x26, 0xd7, 0x61, 0xc5, 0x35, 0xbb, 0x16,
0x31, 0xb4, 0xa0, 0x7e, 0xe0, 0x6f, 0x2b, 0xe0, 0x8a, 0x78, 0x70, 0xdf, 0x2b, 0x1e, 0xd4, 0x67,
0x49, 0x28, 0x78, 0x01, 0x3b, 0xf5, 0xdc, 0x45, 0x7e, 0x4c, 0xea, 0xec, 0x3f, 0x26, 0xae, 0x9b,
0xea, 0xf5, 0xab, 0x33, 0x67, 0xee, 0x57, 0xbf, 0x09, 0x88, 0xda, 0x54, 0xef, 0x6b, 0xc7, 0x36,
0x35, 0xad, 0xae, 0x26, 0x76, 0x53, 0x50, 0xa6, 0x2a, 0x7f, 0xf2, 0x90, 0x3f, 0xd8, 0xe7, 0x1b,
0xfb, 0x9b, 0x24, 0x14, 0xfc, 0xe4, 0x77, 0xd6, 0x9e, 0xda, 0x79, 0xc8, 0x49, 0x7c, 0x17, 0x4d,
0x35, 0x39, 0xf3, 0xdb, 0xbb, 0x99, 0x50, 0x7b, 0x57, 0x81, 0xc2, 0x80, 0x50, 0x9d, 0x33, 0x00,
0x51, 0xa3, 0xf9, 0xf3, 0xeb, 0x77, 0x60, 0x29, 0xd4, 0xde, 0x64, 0xa1, 0xb5, 0xdb, 0xfc, 0xa8,
0x9a, 0x50, 0xf2, 0x4f, 0xbf, 0xba, 0x92, 0xde, 0x25, 0x4f, 0xd8, 0xa1, 0xc4, 0xcd, 0x46, 0xab,
0xd9, 0xb8, 0x57, 0x4d, 0x2a, 0x4b, 0x4f, 0xbf, 0xba, 0x92, 0xc7, 0x84, 0x77, 0x49, 0xb6, 0xbe,
0x00, 0xa8, 0x6c, 0xd7, 0x1b, 0x3b, 0x2c, 0x29, 0x99, 0x1d, 0x5d, 0xf6, 0x8e, 0x32, 0xbc, 0xb0,
0x9d, 0x79, 0xcd, 0xa9, 0xcc, 0x6e, 0x9d, 0xa1, 0xbb, 0x90, 0xe5, 0x35, 0x2f, 0x9a, 0x7d, 0xef,
0xa9, 0xcc, 0xe9, 0xa5, 0xb1, 0x1f, 0xc3, 0x4f, 0xed, 0xcc, 0x8b, 0x50, 0x65, 0x76, 0x6b, 0x0d,
0x61, 0x28, 0x06, 0x45, 0xeb, 0xfc, 0x8b, 0x51, 0x65, 0x81, 0x76, 0x1b, 0xb3, 0x19, 0xb0, 0xf5,
0xf9, 0x17, 0x85, 0xca, 0x02, 0xb8, 0x82, 0xee, 0x43, 0xde, 0xab, 0x83, 0xe6, 0x5d, 0x5d, 0x2a,
0x73, 0x5b, 0x61, 0xec, 0x13, 0x88, 0x7a, 0x75, 0xf6, 0x3d, 0xac, 0x32, 0xa7, 0xaf, 0x87, 0x76,
0x20, 0x27, 0x29, 0xe8, 0x9c, 0xeb, 0x48, 0x65, 0x5e, 0x6b, 0x8b, 0x6d, 0x5a, 0x50, 0xed, 0xcf,
0xbf, 0x5d, 0x56, 0x16, 0x68, 0x59, 0xa2, 0x07, 0x00, 0xa1, 0xea, 0x74, 0x81, 0x6b, 0x63, 0x65,
0x91, 0x56, 0x24, 0xda, 0x83, 0x82, 0x5f, 0x85, 0xcc, 0xbd, 0xc4, 0x55, 0xe6, 0xf7, 0x04, 0xd1,
0x23, 0x28, 0x45, 0xe9, 0xf7, 0x62, 0x57, 0xb3, 0xca, 0x82, 0xcd, 0x3e, 0x66, 0x3f, 0xca, 0xc5,
0x17, 0xbb, 0xaa, 0x55, 0x16, 0xec, 0xfd, 0xa1, 0x4f, 0x61, 0x65, 0x92, 0x2b, 0x2f, 0x7e, 0x73,
0xab, 0x9c, 0xa1, 0x1b, 0x88, 0x06, 0x80, 0xa6, 0x70, 0xec, 0x33, 0x5c, 0xe4, 0x2a, 0x67, 0x69,
0x0e, 0xd6, 0x9b, 0x5f, 0x3f, 0x5f, 0x4b, 0x7e, 0xf3, 0x7c, 0x2d, 0xf9, 0x8f, 0xe7, 0x6b, 0xc9,
0x2f, 0x5f, 0xac, 0x25, 0xbe, 0x79, 0xb1, 0x96, 0xf8, 0xdb, 0x8b, 0xb5, 0xc4, 0x2f, 0xdf, 0xe8,
0x9a, 0xb4, 0x37, 0x6a, 0x6f, 0x74, 0xec, 0xc1, 0x66, 0xf8, 0x5f, 0x26, 0xd3, 0xfe, 0xf9, 0xd2,
0xce, 0xf1, 0xf4, 0x72, 0xe3, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0xf9, 0x1e, 0x0c, 0xba, 0x19,
0x23, 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.


+ 4
- 4
proto/tendermint/abci/types.proto View File

@ -205,8 +205,8 @@ message ResponseCheckTx {
bytes data = 2;
string log = 3; // nondeterministic
string info = 4; // nondeterministic
int64 gas_wanted = 5;
int64 gas_used = 6;
int64 gas_wanted = 5 [json_name = "gas_wanted"];
int64 gas_used = 6 [json_name = "gas_used"];
repeated Event events = 7
[(gogoproto.nullable) = false, (gogoproto.jsontag) = "events,omitempty"];
string codespace = 8;
@ -217,8 +217,8 @@ message ResponseDeliverTx {
bytes data = 2;
string log = 3; // nondeterministic
string info = 4; // nondeterministic
int64 gas_wanted = 5;
int64 gas_used = 6;
int64 gas_wanted = 5 [json_name = "gas_wanted"];
int64 gas_used = 6 [json_name = "gas_used"];
repeated Event events = 7
[(gogoproto.nullable) = false, (gogoproto.jsontag) = "events,omitempty"];
string codespace = 8;


+ 10
- 10
rpc/swagger/swagger.yaml View File

@ -1640,10 +1640,10 @@ components:
info:
type: "string"
example: ""
gasWanted:
gas_wanted:
type: "string"
example: "100"
gasUsed:
gas_used:
type: "string"
example: "100"
events:
@ -2707,17 +2707,17 @@ components:
tx_result:
required:
- "log"
- "gasWanted"
- "gasUsed"
- "gas_wanted"
- "gas_used"
- "tags"
properties:
log:
type: "string"
example: '[{"msg_index":"0","success":true,"log":""}]'
gasWanted:
gas_wanted:
type: "string"
example: "200000"
gasUsed:
gas_used:
type: "string"
example: "28596"
tags:
@ -2808,17 +2808,17 @@ components:
tx_result:
required:
- "log"
- "gasWanted"
- "gasUsed"
- "gas_wanted"
- "gas_used"
- "tags"
properties:
log:
type: "string"
example: '[{"msg_index":"0","success":true,"log":""}]'
gasWanted:
gas_wanted:
type: "string"
example: "200000"
gasUsed:
gas_used:
type: "string"
example: "28596"
tags:


Loading…
Cancel
Save