Skip to content

Commit

Permalink
indexsupply.com: v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandotsmith committed May 6, 2024
1 parent 582dbda commit 90c34fd
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 12 deletions.
23 changes: 15 additions & 8 deletions indexsupply.com/shovel/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ brew services start postgresql@16
createdb shovel
curl -LO --silent https://raw.githubusercontent.com/indexsupply/code/main/cmd/shovel/demo.json
curl -LO --silent https://indexsupply.net/bin/main/darwin/arm64/shovel
curl -LO --silent https://indexsupply.net/bin/1.6/darwin/arm64/shovel
chmod +x shovel
./shovel -config config.json
./shovel -config demo.json
l=info v=1.6 msg=new-task ig=usdc-transfer src=mainnet
l=info v=1.6 msg=new-task ig=usdc-transfer src=base
l=info v=1.6 msg=prune-task n=0
Expand All @@ -78,11 +78,11 @@ l=info v=1.6 msg=converge ig=usdc-transfer src=base req=13997369/1 n=13997369 h

## Changelog

Latest stable version is: **1.5**
Latest stable version is: **1.6**

```
https://indexsupply.net/bin/1.5/darwin/arm64/shovel
https://indexsupply.net/bin/1.5/linux/amd64/shovel
https://indexsupply.net/bin/1.6/darwin/arm64/shovel
https://indexsupply.net/bin/1.6/linux/amd64/shovel
```

Latest version on main:
Expand All @@ -100,6 +100,13 @@ The following resources are automatically deployed on a main commit:
`linux/amd64`, `linux/arm64`
- This web site https://indexsupply.com

### v1.6 {#changelog-v1.6}

`582D 2024-05-06`

- rewrite the docs to include more detailed desc. of config
- handle eth api provider's unsynchronized nodes for eth_getLogs

### v1.5 {#changelog-v1.5}

`4EE1 2024-05-01`
Expand Down Expand Up @@ -150,20 +157,20 @@ To install Shovel, you can build from source (see [build from source](#build-fro

For Mac
```
curl -LO https://indexsupply.net/bin/1.4/darwin/arm64/shovel
curl -LO https://indexsupply.net/bin/1.6/darwin/arm64/shovel
chmod +x shovel
```

For Linux
```
curl -LO https://indexsupply.net/bin/1.4/linux/amd64/shovel
curl -LO https://indexsupply.net/bin/1.6/linux/amd64/shovel
chmod +x shovel
```

Test
```
./shovel -version
v1.4 2f76
v1.6 582d
```

The first part of this command prints a version string (which is also a git tag) and the first two bytes of the latest commit that was used to build the binaries.
Expand Down
2 changes: 1 addition & 1 deletion indexsupply.com/shovel/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ createdb shovel
curl -LO https://raw.githubusercontent.com/indexsupply/code/main/cmd/shovel/demo.json
# download shovel
curl -LO https://indexsupply.net/bin/1.0/darwin/arm64/shovel
curl -LO https://indexsupply.net/bin/1.6/darwin/arm64/shovel
chmod +x shovel
./shovel -config demo.json
```
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Index Supply, Co.

Shovel v1.5 is available. Read the [announcement][1].
Shovel v1.6 is available. Read the [1.0 announcement][1].

```
curl -LO https://indexsupply.net/bin/1.5/darwin/arm64/shovel --silent
curl -LO https://indexsupply.net/bin/1.6/darwin/arm64/shovel --silent
chmod +x shovel
./shovel -version
v1.5 4ee1
v1.6 582d
```

To install the latest on main:
Expand Down

0 comments on commit 90c34fd

Please sign in to comment.