Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit 586d40b

Browse files
author
James Calfee
committed
Update and test with eosio v1.0.6. fix #216
1 parent e38f616 commit 586d40b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ General purpose library for EOSIO blockchains.
99

1010
| [EOSIO/eosjs](/EOSIO/eosjs) | [Npm](https://www.npmjs.com/package/eosjs) | [EOSIO/eos](https://github.com/EOSIO/eos) | [Docker Hub](https://hub.docker.com/r/eosio/eos/) |
1111
| --- | --- | --- | --- |
12-
| tag: 15.0.2 | `npm install eosjs` (version 15) | tag: v1.0.5 | eosio/eos:v1.0.5 |
12+
| tag: 15.0.2 | `npm install eosjs` (version 15) | tag: v1.0.6 | eosio/eos:v1.0.6 |
1313

1414
Upgrade notes:
1515
* Converted some types in **format** module from unsigned to signed: UDecimalPad -> DecimalPad for example (15.0.1)

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM eosio/eos:v1.0.5
1+
FROM eosio/eos:v1.0.6
22
COPY config.ini /

docker/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3"
22

33
services:
44
nodeosd:
5-
image: eosio/eos:v1.0.5
5+
image: eosio/eos:v1.0.6
66
build:
77
context: .
88
dockerfile: Dockerfile
@@ -18,7 +18,7 @@ services:
1818
- "8888"
1919

2020
keosd:
21-
image: eosio/eos:v1.0.5
21+
image: eosio/eos:v1.0.6
2222
command: /opt/eosio/bin/keosd --wallet-dir /opt/eosio/bin/data-dir --http-server-address=0.0.0.0:8900
2323
hostname: keosd
2424
ports:

0 commit comments

Comments
 (0)