This website requires JavaScript.
Explore
Help
Sign In
gaspersic
/
solana
Watch
1
Star
0
Fork
0
You've already forked solana
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
1e2bef76e3bf85ab3676793cf09d0a2b04e06afa
solana
/
programs
/
bpf_loader
/
src
History
Alexander Meißner
e7c9b9329d
Fixes a bug in MockInvokeContext::get_compute_meter() and adjusts the test assert_instruction_count accordingly. (
#20854
)
...
The get_compute_meter() method created a reference to a clone instead of cloning the reference.
2021-10-22 09:46:47 +02:00
..
alloc.rs
…
allocator_bump.rs
Resolve nightly-2021-10-05 clippy complaints
2021-10-06 10:37:58 -07:00
deprecated.rs
…
lib.rs
Fixes a bug in MockInvokeContext::get_compute_meter() and adjusts the test assert_instruction_count accordingly. (
#20854
)
2021-10-22 09:46:47 +02:00
serialization.rs
Allow programs to realloc their accounts within limits (
#19475
)
2021-09-28 01:13:03 -07:00
syscalls.rs
Refactor: Cleanup InvokeContext (
#20785
)
2021-10-21 20:57:42 +02:00
upgradeable_with_jit.rs
…
upgradeable.rs
…
with_jit.rs
…