Michael Vines
|
f7eadd9d70
|
bump solana_rbpf from 0.2.5 to 0.2.7 (#16515)
|
2021-04-13 14:49:09 -07:00 |
Jack May
|
f84e88f0a2
|
Cleanup nits (#16211)
|
2021-03-30 12:16:21 -07:00 |
Michael Vines
|
a2eb655322
|
=1.7.0
|
2021-03-16 07:51:07 +00:00 |
Michael Vines
|
0c9ca5522c
|
Bump version to v1.7.0
|
2021-03-13 09:01:21 +00:00 |
Jack May
|
fb3837260c
|
Add BPf loader finalize test via inner instruction (#15708)
|
2021-03-04 20:34:36 +00:00 |
Alexander Meißner
|
b43d2bc882
|
rbpf-v0.2.5 (#15334)
|
2021-02-15 18:27:41 +01:00 |
Alexander Meißner
|
7686b70381
|
Bumps RBPF to v0.2.4 (#14865)
|
2021-01-26 14:45:03 -08:00 |
Jack May
|
e3bd9e5300
|
Prevent the invoke and upgrade of programs in the same tx batch (#14653)
* Prevent the invoke and upgrade of programs in the same tx batch
* Pass program address as writable in the upgrade instruction
|
2021-01-19 16:24:44 -08:00 |
Alexander Meißner
|
0d26cb6d37
|
Bump RBPF version to v0.2.3
|
2021-01-11 21:29:00 -08:00 |
Jack May
|
e8cc0bef6c
|
Add CPI support for upgradeable loader (#14193)
|
2020-12-17 15:39:49 -08:00 |
Michael Vines
|
1e977ac025
|
Bump version to v1.6.0
|
2020-12-15 18:28:04 +00:00 |
Jack May
|
9e90394583
|
Upgradeable loader (#13689)
|
2020-12-14 15:35:10 -08:00 |
Trent Nelson
|
546c6a4531
|
Override yanked miow crate to 0.2.2
|
2020-12-11 23:44:03 +00:00 |
Trent Nelson
|
277b6790c7
|
Override yanked net2 0.2.37
|
2020-12-11 23:44:03 +00:00 |
Alexander Meißner
|
201637b326
|
Updates rbpf to v0.2.2 (#14036)
* Updates rbpf to v0.2.2
|
2020-12-10 16:32:54 +01:00 |
Jack May
|
882d033233
|
Don't use stale executor cache (#13966)
|
2020-12-05 05:54:42 +00:00 |
Jack May
|
85bec37be4
|
Translate data length and owner as writable (#13914)
|
2020-12-02 09:05:42 -08:00 |
Jack May
|
733fcbaa6c
|
Check that the program was granted access to program_id (#13890)
|
2020-12-01 07:35:07 -08:00 |
Jack May
|
b47bd0a296
|
Add program id spoof tests (#13866)
|
2020-11-30 21:06:11 +00:00 |
Alexander Meißner
|
c833ede4af
|
Rbpf v0.2.1 (#13732)
* Refactoring to match rbpf-v0.2.1 and add JIT compilation caching.
* Removes obsolete bpf-trace.py which has been replaced by the rbpf CLI tool.
|
2020-11-24 18:00:19 +01:00 |
Jack May
|
84b139cc94
|
Add builtin mem tests (#13429)
|
2020-11-05 22:20:54 -08:00 |
Alexander Meißner
|
4999fe298b
|
Rbpf v0.2.0 (#13365)
* Updates rbpf to v0.2.0,
which unifies the interfaces of the interpreter and the JIT.
However, the JIT is not enabled yet.
|
2020-11-04 18:46:26 +01:00 |
Michael Vines
|
da361afbb9
|
Revert "Updates rbpf to v0.2.0, (#12951)"
This reverts commit 6606590b81 .
|
2020-10-29 21:45:24 -07:00 |
Alexander Meißner
|
6606590b81
|
Updates rbpf to v0.2.0, (#12951)
which unifies the interfaces of the interpreter and the JIT.
However, the JIT is not enabled yet.
|
2020-10-29 11:34:52 -07:00 |
Jack May
|
c3907be623
|
Add adjustable stack size and call depth (#12728)
|
2020-10-09 13:07:09 -07:00 |
Michael Vines
|
11df2e2236
|
Bump version to v1.5.0
|
2020-10-08 04:51:36 +00:00 |
Jack May
|
973f0965e1
|
Add ristretto multiply syscall (#12699)
|
2020-10-06 23:52:13 -07:00 |
Jack May
|
630eb3b907
|
Local program allocator (#12679)
|
2020-10-06 11:03:51 -07:00 |
Jack May
|
058bca6632
|
add sha256 syscall (#12569)
|
2020-09-29 23:29:20 -07:00 |
Jack May
|
777342a1ef
|
Add rand dependency test (#12566)
* Add rand dependency test
* nudge
|
2020-09-30 00:25:51 +00:00 |
Jack May
|
d326512121
|
Add ComputeBudget tuner (#12476)
|
2020-09-25 09:01:22 -07:00 |
sakridge
|
f561eb917f
|
Add way to look at tx instructions (#11943)
|
2020-09-19 12:17:46 -07:00 |
Jack May
|
3278d78f08
|
Cache re-usable work performed by the loader (#12135)
|
2020-09-14 17:42:37 -07:00 |
Jack May
|
555252f435
|
Make noop a real noop (#12196)
* Make noop a real noop
* nudge
|
2020-09-12 01:49:00 +00:00 |
Jack May
|
ae0fd3043a
|
Add support for deprecated loader (#11946)
|
2020-08-31 14:06:58 -07:00 |
Jack May
|
8d362f682b
|
The constraints on compute power a program can consume is limited only to its instruction count (#11717)
|
2020-08-21 15:31:19 -07:00 |
Trent Nelson
|
e12ab9d0dd
|
Bump version to 1.4.0
|
2020-08-05 12:04:15 -06:00 |
R. M. Shea
|
48febf153b
|
Change documentation introduction to indicate Foundation IP transfer (#10440)
|
2020-06-13 14:41:05 -07:00 |
Michael Vines
|
9eefb2c929
|
Bump version to 1.3.0
|
2020-05-28 15:01:13 -07:00 |
Jack May
|
7e364d01c2
|
Bump solana-rbpf to v0.1.28 (#9976)
|
2020-05-11 13:34:56 -07:00 |
Jack May
|
84885d79d5
|
Pull in hardened BPF virtual machine (#9931)
|
2020-05-08 12:37:04 -07:00 |
Jack May
|
de9d8cd849
|
Rename BPF helper to syscall (#9819)
automerge
|
2020-04-30 01:43:11 -07:00 |
Jack May
|
068f12fd6f
|
Add Cross-program invocations (#9582)
|
2020-04-28 14:33:56 -07:00 |
Michael Vines
|
47ae57610a
|
Only build x86_64-unknown-linux-gnu on docs.rs
|
2020-04-16 19:06:17 -07:00 |
Michael Vines
|
d7fa40087c
|
Bump version to 1.2.0
|
2020-03-28 09:44:13 -07:00 |
Jack May
|
4b7da6e60d
|
Bump rBPF version to v0.1.25: Fix Windows build (#9136)
automerge
|
2020-03-27 19:07:58 -07:00 |
Jack May
|
dae28b9cfe
|
Bump rBPF to v0.1.24, update rBPF/BPF Loader error handling (#9089)
|
2020-03-26 14:00:26 -07:00 |
Jack May
|
8df4d8b905
|
Update to rbpf v0.1.23 - Use trait objects to convey helper context (#8648)
|
2020-03-05 14:14:21 -08:00 |
Dan Albert
|
2d9d2f1e99
|
Update cargo versions from 1.0 to 1.1 (#8397)
|
2020-02-21 23:09:45 -08:00 |
Michael Vines
|
48f58a88bc
|
Bump version to 1.0.0
|
2020-02-20 23:52:19 -07:00 |