jackcmay
|
f8516b677a
|
Load program data in chunks (#1556)
Load program data in chunks
|
2018-10-19 18:28:38 -07:00 |
jackcmay
|
0339642e77
|
Added TicTacToe Dashboard and tests (#1547)
* Add tictactoe dashboard and tests
|
2018-10-18 14:19:25 -07:00 |
jackcmay
|
0a819ec4e2
|
Programs were not spawned by SystemProgram (#1533)
* SystemProgram spawns programs
|
2018-10-18 10:33:30 -07:00 |
Jack May
|
bb628e8495
|
Rename loaders
|
2018-10-16 14:27:08 -07:00 |
Jack May
|
d0c19c2c97
|
cargo fmt
|
2018-10-16 14:11:04 -07:00 |
Jack May
|
926fdb7519
|
Rename dynamic_program.rs to native_loader.rs
|
2018-10-16 14:11:04 -07:00 |
jackcmay
|
d09889b1dd
|
Program bank integration (#1462)
Native, BPF and Lua loaders integrated into the bank
|
2018-10-16 09:43:49 -07:00 |
Michael Vines
|
d3b4dfe104
|
Add bool return to entrypoint signature to permit programs to fail transactions
|
2018-10-13 20:01:43 -07:00 |
Michael Vines
|
2d0f07091d
|
Handle dynamic program dlopen failures gracefully
|
2018-10-13 11:31:10 -07:00 |
Michael Vines
|
262f26cf76
|
SystemProgram transactions now fail on invalid arguments
|
2018-10-10 15:19:03 -07:00 |
jackcmay
|
13d4443d4d
|
Add BPF support & C-based BPF tic-tac-toe (#1422)
Add initial support for BPF and a C port of tictactoe
|
2018-10-04 09:44:44 -07:00 |
anatoly yakovenko
|
e7de7c32db
|
Transactions with multiple programs. (#1381)
Transactions contain a vector of instructions that are executed atomically.
Bench shows a 2.3x speed up when using 5 instructions per tx.
|
2018-09-28 16:16:35 -07:00 |
Jack May
|
abd13ba4ca
|
move program tests to integration
|
2018-09-28 11:30:10 -07:00 |