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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a0f67dad60dd736838ea4394463a20d4d98c99f705581701e90017f45377b21f
|
|
4
|
+
data.tar.gz: 37ee6f3a2c0359e2fd1c895cd2b8093b5ff4fe2de60515da858c7c1c23872c12
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7b93484ded3d9e65944580f8b55403606da2bb9e0a06f531128266715494942569b7bf0158dc999ce8c14c8271c82c41dfe55a20f204ca505da2ca96a649bf60
|
|
7
|
+
data.tar.gz: 8e618f3f9f1e885c263d17f4bf4ee363c614d5d84b90773c77b7b64c3b9e3c60f1973fbd383f69369559a955d2bda49b129f5c27d73738732456e5cd5249b056
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|