Commit Graph

2686 Commits

Author SHA1 Message Date
Michael Vines
ee85d534f9 Update testnet deploy docs 2018-11-05 19:12:43 -08:00
Michael Vines
6e1b291c17 Add testnet-manager pipeline 2018-11-05 17:35:55 -08:00
Michael Vines
68f7b1ecf3 Rename buildkite-snap to buildkite-secondary 2018-11-05 08:48:09 -08:00
Michael Vines
58fe5cabd6 Document BPF C program limitations 2018-11-04 12:30:05 -08:00
Michael Vines
8993c6ae24 Try harder to snap download 2018-11-03 00:29:48 +00:00
Michael Vines
0e56473add 0.10.1 2018-11-02 16:30:13 -07:00
Michael Vines
f6b709ca48 ci: correct crates.io publishing order v0.10.0 2018-11-02 15:36:32 -07:00
Michael Vines
ffa1fa557b Ship native programs in snap 2018-11-01 15:59:24 -07:00
Michael Vines
e7631c85a1 Update bpf.mk 2018-11-01 15:25:43 -07:00
Michael Vines
edeadb503f shell 2018-11-01 14:40:38 -07:00
Michael Vines
d2044f2562 Find clang 7 better
If LLVM_DIR is defined, use it to locate clang.  Otherwise use brew on
macOS, and assume clang-7 otherwise
2018-11-01 09:46:47 -07:00
Michael Vines
5703c740cf Improve clang install info for Linux 2018-11-01 09:46:47 -07:00
Michael Vines
6ae20e78e2 Rename sol_bpf.h to solana_sdk.h 2018-10-31 23:39:59 -07:00
Michael Vines
506fc3baeb sol_bpf.h improvements
- Define NULL
- Add sol_memcmp()
- Use sizeof() more
- Add SOL_ARRAY_SIZE
- Make sol_deserialize() more flexible
2018-10-31 23:39:59 -07:00
Michael Vines
68523f4a7f Fix up bpf numeric types 2018-10-31 21:16:16 -07:00
carllin
beae217ab9 Remove purging of leader id from cluster info (#1677) 2018-10-31 13:09:44 -07:00
Pankaj Garg
2c8c117e3c Use env variables to disable validator sanity and ledger verification (#1675) (#1676) 2018-10-31 12:54:40 -07:00
jackcmay
3a1285ebe5 Program may not exit (#1669)
Cap max executed instructions, report number of executed instructions
2018-10-31 11:15:08 -07:00
jackcmay
e2660f2ac1 Fix deps (#1672) 2018-10-31 11:14:41 -07:00
jackcmay
22eb1b977f Fix lua_loader tests (#1665) 2018-10-31 09:22:41 -07:00
Michael Vines
43ef8d7bb7 SYSTEM_INC_DIRS needs immediate expansion 2018-10-31 09:22:41 -07:00
Jack May
d9271f2d30 Revert inclusion change, fix doc 2018-10-31 09:22:41 -07:00
Jack May
dfbfd4d4dd Fix const 2018-10-31 09:22:41 -07:00
Jack May
9cb262ad4b Fix C programs 2018-10-31 09:22:41 -07:00
jackcmay
73ee0cb100 Run workspace member's tests (#1666)
Run workspace member's tests
2018-10-31 09:22:41 -07:00
Michael Vines
9a6154beaf Upgrade to influx_db_client@0.3.6 2018-10-31 09:22:41 -07:00
Pankaj Garg
3f494bb91b Update testnet scripts to use release tar ball (#1660) (#1664)
* Update testnet scripts to use release tar ball

* use curl instead of s3cmd
2018-10-30 18:29:07 -07:00
Pankaj Garg
2eb312796d Publish a tarball of Solana release binaries (#1656) (#1658)
* Publish a tarball of solana release binaries

* included native programs in Solana release tar

* Remove PR check from publish script
2018-10-30 15:55:50 -07:00
Michael Vines
3fb86662fb Find native program with solana_ prefix 2018-10-30 13:12:59 -07:00
Michael Vines
dce31f6002 Improve account subscribe/unsubscribe logging 2018-10-30 12:10:25 -07:00
Michael Vines
39c42a6aba Avoid panicking when a native library doesn't exist 2018-10-30 12:10:25 -07:00
Michael Vines
9961c0ee0a Demote info logs 2018-10-30 12:10:25 -07:00
Michael Vines
3f843f21b9 Add solana_ prefix to loaders so their logs appear in the default RUST_LOG config 2018-10-30 11:24:18 -07:00
Michael Vines
d07961a58b Work around influxdb panic 2018-10-30 11:24:18 -07:00
Michael Vines
b85aa9282e Tweak logging 2018-10-30 11:24:18 -07:00
Pankaj Garg
1cd354cf15 Added a new remote node configuration script to set rmem/wmem (#1647) (#1648)
* Added a new remote node configuration script to set rmem/wmem

* Update common.sh for rmem/wmem configuration
2018-10-30 10:48:56 -07:00
Michael Vines
92cd2d09ed Permit {INC,LLVM,OUT,SRC,SYSTEM_INC}_DIRs to be overridden 2018-10-30 07:59:22 -07:00
Michael Vines
a40122548f Add programs/bpf/c/sdk entries 2018-10-29 20:52:34 -07:00
Michael Vines
6e27f797bd Use NUM_KA 2018-10-29 20:52:34 -07:00
Michael Vines
476a585222 README updates 2018-10-29 20:52:34 -07:00
Michael Vines
aa74ddb6c0 LD -> LLC 2018-10-29 20:52:34 -07:00
Michael Vines
95921ce129 Add extern "C" block 2018-10-29 20:52:34 -07:00
Michael Vines
ee6d00a2fe Use #pragma once, it's widely supported
Fix up some spelling too
2018-10-29 20:52:34 -07:00
Michael Vines
212cbc4977 Rename sol_bpf_c.h to sol_bpf.h 2018-10-29 20:52:34 -07:00
Michael Vines
a6af1ba08d slight reformatting 2018-10-29 20:52:34 -07:00
Michael Vines
ee27e9e1cf Apply some const 2018-10-29 20:52:34 -07:00
Michael Vines
4d21ee0546 Include system includes in .d, remove unneeded tabs 2018-10-29 20:52:34 -07:00
Michael Vines
493a2477b5 Tune make output 2018-10-29 19:32:20 -07:00
Michael Vines
e284af33b9 Create programs/bpf/c/sdk/ 2018-10-29 19:10:54 -07:00
Pankaj Garg
f0aa14e135 Run bench-tps for longer duration in testnet (#1638) (#1639)
- Increased to 2+ hours
2018-10-29 15:23:01 -07:00