Tyera Eulberg
9f53f3455a
Revert "Revert "Reformat imports to a consistent style for imports""
...
This reverts commit d7377d4794
.
2021-12-16 19:28:48 -07:00
Tyera Eulberg
58e46e107c
Revert "Revert "Update builtins.rs""
...
This reverts commit c60314c4a1
.
2021-12-16 19:28:48 -07:00
Tyera Eulberg
3c5ac9ab27
Revert "Revert "Quash M1 build warning""
...
This reverts commit bcacaf78e9
.
2021-12-16 19:28:48 -07:00
Trent Nelson
bcacaf78e9
Revert "Quash M1 build warning"
...
This reverts commit 713b61677e
.
2021-12-13 12:46:23 -06:00
Trent Nelson
c60314c4a1
Revert "Update builtins.rs"
...
This reverts commit a54fa45d5a
.
2021-12-13 12:46:23 -06:00
Trent Nelson
d7377d4794
Revert "Reformat imports to a consistent style for imports"
...
This reverts commit 139d15cd84
.
2021-12-13 12:46:23 -06:00
Michael Vines
139d15cd84
Reformat imports to a consistent style for imports
...
rustfmt.toml configuration:
imports_granularity = "One"
group_imports = "One"
2021-12-03 09:41:09 -08:00
Michael Vines
a54fa45d5a
Update builtins.rs
2021-11-30 00:55:07 -08:00
Michael Vines
713b61677e
Quash M1 build warning
...
(cherry picked from commit e31b469f56
)
# Conflicts:
# ledger/src/builtins.rs
2021-11-30 00:55:07 -08:00
mergify[bot]
784c745efa
Disable JIT compiler on unsupported platforms ( #21215 ) ( #21218 )
...
(cherry picked from commit b4d09388aa
)
Co-authored-by: Kirill Fomichev <fanatid@ya.ru >
2021-11-09 13:29:49 +00:00
Michael Vines
501fd83afd
Fix up upgradeable bpf loader activation
2020-12-16 06:36:14 +00:00
Jack May
582418de5e
Cleanup ledger builtins ( #14083 )
2020-12-15 12:23:49 -08:00
Jack May
9e90394583
Upgradeable loader ( #13689 )
2020-12-14 15:35:10 -08:00
Alexander Meißner
a706706572
Validator CLI option to enable just-in-time compilation of BPF ( #13789 )
...
* Adds a CLI option to the validator to enable just-in-time compilation of BPF.
* Refactoring to use bpf_loader_program instead of feature_set to pass JIT flag from the validator CLI to the executor.
2020-12-07 09:49:55 +01:00
Tyera Eulberg
bc62313c66
Allow feature builtins to overwrite existing builtins ( #13403 )
...
* Allow feature builtins to overwrite existing builtins
* Add feature_builtin ActivationType
* Correctly retain idempotent for replacing case
* Fix test
Co-authored-by: Ryo Onodera <ryoqun@gmail.com >
2020-11-05 15:37:07 +00:00
Michael Vines
225bed11c7
Remove Entrypoint type
2020-10-29 21:45:24 -07:00
Michael Vines
df8dab9d2b
Native/builtin programs now receive an InvokeContext
2020-10-29 21:45:24 -07:00
Ryo Onodera
1f4bcf70b0
Fix various ledger-tool error due to no builtins ( #12759 )
...
* Fix various ledger-tool error due to no builtins
* Add missing file...
2020-10-09 12:19:36 -06:00