Jeff Washington (jwash)
|
806bfdd67b
|
set_data_from_slice (#15854)
* data_ensure_equal_to_slice
* rename and change to copy
|
2021-03-16 16:56:26 -05:00 |
Michael Vines
|
a2eb655322
|
=1.7.0
|
2021-03-16 07:51:07 +00:00 |
Jack May
|
ad9901d7c6
|
Charge compute budget for bytes passed via cpi (#15874)
|
2021-03-15 22:41:44 -07:00 |
Michael Vines
|
0c9ca5522c
|
Bump version to v1.7.0
|
2021-03-13 09:01:21 +00:00 |
Jack May
|
cc38ae72e7
|
Skip deserialization of readonly accounts (#15813)
|
2021-03-11 19:28:21 -08:00 |
Jeff Washington (jwash)
|
952c3bcbb7
|
AccountSharedData construction (#15790)
|
2021-03-11 18:09:04 -06:00 |
Jeff Washington (jwash)
|
3419a5446e
|
AccountSharedData.set_data (#15781)
* account.set_data and resize_data
* remove data_resize
|
2021-03-11 16:40:45 -06:00 |
Trent Nelson
|
24d18b3cf2
|
docs: add docs links for crates published to crates.io
|
2021-03-11 08:38:18 +00:00 |
Jack May
|
478518308d
|
Share RO and Executable accounts within invocations (#15799)
|
2021-03-10 23:04:00 -08:00 |
Jeff Washington (jwash)
|
1135ffd595
|
mut data refs as slice (#15782)
|
2021-03-10 15:28:03 -06:00 |
Jack May
|
369e13b111
|
cleanup old runtime features (#15787)
|
2021-03-10 09:48:41 -08:00 |
Jeff Washington (jwash)
|
52e54e1100
|
account.data -> data() (#15778)
|
2021-03-09 22:31:33 +00:00 |
Jeff Washington (jwash)
|
8a3135d17b
|
Account->AccountSharedData (#15691)
|
2021-03-09 15:06:07 -06:00 |
Jack May
|
b53cb8eb2d
|
Deprecate Instruction::new (#15695)
|
2021-03-04 05:46:48 +00:00 |
Jeff Washington (jwash)
|
be35c1c1b7
|
add execute detail timings (#15638)
|
2021-03-03 17:07:45 -06:00 |
Jack May
|
d73af9c1dd
|
cli: don't overallocate upgradeable buffer accounts (#15603)
|
2021-03-02 00:45:53 -08:00 |
Jack May
|
3cd00965a7
|
Enable BPF program instruction traces (#15613)
|
2021-03-01 23:11:58 -08:00 |
Jack May
|
cf4e31964b
|
Remove limit on program size related to feature cleanup (#15493)
|
2021-02-23 20:54:18 +00:00 |
Michael Vines
|
5df36aec7d
|
Pacify clippy
|
2021-02-19 20:08:41 -08:00 |
Jack May
|
02432a548f
|
Cleanup old features (#15391)
|
2021-02-18 09:56:11 -08:00 |
Trent Nelson
|
7f7370c306
|
Re-allow clippy::integer_arithmetic at crate-level
|
2021-02-17 13:55:08 -07:00 |
Trent Nelson
|
b3256aa722
|
Bump rand_core to 0.6.2
https://rustsec.org/advisories/RUSTSEC-2021-0023
|
2021-02-15 22:51:35 +00:00 |
Alexander Meißner
|
b43d2bc882
|
rbpf-v0.2.5 (#15334)
|
2021-02-15 18:27:41 +01:00 |
Jack May
|
6650fbf443
|
Add per-byte logging cost (#15279)
|
2021-02-12 00:55:17 +00:00 |
Jack May
|
10abd199e1
|
Match BPF instruction reporting to dump file (#15254)
|
2021-02-11 00:48:19 +00:00 |
Mrmaxmeier
|
ebbaa1f8ea
|
Fix integer overflow in degenerate invoke_signed BPF syscalls (#15051)
|
2021-02-03 13:32:38 -08:00 |
Jack May
|
d24d5fba0e
|
Upgradeable loader max_data_len limit (#15039)
|
2021-02-03 09:16:25 -08:00 |
Jack May
|
73d9186502
|
More rich runtime logging (#14938)
|
2021-02-01 11:40:49 -08:00 |
Jack May
|
07cef5a557
|
Buffer authority must match upgrade authority for deploys and upgrades (#14923)
|
2021-01-29 12:43:42 -08:00 |
Alexander Meißner
|
d026da4a1b
|
Ignore syscalls which are not registered in cached rbpf executable. (#14898)
|
2021-01-29 12:30:10 +01:00 |
Jack May
|
0b1015f7d3
|
Richer runtime failure logging (#14875)
|
2021-01-28 10:04:54 -08:00 |
Alexander Meißner
|
7686b70381
|
Bumps RBPF to v0.2.4 (#14865)
|
2021-01-26 14:45:03 -08:00 |
Jack May
|
77572a7c53
|
Track account writable deescalation (#14626)
|
2021-01-22 15:28:01 -08:00 |
Michael Vines
|
3c6dbd21d2
|
Add ic_msg()/ic_logger_msg() macros
|
2021-01-21 21:41:33 +00:00 |
Jack May
|
a480b63234
|
Bail on small deploy buffers (#14677)
|
2021-01-20 01:56:44 +00: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 |
Jack May
|
6e8a1ba7de
|
Load executable accounts from invoke context (#14574)
|
2021-01-14 00:19:22 -08:00 |
Alexander Meißner
|
0d26cb6d37
|
Bump RBPF version to v0.2.3
|
2021-01-11 21:29:00 -08:00 |
Jack May
|
ec48631fc5
|
Bail on all CPI errors (#14500)
* Bail on all CPI errors
* whitespace
|
2021-01-09 02:27:39 +00:00 |
Jack May
|
9d53eca6e3
|
Report correct program id (#14486)
|
2021-01-08 14:43:24 -08:00 |
Jack May
|
58487c6360
|
Add buffer authority to upgradeable loader (#14482)
|
2021-01-08 09:37:57 -08:00 |
Jack May
|
5eacc5d08d
|
Enable program upgrades via CPI (#14449)
|
2021-01-06 14:31:14 -08:00 |
Jack May
|
a8b5a32b50
|
Gate cpi program account passing (#14443)
|
2021-01-05 21:53:41 +00:00 |
Jack May
|
0619805806
|
Upgradeable programs needs program account's address as program id (#14417)
|
2021-01-04 21:45:05 +00:00 |
Jack May
|
2d8dacb72b
|
Gate CPI authorized programs (#14361)
|
2020-12-30 18:13:37 -08:00 |
Jack May
|
1c5427ff17
|
Remove assert (#14356)
|
2020-12-30 21:07:22 +00:00 |
Jack May
|
6c6095abe7
|
nit: clarify loader id (#14355)
|
2020-12-30 20:02:29 +00:00 |
Jack May
|
5524938a50
|
Limit CPI instruction size (#14317)
|
2020-12-29 01:14:17 +00:00 |
Jack May
|
ee0a80a092
|
Prevent bpf loader impersonators (#14278)
|
2020-12-24 03:04:48 +00:00 |
Jack May
|
b1d702a618
|
Don't use caller passed executable account (#14276)
|
2020-12-23 14:34:14 -08:00 |