Commit Graph

108 Commits

Author SHA1 Message Date
Leopold Schabel 99884a2d4f queries: add a bunch 2022-09-09 15:34:02 +02:00
Richard Patel cddcfc155d cmd: add initial gossip pull 2022-09-08 19:40:32 +02:00
Richard Patel b4c108cc5c gossip: add CrdsFilter 2022-09-08 18:58:15 +02:00
Richard Patel 6bad7ba959 gossip: add Crds Pubkey accessor 2022-09-08 18:57:57 +02:00
Richard Patel 9a94d4e982 gossip: add interim Transaction deserializer 2022-09-08 18:57:34 +02:00
Richard Patel 52f8bf1a1b gossip: rename Client => Driver 2022-09-08 18:57:07 +02:00
Richard Patel 27a52d3407 gossip: refactor into network-agnostic state machine
- Adds network-agnostic gossip message RX multiplexer
- Adds PingServer and PingClient with blocking-style API
- simplify cmd/gossip/ping
2022-09-08 13:37:59 +02:00
Richard Patel 5a9f2ba9ab gossip: add message fixtures from turbine-go
https://github.com/terorie/turbine-go
2022-09-08 11:30:48 +02:00
Richard Patel ef899f77f0 gossip: move BitVec to bitvec.go 2022-09-08 11:19:40 +02:00
Richard Patel 5c2c172dcc gossip: use netip.AddrPort 2022-09-08 11:19:15 +02:00
Richard Patel 7b0291dd85 gossip: improve schema 2022-09-08 10:42:11 +02:00
Richard Patel 275d51581c gossip: port more bloom tests 2022-09-08 10:30:54 +02:00
Richard Patel 7438e31fef sealevel: fix tests 2022-09-08 10:06:49 +02:00
Richard Patel 1e5e1b9f78 gossip: add bloom filter 2022-09-08 10:06:42 +02:00
Richard Patel b7be6db636 gossip: add all data types 2022-09-07 08:14:26 +02:00
Richard Patel 90498bde79 gossip: add ping tool
- Adds serde-generate based code generation for messages
- Adds gossip ping command-line tool

Closes https://github.com/certusone/radiance/issues/14
2022-09-06 03:07:42 +02:00
Richard Patel 713f6eeec3 sealevel: more log syscalls 2022-09-05 10:37:23 +02:00
Richard Patel 5d11c3c465 sealevel: run Pyth Oracle program 2022-09-05 10:28:08 +02:00
Richard Patel 0a3c7853fd sealevel: use JSON-based test framework 2022-09-05 10:16:52 +02:00
Richard Patel a940a46699 sealevel: run SPL token program 2022-09-05 09:39:40 +02:00
Richard Patel ce9887728d sbf: add disassembler 2022-09-05 09:34:37 +02:00
Richard Patel 2cc227561e sealevel, sbf: run SPL memo program 2022-09-05 00:28:39 +02:00
Richard Patel bfc538e03d fixtures: add memo program 2022-09-04 21:59:00 +02:00
Richard Patel 8fb540af70 sealevel: add params serializer
Copied from https://github.com/terorie/sealevel-go
2022-09-04 21:50:20 +02:00
Richard Patel 69819dc852 sbf: add stack 2022-09-04 21:49:44 +02:00
Richard Patel 196e826d6b sbf: hello world 2022-09-04 18:40:18 +02:00
Richard Patel c3c4f02ef1 sbf: move ELFs to fixtures 2022-09-04 18:40:18 +02:00
Richard Patel 2ff0ca6127 sbf/interpreter: implement memory 2022-09-04 18:40:18 +02:00
Richard Patel b8beab2b81 sbf: add interpreter 2022-09-04 18:40:18 +02:00
dependabot[bot] 8e7aaa40bd build(deps): bump github.com/klauspost/compress from 1.15.6 to 1.15.9
Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.15.6 to 1.15.9.
- [Release notes](https://github.com/klauspost/compress/releases)
- [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
- [Commits](https://github.com/klauspost/compress/compare/v1.15.6...v1.15.9)

---
updated-dependencies:
- dependency-name: github.com/klauspost/compress
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-03 09:33:57 +02:00
Richard Patel 4eff1263c5 sbf: add verifier 2022-09-03 08:49:13 +02:00
Richard Patel 980712188b sbf: initial reloc support 2022-09-03 07:53:58 +02:00
Richard Patel d3d1d516f8 sbf: add opcodes 2022-09-03 06:45:26 +02:00
Richard Patel 36288397bd sbf: add section loader 2022-09-03 06:05:26 +02:00
Richard Patel 9e81eea4ff sbf: rename loader.go -> parse.go 2022-09-03 06:05:26 +02:00
dependabot[bot] 2bc5c4ec59 build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.8.0
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.1 to 1.8.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.7.1...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-02 15:59:11 +02:00
Richard Patel 819eddb239 nftables: go fmt 2022-09-02 03:57:08 +02:00
Richard Patel ae44b84bc5 sbf: move loader to subpackage 2022-09-02 03:56:08 +02:00
Richard Patel 8cd54f8e82 sbf: finish ELF parser 2022-09-02 03:56:08 +02:00
Richard Patel fade5aa0b8 sbf: add ELF section parser 2022-09-02 03:56:08 +02:00
Richard Patel cc798726bc sbf: add noop.so load test 2022-09-02 03:56:08 +02:00
Richard Patel 9ba4b60ee8 sbf: add test .so files from solana-labs/rbpf
see https://github.com/solana-labs/rbpf/tree/main/tests/elfs
2022-09-02 03:56:08 +02:00
Richard Patel 3230b09ec7 sbf: add ELF parser
Adds the first half of the ELF parser implementation,
based on Solana's new restricted SBFv2 ELF parser.
2022-09-02 03:56:08 +02:00
dependabot[bot] 4e5a36200f
build(deps): bump github.com/prometheus/client_golang (#7)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.12.2 to 1.13.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.12.2...v1.13.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-01 15:01:24 +02:00
dependabot[bot] 0835914ce5
build(deps): bump cloud.google.com/go/bigtable from 1.13.0 to 1.16.0 (#4)
Bumps [cloud.google.com/go/bigtable](https://github.com/googleapis/google-cloud-go) from 1.13.0 to 1.16.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.13.0...pubsub/v1.16.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/bigtable
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-01 14:59:01 +02:00
dependabot[bot] 2f6c638930
build(deps): bump github.com/gagliardetto/binary from 0.6.1 to 0.7.1 (#3)
Bumps [github.com/gagliardetto/binary](https://github.com/gagliardetto/binary) from 0.6.1 to 0.7.1.
- [Release notes](https://github.com/gagliardetto/binary/releases)
- [Changelog](https://github.com/gagliardetto/binary/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gagliardetto/binary/compare/v0.6.1...v0.7.1)

---
updated-dependencies:
- dependency-name: github.com/gagliardetto/binary
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-01 14:58:43 +02:00
Richard Patel d7195372b4 Install Dependabot 2022-09-01 14:57:06 +02:00
Leopold Schabel 7a1b607c07 python_client: print as JSON 2022-08-12 19:54:07 +02:00
Leopold Schabel 61c0cf57f2 python_client: fix query format 2022-08-12 19:48:53 +02:00
Leopold Schabel 5120d21565 python_client: add slot windowing 2022-08-12 19:44:53 +02:00