google-apis-blockchainnodeengine_v1 0.7.0 → 0.8.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: 3b6c77f9769970f400d62955f914fe31cbef1b94dffd0a45b06eebfdcf5b1cb5
|
|
4
|
+
data.tar.gz: 74b790fea53490ed33d8be6ca586a12536f4d250b366c7b581af47ce0b973ef9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4603d4b4778170dd2b10ea0b7103134c3f671c3464fb0fa78059e5da07d287f6a38f277e63bc4ff08b4ec0ac2644c6ebc657dbc393d435bde601860ecac055da
|
|
7
|
+
data.tar.gz: 9fe0130d80e4391126ccff76ddbfdbe29541b80dac3e4a4348403266fe09c903f21c00b1ef8104315f586b4b3aa316b833d69a0b15a2e5497457c8b1ae307b2e
|
data/CHANGELOG.md
CHANGED
|
@@ -598,6 +598,13 @@ module Google
|
|
|
598
598
|
class ValidatorConfig
|
|
599
599
|
include Google::Apis::Core::Hashable
|
|
600
600
|
|
|
601
|
+
# Immutable. When true, deploys a GCP-managed validator client alongside the
|
|
602
|
+
# beacon client.
|
|
603
|
+
# Corresponds to the JSON property `managedValidatorClient`
|
|
604
|
+
# @return [Boolean]
|
|
605
|
+
attr_accessor :managed_validator_client
|
|
606
|
+
alias_method :managed_validator_client?, :managed_validator_client
|
|
607
|
+
|
|
601
608
|
# URLs for MEV-relay services to use for block building. When set, a GCP-managed
|
|
602
609
|
# MEV-boost service is configured on the beacon client.
|
|
603
610
|
# Corresponds to the JSON property `mevRelayUrls`
|
|
@@ -610,6 +617,7 @@ module Google
|
|
|
610
617
|
|
|
611
618
|
# Update properties of this object
|
|
612
619
|
def update!(**args)
|
|
620
|
+
@managed_validator_client = args[:managed_validator_client] if args.key?(:managed_validator_client)
|
|
613
621
|
@mev_relay_urls = args[:mev_relay_urls] if args.key?(:mev_relay_urls)
|
|
614
622
|
end
|
|
615
623
|
end
|
|
@@ -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.8.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.13.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240124"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -274,6 +274,7 @@ module Google
|
|
|
274
274
|
class ValidatorConfig
|
|
275
275
|
# @private
|
|
276
276
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
277
|
+
property :managed_validator_client, as: 'managedValidatorClient'
|
|
277
278
|
collection :mev_relay_urls, as: 'mevRelayUrls'
|
|
278
279
|
end
|
|
279
280
|
end
|
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.8.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: 2024-
|
|
11
|
+
date: 2024-02-04 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.8.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: []
|