mergify[bot]
5a06701a9a
Bump rbpf to v0.2.24 ( #23263 ) ( #23265 )
...
(cherry picked from commit d0d256ee9a
)
Co-authored-by: Alexander Meißner <AlexanderMeissner@gmx.net >
2022-02-22 11:32:54 +00:00
mergify[bot]
e45559701c
Bumps solana_rbpf to version v0.2.23 ( #22954 ) ( #23254 )
...
(cherry picked from commit e05cf4bf97
)
Co-authored-by: Alexander Meißner <AlexanderMeissner@gmx.net >
2022-02-21 12:26:10 +00:00
mergify[bot]
f63505df33
Bumps solana_rbpf to version v0.2.22 ( #22923 ) ( #23252 )
...
* Bumps solana_rbpf to v0.2.22
* Adjusts vm::Config and feature gates.
(cherry picked from commit 96c88d1a5e
)
Co-authored-by: Alexander Meißner <AlexanderMeissner@gmx.net >
2022-02-21 00:09:45 +00:00
Will Hickey
b77ec9d46e
Bump version to 1.8.17
2022-02-17 22:34:41 -08:00
Will Hickey
9238cef204
Bump version to v1.8.16 ( #23222 )
2022-02-17 19:34:03 -06:00
Trent Nelson
9b90162564
Bump version to 1.8.15 ( #22670 )
2022-01-22 11:15:07 +08:00
Trent Nelson
eede487797
Bump version to v1.8.14 ( #22573 )
2022-01-19 17:40:37 +08:00
Trent Nelson
9aa7821277
Bump version to v1.8.13
2022-01-08 12:27:11 -07:00
Trent Nelson
8a470d3ae8
add excutor creation trace timings
2022-01-08 04:46:31 -07:00
Alexander Meißner
de1a9f84ac
Bump rbpf to v0.2.21 ( #22216 ) ( #22218 )
...
(cherry picked from commit 9139be89b7
)
2022-01-01 21:43:28 +00:00
Alexander Meißner
7793a11b65
Bump solana_rbpf to version v0.2.20 ( #22166 )
2021-12-30 17:34:11 +01:00
Tyera Eulberg
dd8e7f650a
Revert "Revert "Build OpenSSL statically (backport #21533 ) ( #21541 )""
...
This reverts commit 8af4716710
.
2021-12-16 19:28:48 -07:00
Michael Vines
6bc52d4d47
Bump version to v1.8.12
2021-12-15 09:25:32 -08:00
Alexander Meißner
423a4d6546
Bumps solana_rbpf to v0.2.19 ( #21880 )
2021-12-14 14:06:08 -08:00
Alexander Meißner
16f6bdf0b8
Bumps solana_rbpf to v0.2.18 ( #21778 )
2021-12-14 14:06:08 -08:00
Alexander Meißner
63629351f8
Bumps solana_rbpf to v0.2.17 ( #21672 )
...
(cherry picked from commit 31b8fd3109
)
Co-authored-by: Alexander Meißner <AlexanderMeissner@gmx.net >
2021-12-14 14:06:08 -08:00
Alexander Meißner
558a52d5cb
Bumps solana_rbpf to v0.2.16 ( #21492 )
2021-12-14 14:06:08 -08:00
Alexander Meißner
b00087e1ca
Bump solana_rbpf to version v0.2.15 ( #21289 )
...
Bumps [solana_rbpf](https://github.com/solana-labs/rbpf ) from 0.2.14 to 0.2.15.
- [Release notes](https://github.com/solana-labs/rbpf/releases )
- [Commits](https://github.com/solana-labs/rbpf/compare/v0.2.14...v0.2.15 )
---
updated-dependencies:
- dependency-name: solana_rbpf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-14 14:06:08 -08:00
Alexander Meißner
f9b7e24846
Bump solana_rbpf to version v0.2.14 ( #18869 )
...
* Feature gate for verify_mul64_imm_nonzero as discussed in #17520 .
2021-12-14 14:06:08 -08:00
Alexander Meißner
843f26c2de
Bump solana_rbpf to version 0.2.13 ( #18068 )
...
* Moves syscall_registry into the rbpf Executable constructor.
* Adds the reject_unresolved_syscalls flag which is only set when deploying programs via the CLI.
2021-12-14 14:06:08 -08:00
Alexander Meißner
a09e8397fb
Bump solana_rbpf to version 0.2.12 ( #17585 )
...
Unify BPF verifiers.
2021-12-14 14:06:08 -08:00
Tao Zhu
4cae58bfe9
Bump version to 1.8.11
2021-12-13 12:58:29 -08:00
Trent Nelson
16abcac802
Bump version to 1.8.10
2021-12-13 12:46:23 -06:00
Trent Nelson
a5e6a188c1
Bump version to 1.8.9
2021-12-13 12:46:23 -06:00
Trent Nelson
9f44d60a39
Bump version to 1.8.8
2021-12-13 12:46:23 -06:00
Trent Nelson
9284c6fffb
Bump version to 1.8.7
2021-12-13 12:46:23 -06:00
Trent Nelson
2c49ab1ab4
Bump version to 1.8.6
2021-12-13 12:46:23 -06:00
Trent Nelson
9832ac54a4
Revert "Bump version to v1.8.6 ( #21329 )"
...
This reverts commit 336ee01aae
.
2021-12-13 12:46:23 -06:00
Trent Nelson
dc633e3385
Revert "Bump version to v1.8.7"
...
This reverts commit 008139f506
.
2021-12-13 12:46:23 -06:00
Trent Nelson
8af4716710
Revert "Build OpenSSL statically (backport #21533 ) ( #21541 )"
...
This reverts commit e368de5f9c
.
2021-12-13 12:46:23 -06:00
Trent Nelson
6aaff6183d
Revert "Bump solana_rbpf to version 0.2.12 ( #17585 )"
...
This reverts commit 231a3bda8e
.
2021-12-13 12:46:23 -06:00
Trent Nelson
de8dc27ecf
Revert "Bump solana_rbpf to version 0.2.13 ( #18068 )"
...
This reverts commit 765fbc9a8c
.
2021-12-13 12:46:23 -06:00
Trent Nelson
cc75f576e2
Revert "Bump solana_rbpf to version v0.2.14 ( #18869 )"
...
This reverts commit 9d66458a40
.
2021-12-13 12:46:23 -06:00
Trent Nelson
7e2e7dffa6
Revert "Bump solana_rbpf to version v0.2.15 ( #21289 )"
...
This reverts commit e52b3fd1d8
.
2021-12-13 12:46:23 -06:00
Trent Nelson
c6141925a9
Revert "Bumps solana_rbpf to v0.2.16 ( #21492 )"
...
This reverts commit f04e06e0c2
.
2021-12-13 12:46:23 -06:00
Trent Nelson
3369826bd1
Revert "Bump version to v1.8.8 ( #21609 )"
...
This reverts commit b8306a99d8
.
2021-12-13 12:46:23 -06:00
Trent Nelson
fe5363ec6a
Revert "Bumps solana_rbpf to v0.2.17 ( #21672 ) ( #21679 )"
...
This reverts commit 387d5af52e
.
2021-12-13 12:46:23 -06:00
Trent Nelson
c0794d6fbb
Revert "Bump version to v1.8.9 ( #21703 )"
...
This reverts commit 69027e3f7e
.
2021-12-13 12:46:23 -06:00
Trent Nelson
3b5bafe510
Revert "Bump solana_rbpf to version v0.2.18 ( #21778 )"
...
This reverts commit 2b2536ac42
.
2021-12-13 12:46:23 -06:00
Trent Nelson
400418fe2f
Revert "Bump version to 1.8.10 ( #21790 )"
...
This reverts commit 73acae9b5d
.
2021-12-13 12:46:23 -06:00
Tao Zhu
73acae9b5d
Bump version to 1.8.10 ( #21790 )
2021-12-10 18:44:32 -06:00
Alexander Meißner
2b2536ac42
Bump solana_rbpf to version v0.2.18 ( #21778 )
2021-12-10 15:02:47 -06:00
Alexander Meißner
69027e3f7e
Bump version to v1.8.9 ( #21703 )
2021-12-08 18:33:05 +01:00
mergify[bot]
387d5af52e
Bumps solana_rbpf to v0.2.17 ( #21672 ) ( #21679 )
...
(cherry picked from commit 31b8fd3109
)
Co-authored-by: Alexander Meißner <AlexanderMeissner@gmx.net >
2021-12-07 23:36:40 +00:00
Trent Nelson
b8306a99d8
Bump version to v1.8.8 ( #21609 )
2021-12-04 10:00:35 -07:00
Alexander Meißner
f04e06e0c2
Bumps solana_rbpf to v0.2.16 ( #21492 )
2021-12-04 00:41:04 -07:00
Alexander Meißner
e52b3fd1d8
Bump solana_rbpf to version v0.2.15 ( #21289 )
...
Bumps [solana_rbpf](https://github.com/solana-labs/rbpf ) from 0.2.14 to 0.2.15.
- [Release notes](https://github.com/solana-labs/rbpf/releases )
- [Commits](https://github.com/solana-labs/rbpf/compare/v0.2.14...v0.2.15 )
---
updated-dependencies:
- dependency-name: solana_rbpf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-04 00:41:04 -07:00
Alexander Meißner
9d66458a40
Bump solana_rbpf to version v0.2.14 ( #18869 )
...
* Feature gate for verify_mul64_imm_nonzero as discussed in #17520 .
2021-12-04 00:41:04 -07:00
Alexander Meißner
765fbc9a8c
Bump solana_rbpf to version 0.2.13 ( #18068 )
...
* Moves syscall_registry into the rbpf Executable constructor.
* Adds the reject_unresolved_syscalls flag which is only set when deploying programs via the CLI.
2021-12-04 00:41:04 -07:00
Alexander Meißner
231a3bda8e
Bump solana_rbpf to version 0.2.12 ( #17585 )
...
Unify BPF verifiers.
2021-12-04 00:41:04 -07:00