Commit Graph

2652 Commits

Author SHA1 Message Date
6dcd127634 Increase boot timeout 2018-11-07 08:32:03 -08:00
af66edf8c0 Add AWS-based nets 2018-11-07 07:52:34 -08:00
ab5b921e8f Set imageName if G 2018-11-07 07:52:29 -08:00
6c2843543b Bump EC2 validator machine type 2018-11-07 07:52:25 -08:00
85f74cc537 Upgrade GCP CPU-based testnet to 18.04 2018-11-07 07:52:19 -08:00
43665115b4 Switch testnet/testnet-perf to the latest beta or stable tag 2018-11-07 07:48:33 -08:00
156115c04c Publish release tarballs for tags 2018-11-07 07:48:30 -08:00
a66577eb87 Add support for using a release tar 2018-11-07 07:48:02 -08:00
3345d059e8 Elf relocations (#1724)
Use relocatable BPF ELFs
2018-11-06 14:28:46 -08:00
8c8c5de779 Remove unused debug trace 2018-11-06 14:19:07 -08:00
f03e971598 t 2018-11-06 14:06:07 -08:00
b4a1cdceaa Add timeout to prevent a stuck ssh 2018-11-06 14:02:27 -08:00
b250d20059 Remove node check from client start-up
If the network loses a validator or two, it's the job of the sanity
check to detect this not the bench clients
2018-11-06 13:59:42 -08:00
dc3b270410 Remove bpf tictactoe 2018-11-06 12:17:52 -08:00
9d5092a71c Set metrics database correctly 2018-11-06 07:24:49 -08:00
a287c9e5fa Remove stray line 2018-11-05 20:53:50 -08:00
ee85d534f9 Update testnet deploy docs 2018-11-05 19:12:43 -08:00
6e1b291c17 Add testnet-manager pipeline 2018-11-05 17:35:55 -08:00
68f7b1ecf3 Rename buildkite-snap to buildkite-secondary 2018-11-05 08:48:09 -08:00
58fe5cabd6 Document BPF C program limitations 2018-11-04 12:30:05 -08:00
8993c6ae24 Try harder to snap download 2018-11-03 00:29:48 +00:00
0e56473add 0.10.1 2018-11-02 16:30:13 -07:00
f6b709ca48 ci: correct crates.io publishing order v0.10.0 2018-11-02 15:36:32 -07:00
ffa1fa557b Ship native programs in snap 2018-11-01 15:59:24 -07:00
e7631c85a1 Update bpf.mk 2018-11-01 15:25:43 -07:00
edeadb503f shell 2018-11-01 14:40:38 -07:00
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
5703c740cf Improve clang install info for Linux 2018-11-01 09:46:47 -07:00
6ae20e78e2 Rename sol_bpf.h to solana_sdk.h 2018-10-31 23:39:59 -07:00
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
68523f4a7f Fix up bpf numeric types 2018-10-31 21:16:16 -07:00
beae217ab9 Remove purging of leader id from cluster info (#1677) 2018-10-31 13:09:44 -07:00
2c8c117e3c Use env variables to disable validator sanity and ledger verification (#1675) (#1676) 2018-10-31 12:54:40 -07:00
3a1285ebe5 Program may not exit (#1669)
Cap max executed instructions, report number of executed instructions
2018-10-31 11:15:08 -07:00
e2660f2ac1 Fix deps (#1672) 2018-10-31 11:14:41 -07:00
22eb1b977f Fix lua_loader tests (#1665) 2018-10-31 09:22:41 -07:00
43ef8d7bb7 SYSTEM_INC_DIRS needs immediate expansion 2018-10-31 09:22:41 -07:00
d9271f2d30 Revert inclusion change, fix doc 2018-10-31 09:22:41 -07:00
dfbfd4d4dd Fix const 2018-10-31 09:22:41 -07:00
9cb262ad4b Fix C programs 2018-10-31 09:22:41 -07:00
73ee0cb100 Run workspace member's tests (#1666)
Run workspace member's tests
2018-10-31 09:22:41 -07:00
9a6154beaf Upgrade to influx_db_client@0.3.6 2018-10-31 09:22:41 -07:00
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
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
3fb86662fb Find native program with solana_ prefix 2018-10-30 13:12:59 -07:00
dce31f6002 Improve account subscribe/unsubscribe logging 2018-10-30 12:10:25 -07:00
39c42a6aba Avoid panicking when a native library doesn't exist 2018-10-30 12:10:25 -07:00
9961c0ee0a Demote info logs 2018-10-30 12:10:25 -07:00
3f843f21b9 Add solana_ prefix to loaders so their logs appear in the default RUST_LOG config 2018-10-30 11:24:18 -07:00
d07961a58b Work around influxdb panic 2018-10-30 11:24:18 -07:00