Michael Vines
|
73b9ee9e84
|
Add solana_ prefix to native_loader program
This allows its logging to show up in the default RUST_LOG=solana=info
log setting
|
2018-12-08 11:04:45 -08:00 |
|
Greg Fitzgerald
|
0a83b17cdd
|
Upgrade to Rust 1.31.0 (#2052)
* Upgrade to Rust 1.31.0
* Upgrade nightly
* Fix all clippy warnings
* Revert relaxed version check and update
|
2018-12-07 20:01:28 -07:00 |
|
Michael Vines
|
632425c7d7
|
Move native_loader under programs/native/
|
2018-12-05 14:32:42 -08:00 |
|
Michael Vines
|
59e6bd115e
|
system_program must be a static lib as it allocates Account memory
|
2018-12-05 10:49:06 -08:00 |
|
Michael Vines
|
9ee858a00c
|
Move budget_program out of src/
|
2018-12-05 10:49:06 -08:00 |
|
Michael Vines
|
27d456bf93
|
Move storage_program out of src/
|
2018-12-05 10:49:06 -08:00 |
|
Michael Vines
|
ea6e042a6f
|
Move vote_program out of src/
|
2018-12-05 10:49:06 -08:00 |
|
Michael Vines
|
a594f56c02
|
Add token_program.rs to sdk/
|
2018-12-05 10:49:06 -08:00 |
|
Michael Vines
|
9a4f8199d6
|
Move system_program out of src/
|
2018-12-05 10:49:06 -08:00 |
|
Michael Vines
|
777a0a858e
|
Move ProgramError into sdk/
|
2018-12-03 13:50:00 -08:00 |
|
Michael Vines
|
bad0b55ab6
|
Expose which keys signed the Transaction in the SDK
|
2018-11-30 08:16:23 -08:00 |
|
Michael Vines
|
0878bd53d9
|
Delete stub src/transaction.rs
|
2018-11-29 23:07:57 -08:00 |
|
Greg Fitzgerald
|
a7562c9be1
|
Extract execute_transaction() from the bank
|
2018-11-27 12:35:52 -07:00 |
|
Greg Fitzgerald
|
903a9bfd05
|
s/contract/program/
|
2018-11-26 08:20:42 -07:00 |
|
Greg Fitzgerald
|
655ee1a64b
|
Fix typos
|
2018-11-26 08:20:42 -07:00 |
|
Greg Fitzgerald
|
e0e6c3fdb2
|
Extract execute_instruction() to seed new runtime module
Fixes #1528
|
2018-11-26 08:20:42 -07:00 |
|