Skip to content

Commit edad113

Browse files
authored
Merge pull request #4153 from sisuresh/bump-env4
Bump env curr and prev Reviewed-by: graydon
2 parents b12f66a + 7eaff77 commit edad113

File tree

5 files changed

+59
-98
lines changed

5 files changed

+59
-98
lines changed

Cargo.lock

+34-74
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/versioning.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,12 @@ Upgrades are specified with:
5050
* protocolversion - upgrades value of ledgerVersion in ledger header, uses
5151
upgrade type LEDGER_UPGRADE_VERSION (when specified it has to match the
5252
supported version number)
53-
* configupgradesetkey - this key will be converted to a ContractData LedgerKey, and the
54-
ContractData LedgerEntry retrieved with that will have a val of SCV_BYTES
55-
containing a serialized ConfigUpgradeSet. Each ConfigSettingEntry in the
56-
ConfigUpgradeSet will be used to update the existing network ConfigSettingEntry
57-
that exists at the corresponding CONFIG_SETTING LedgerKey.
53+
* configupgradesetkey - this is a serialized ConfigUpgradeSetKey, which contains
54+
a ContractData LedgerKey and a contractID. The ContractData LedgerEntry
55+
retrieved with that will have a val of SCV_BYTES containing a serialized
56+
ConfigUpgradeSet. Each ConfigSettingEntry in the ConfigUpgradeSet will be used
57+
to update the existing network ConfigSettingEntry that exists at the
58+
corresponding CONFIG_SETTING LedgerKey.
5859

5960
#### Limitations of the current implementation
6061
There is an assumption that validator operators are either paying attention to network wide proposals

src/rust/Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ itertools = "=0.11.0"
3636
version = "=20.1.0"
3737
git = "https://github.com/stellar/rs-soroban-env"
3838
package = "soroban-env-host"
39-
rev = "b6ef8e32d86b008b2ecfdb2d7ca958e751190523"
39+
rev = "e6b597c20aeda9963798a74b14ec1dd51c3a72e0"
4040

4141
# This copy of the soroban host is _optional_ and only enabled during protocol
4242
# transitions. When transitioning from protocol N to N+1, the `curr` copy
@@ -57,20 +57,20 @@ rev = "b6ef8e32d86b008b2ecfdb2d7ca958e751190523"
5757

5858
[dependencies.soroban-env-host-prev]
5959
optional = true
60-
version = "=20.0.0-rc2"
60+
version = "=20.1.0"
6161
git = "https://github.com/stellar/rs-soroban-env"
6262
package = "soroban-env-host"
63-
rev = "bed170cde09a53c85ae2e02f9278ef0dfa4e0900"
63+
rev = "b6ef8e32d86b008b2ecfdb2d7ca958e751190523"
6464

6565
[dependencies.soroban-test-wasms]
6666
version = "=20.1.0"
6767
git = "https://github.com/stellar/rs-soroban-env"
68-
rev = "b6ef8e32d86b008b2ecfdb2d7ca958e751190523"
68+
rev = "e6b597c20aeda9963798a74b14ec1dd51c3a72e0"
6969

7070
[dependencies.soroban-synth-wasm]
7171
version = "=20.1.0"
7272
git = "https://github.com/stellar/rs-soroban-env"
73-
rev = "b6ef8e32d86b008b2ecfdb2d7ca958e751190523"
73+
rev = "e6b597c20aeda9963798a74b14ec1dd51c3a72e0"
7474

7575
[dependencies.cargo-lock]
7676
version = "=9.0.0"

src/rust/src/host-dep-tree-curr.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
soroban-env-host 20.1.0 git+https://github.com/stellar/rs-soroban-env?rev=b6ef8e32d86b008b2ecfdb2d7ca958e751190523#b6ef8e32d86b008b2ecfdb2d7ca958e751190523
1+
soroban-env-host 20.1.0 git+https://github.com/stellar/rs-soroban-env?rev=e6b597c20aeda9963798a74b14ec1dd51c3a72e0#e6b597c20aeda9963798a74b14ec1dd51c3a72e0
22
├── tracy-client 0.15.2 checksum:434ecabbda9f67eeea1eab44d52f4a20538afa3e2c2770f2efc161142b25b608
33
│ ├── tracy-client-sys 0.20.0 checksum:e8cf8aeb20e40d13be65a0b134f8d82d360e72b2793a11de8867d7fbc0f9d6f6
44
│ │ └── cc 1.0.79 checksum:50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f
@@ -97,7 +97,7 @@ soroban-env-host 20.1.0 git+https://github.com/stellar/rs-soroban-env?rev=b6ef8e
9797
│ ├── wasmi_arena 0.4.0 git+https://github.com/stellar/wasmi?rev=ab29800224d85ee64d4ac127bac84cdbb0276721#ab29800224d85ee64d4ac127bac84cdbb0276721
9898
│ ├── spin 0.9.8 checksum:6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67
9999
│ └── smallvec 1.10.0 checksum:a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0
100-
├── soroban-env-common 20.1.0 git+https://github.com/stellar/rs-soroban-env?rev=b6ef8e32d86b008b2ecfdb2d7ca958e751190523#b6ef8e32d86b008b2ecfdb2d7ca958e751190523
100+
├── soroban-env-common 20.1.0 git+https://github.com/stellar/rs-soroban-env?rev=e6b597c20aeda9963798a74b14ec1dd51c3a72e0#e6b597c20aeda9963798a74b14ec1dd51c3a72e0
101101
│ ├── tracy-client 0.15.2 checksum:434ecabbda9f67eeea1eab44d52f4a20538afa3e2c2770f2efc161142b25b608
102102
│ ├── stellar-xdr 20.0.2 checksum:e9f00a85bd9b1617d4cb7e741733889c9940e6bdeca360db81752b0ef04fe3a5
103103
│ │ ├── stellar-strkey 0.0.8 checksum:12d2bf45e114117ea91d820a846fd1afbe3ba7d717988fee094ce8227a3bf8bd
@@ -107,7 +107,7 @@ soroban-env-host 20.1.0 git+https://github.com/stellar/rs-soroban-env?rev=b6ef8e
107107
│ │ └── base64 0.13.1 checksum:9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8
108108
│ ├── static_assertions 1.1.0 checksum:a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f
109109
│ ├── soroban-wasmi 0.31.1-soroban.20.0.0 git+https://github.com/stellar/wasmi?rev=ab29800224d85ee64d4ac127bac84cdbb0276721#ab29800224d85ee64d4ac127bac84cdbb0276721
110-
│ ├── soroban-env-macros 20.1.0 git+https://github.com/stellar/rs-soroban-env?rev=b6ef8e32d86b008b2ecfdb2d7ca958e751190523#b6ef8e32d86b008b2ecfdb2d7ca958e751190523
110+
│ ├── soroban-env-macros 20.1.0 git+https://github.com/stellar/rs-soroban-env?rev=e6b597c20aeda9963798a74b14ec1dd51c3a72e0#e6b597c20aeda9963798a74b14ec1dd51c3a72e0
111111
│ │ ├── syn 2.0.39 checksum:23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a
112112
│ │ ├── stellar-xdr 20.0.2 checksum:e9f00a85bd9b1617d4cb7e741733889c9940e6bdeca360db81752b0ef04fe3a5
113113
│ │ ├── serde_json 1.0.108 checksum:3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b
@@ -123,7 +123,7 @@ soroban-env-host 20.1.0 git+https://github.com/stellar/rs-soroban-env?rev=b6ef8e
123123
│ │ └── proc-macro2 1.0.69 checksum:134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da
124124
│ ├── ethnum 1.5.0 checksum:b90ca2580b73ab6a1f724b76ca11ab632df820fd6040c336200d2c1df7b3c82c
125125
│ └── crate-git-revision 0.0.6 checksum:c521bf1f43d31ed2f73441775ed31935d77901cb3451e44b38a1c1612fcbaf98
126-
├── soroban-builtin-sdk-macros 20.1.0 git+https://github.com/stellar/rs-soroban-env?rev=b6ef8e32d86b008b2ecfdb2d7ca958e751190523#b6ef8e32d86b008b2ecfdb2d7ca958e751190523
126+
├── soroban-builtin-sdk-macros 20.1.0 git+https://github.com/stellar/rs-soroban-env?rev=e6b597c20aeda9963798a74b14ec1dd51c3a72e0#e6b597c20aeda9963798a74b14ec1dd51c3a72e0
127127
│ ├── syn 2.0.39 checksum:23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a
128128
│ ├── quote 1.0.33 checksum:5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae
129129
│ ├── proc-macro2 1.0.69 checksum:134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da

0 commit comments

Comments
 (0)