diff --git a/build/openrpc/full.json.gz b/build/openrpc/full.json.gz index 297a6411e..3af032bab 100644 Binary files a/build/openrpc/full.json.gz and b/build/openrpc/full.json.gz differ diff --git a/build/params_shared_vals.go b/build/params_shared_vals.go index f67971235..92bbc5db9 100644 --- a/build/params_shared_vals.go +++ b/build/params_shared_vals.go @@ -25,7 +25,7 @@ const UnixfsLinksPerLevel = 1024 // Consensus / Network const AllowableClockDriftSecs = uint64(1) -const NewestNetworkVersion = network.Version9 +const NewestNetworkVersion = network.Version11 const ActorUpgradeNetworkVersion = network.Version4 // Epochs diff --git a/build/params_testground.go b/build/params_testground.go index 11a823fcf..fd4298281 100644 --- a/build/params_testground.go +++ b/build/params_testground.go @@ -100,7 +100,7 @@ var ( 0: DrandMainnet, } - NewestNetworkVersion = network.Version9 + NewestNetworkVersion = network.Version11 ActorUpgradeNetworkVersion = network.Version4 Devnet = true diff --git a/documentation/en/api-methods.md b/documentation/en/api-methods.md index 2830be0bd..a3b956ee7 100644 --- a/documentation/en/api-methods.md +++ b/documentation/en/api-methods.md @@ -4517,7 +4517,7 @@ Inputs: ] ``` -Response: `9` +Response: `11` ### StateReadState StateReadState returns the indicated actor's state.