google-apis-blockchainnodeengine_v1 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b2c1c2a3387bbf7b892a2a3bc33868695eccceba89a4a9d5a3d3121b2a47aa65
4
- data.tar.gz: 5f5ad81f5293eebe3f9883e11aee35f837763e77ceed9d3757adbf3b0808f7d6
3
+ metadata.gz: a0f67dad60dd736838ea4394463a20d4d98c99f705581701e90017f45377b21f
4
+ data.tar.gz: 37ee6f3a2c0359e2fd1c895cd2b8093b5ff4fe2de60515da858c7c1c23872c12
5
5
  SHA512:
6
- metadata.gz: a604b61c7ec71fabfc5e02ec4606ffdef8f1304275c3f6fdea11e10f7cb2adcfbd1145d8f2833cffb5bcf22d7be91b9964c3b4400afa6370196755d822eede79
7
- data.tar.gz: 7b86b0c1f53defd24c0f8fc56e7dfcfca46b849dd748258edd0ece74abce4230f9c74630a213b1d377196e26081dae378bba48e2f250e56d4243b221e7bea6b7
6
+ metadata.gz: 7b93484ded3d9e65944580f8b55403606da2bb9e0a06f531128266715494942569b7bf0158dc999ce8c14c8271c82c41dfe55a20f204ca505da2ca96a649bf60
7
+ data.tar.gz: 8e618f3f9f1e885c263d17f4bf4ee363c614d5d84b90773c77b7b64c3b9e3c60f1973fbd383f69369559a955d2bda49b129f5c27d73738732456e5cd5249b056
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-blockchainnodeengine_v1
2
2
 
3
+ ### v0.3.0 (2023-10-01)
4
+
5
+ * Regenerated from discovery document revision 20230920
6
+
3
7
  ### v0.2.0 (2023-09-17)
4
8
 
5
9
  * Regenerated from discovery document revision 20230914
@@ -172,6 +172,16 @@ module Google
172
172
  attr_accessor :api_enable_debug
173
173
  alias_method :api_enable_debug?, :api_enable_debug
174
174
 
175
+ # An Ethereum address which the beacon client will send fee rewards to if no
176
+ # recipient is configured in the validator client. See https://lighthouse-book.
177
+ # sigmaprime.io/suggested-fee-recipient.html or https://docs.prylabs.network/
178
+ # docs/execution-node/fee-recipient for examples of how this is used. Note that
179
+ # while this is often described as "suggested", as we run the execution node we
180
+ # can trust the execution node, and therefore this is considered enforced.
181
+ # Corresponds to the JSON property `beaconFeeRecipient`
182
+ # @return [String]
183
+ attr_accessor :beacon_fee_recipient
184
+
175
185
  # Immutable. The consensus client.
176
186
  # Corresponds to the JSON property `consensusClient`
177
187
  # @return [String]
@@ -207,6 +217,7 @@ module Google
207
217
  @additional_endpoints = args[:additional_endpoints] if args.key?(:additional_endpoints)
208
218
  @api_enable_admin = args[:api_enable_admin] if args.key?(:api_enable_admin)
209
219
  @api_enable_debug = args[:api_enable_debug] if args.key?(:api_enable_debug)
220
+ @beacon_fee_recipient = args[:beacon_fee_recipient] if args.key?(:beacon_fee_recipient)
210
221
  @consensus_client = args[:consensus_client] if args.key?(:consensus_client)
211
222
  @execution_client = args[:execution_client] if args.key?(:execution_client)
212
223
  @geth_details = args[:geth_details] if args.key?(:geth_details)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BlockchainnodeengineV1
18
18
  # Version of the google-apis-blockchainnodeengine_v1 gem
19
- GEM_VERSION = "0.2.0"
19
+ GEM_VERSION = "0.3.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230914"
25
+ REVISION = "20230920"
26
26
  end
27
27
  end
28
28
  end
@@ -158,6 +158,7 @@ module Google
158
158
 
159
159
  property :api_enable_admin, as: 'apiEnableAdmin'
160
160
  property :api_enable_debug, as: 'apiEnableDebug'
161
+ property :beacon_fee_recipient, as: 'beaconFeeRecipient'
161
162
  property :consensus_client, as: 'consensusClient'
162
163
  property :execution_client, as: 'executionClient'
163
164
  property :geth_details, as: 'gethDetails', class: Google::Apis::BlockchainnodeengineV1::GethDetails, decorator: Google::Apis::BlockchainnodeengineV1::GethDetails::Representation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-blockchainnodeengine_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-17 00:00:00.000000000 Z
11
+ date: 2023-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-blockchainnodeengine_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-blockchainnodeengine_v1/v0.2.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-blockchainnodeengine_v1/v0.3.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-blockchainnodeengine_v1
63
63
  post_install_message:
64
64
  rdoc_options: []