Skip to content

Commit 32a47e3

Browse files
authored
Merge pull request EOSIO#10266 from EOSIO/release/2.0.x
Merge release/2.0.x into master for 2.0.12
2 parents 8f29da1 + 86e4ce6 commit 32a47e3

37 files changed

+363
-224
lines changed

.cicd/base-images.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ steps:
3434
no-volume: true
3535
always-pull: true
3636
wait-network: true
37+
pre-execute-sleep: 5
38+
pre-execute-ping-sleep: github.com
3739
vm-registry-tag: "clean::cicd::git-ssh::nas::brew::buildkite-agent"
3840
failover-registries:
3941
- "registry_1"
@@ -99,6 +101,8 @@ steps:
99101
no-volume: true
100102
always-pull: true
101103
wait-network: true
104+
pre-execute-sleep: 5
105+
pre-execute-ping-sleep: github.com
102106
vm-registry-tag: "clean::cicd::git-ssh::nas::brew::buildkite-agent"
103107
failover-registries:
104108
- "registry_1"

.cicd/build-scripts.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ steps:
4040
modify-ram: 24
4141
always-pull: true
4242
wait-network: true
43+
pre-execute-sleep: 5
44+
pre-execute-ping-sleep: github.com
4345
vm-registry-tag: "clean::cicd::git-ssh::nas::brew::buildkite-agent"
4446
failover-registries:
4547
- "registry_1"
@@ -113,6 +115,8 @@ steps:
113115
modify-ram: 24
114116
always-pull: true
115117
wait-network: true
118+
pre-execute-sleep: 5
119+
pre-execute-ping-sleep: github.com
116120
vm-registry-tag: "clean::cicd::git-ssh::nas::brew::buildkite-agent"
117121
failover-registries:
118122
- "registry_1"

.cicd/generate-pipeline.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ EOF
136136
always-pull: true
137137
debug: true
138138
wait-network: true
139+
pre-execute-sleep: 5
140+
pre-execute-ping-sleep: github.com
139141
failover-registries:
140142
- 'registry_1'
141143
- 'registry_2'
@@ -218,6 +220,8 @@ EOF
218220
always-pull: true
219221
debug: true
220222
wait-network: true
223+
pre-execute-sleep: 5
224+
pre-execute-ping-sleep: github.com
221225
failover-registries:
222226
- 'registry_1'
223227
- 'registry_2'
@@ -274,6 +278,8 @@ EOF
274278
always-pull: true
275279
debug: true
276280
wait-network: true
281+
pre-execute-sleep: 5
282+
pre-execute-ping-sleep: github.com
277283
failover-registries:
278284
- 'registry_1'
279285
- 'registry_2'
@@ -330,6 +336,8 @@ EOF
330336
always-pull: true
331337
debug: true
332338
wait-network: true
339+
pre-execute-sleep: 5
340+
pre-execute-ping-sleep: github.com
333341
failover-registries:
334342
- 'registry_1'
335343
- 'registry_2'
@@ -388,6 +396,8 @@ EOF
388396
always-pull: true
389397
debug: true
390398
wait-network: true
399+
pre-execute-sleep: 5
400+
pre-execute-ping-sleep: github.com
391401
failover-registries:
392402
- 'registry_1'
393403
- 'registry_2'
@@ -568,6 +578,8 @@ cat <<EOF
568578
always-pull: true
569579
debug: true
570580
wait-network: true
581+
pre-execute-sleep: 5
582+
pre-execute-ping-sleep: github.com
571583
failover-registries:
572584
- 'registry_1'
573585
- 'registry_2'

.cicd/platforms/pinned/amazon_linux-2-pinned.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN git clone --depth 1 --single-branch --branch release_80 https://github.com/l
4343
cd / && \
4444
rm -rf /llvm
4545
# build boost
46-
RUN curl -LO https://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.tar.bz2 && \
46+
RUN curl -LO https://boostorg.jfrog.io/artifactory/main/release/1.71.0/source/boost_1_71_0.tar.bz2 && \
4747
tar -xjf boost_1_71_0.tar.bz2 && \
4848
cd boost_1_71_0 && \
4949
./bootstrap.sh --with-toolset=clang --prefix=/usr/local && \

.cicd/platforms/pinned/centos-7.7-pinned.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN git clone --depth 1 --single-branch --branch release_80 https://github.com/l
5252
cd / && \
5353
rm -rf /llvm
5454
# build boost
55-
RUN curl -LO https://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.tar.bz2 && \
55+
RUN curl -LO https://boostorg.jfrog.io/artifactory/main/release/1.71.0/source/boost_1_71_0.tar.bz2 && \
5656
tar -xjf boost_1_71_0.tar.bz2 && \
5757
cd boost_1_71_0 && \
5858
./bootstrap.sh --with-toolset=clang --prefix=/usr/local && \

.cicd/platforms/pinned/macos-10.14-pinned.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ rm -rf clang8
5353
# install boost from source
5454
# Boost Fix: eosio/install/bin/../include/c++/v1/stdlib.h:94:15: fatal error: 'stdlib.h' file not found
5555
export SDKROOT="$(xcrun --sdk macosx --show-sdk-path)"
56-
curl -LO https://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.tar.bz2
56+
curl -LO https://boostorg.jfrog.io/artifactory/main/release/1.71.0/source/boost_1_71_0.tar.bz2
5757
tar -xjf boost_1_71_0.tar.bz2
5858
cd boost_1_71_0
5959
./bootstrap.sh --prefix=/usr/local

.cicd/platforms/pinned/ubuntu-16.04-pinned.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN git clone --depth 1 --single-branch --branch release_80 https://github.com/l
4444
cd / && \
4545
rm -rf /llvm
4646
# build boost
47-
RUN curl -LO https://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.tar.bz2 && \
47+
RUN curl -LO https://boostorg.jfrog.io/artifactory/main/release/1.71.0/source/boost_1_71_0.tar.bz2 && \
4848
tar -xjf boost_1_71_0.tar.bz2 && \
4949
cd boost_1_71_0 && \
5050
./bootstrap.sh --with-toolset=clang --prefix=/usr/local && \

.cicd/platforms/pinned/ubuntu-18.04-pinned.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN git clone --depth 1 --single-branch --branch release_80 https://github.com/l
4646
cd / && \
4747
rm -rf /llvm
4848
# build boost
49-
RUN curl -LO https://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.tar.bz2 && \
49+
RUN curl -LO https://boostorg.jfrog.io/artifactory/main/release/1.71.0/source/boost_1_71_0.tar.bz2 && \
5050
tar -xjf boost_1_71_0.tar.bz2 && \
5151
cd boost_1_71_0 && \
5252
./bootstrap.sh --with-toolset=clang --prefix=/usr/local && \

.cicd/platforms/unpinned/amazon_linux-2-unpinned.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN curl -LO https://cmake.org/files/v3.13/cmake-3.13.2.tar.gz && \
1616
cd / && \
1717
rm -rf cmake-3.13.2.tar.gz /cmake-3.13.2
1818
# build boost
19-
RUN curl -LO https://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.tar.bz2 && \
19+
RUN curl -LO https://boostorg.jfrog.io/artifactory/main/release/1.71.0/source/boost_1_71_0.tar.bz2 && \
2020
tar -xjf boost_1_71_0.tar.bz2 && \
2121
cd boost_1_71_0 && \
2222
./bootstrap.sh --prefix=/usr/local && \

.cicd/platforms/unpinned/centos-7.7-unpinned.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN curl -LO https://cmake.org/files/v3.13/cmake-3.13.2.tar.gz && \
2121
cd / && \
2222
rm -rf cmake-3.13.2.tar.gz /cmake-3.13.2
2323
# build boost
24-
RUN curl -LO https://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.tar.bz2 && \
24+
RUN curl -LO https://boostorg.jfrog.io/artifactory/main/release/1.71.0/source/boost_1_71_0.tar.bz2 && \
2525
source /opt/rh/devtoolset-8/enable && \
2626
source /opt/rh/rh-python36/enable && \
2727
tar -xjf boost_1_71_0.tar.bz2 && \

.cicd/platforms/unpinned/ubuntu-18.04-unpinned.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN curl -LO https://cmake.org/files/v3.13/cmake-3.13.2.tar.gz && \
1818
cd / && \
1919
rm -rf cmake-3.13.2.tar.gz /cmake-3.13.2
2020
# build boost
21-
RUN curl -LO https://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.tar.bz2 && \
21+
RUN curl -LO https://boostorg.jfrog.io/artifactory/main/release/1.71.0/source/boost_1_71_0.tar.bz2 && \
2222
tar -xjf boost_1_71_0.tar.bz2 && \
2323
cd boost_1_71_0 && \
2424
./bootstrap.sh --prefix=/usr/local && \

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ set( CXX_STANDARD_REQUIRED ON)
2525

2626
set(VERSION_MAJOR 2)
2727
set(VERSION_MINOR 0)
28-
set(VERSION_PATCH 11)
28+
set(VERSION_PATCH 12)
2929
#set(VERSION_SUFFIX rc3)
3030

3131
if(VERSION_SUFFIX)

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ brew remove eosio
7474

7575
#### Ubuntu 18.04 Package Install
7676
```sh
77-
wget https://github.com/eosio/eos/releases/download/v2.0.11/eosio_2.0.11-1-ubuntu-18.04_amd64.deb
78-
sudo apt install ./eosio_2.0.11-1-ubuntu-18.04_amd64.deb
77+
wget https://github.com/eosio/eos/releases/download/v2.0.12/eosio_2.0.12-1-ubuntu-18.04_amd64.deb
78+
sudo apt install ./eosio_2.0.12-1-ubuntu-18.04_amd64.deb
7979
```
8080
#### Ubuntu 16.04 Package Install
8181
```sh
82-
wget https://github.com/eosio/eos/releases/download/v2.0.11/eosio_2.0.11-1-ubuntu-16.04_amd64.deb
83-
sudo apt install ./eosio_2.0.11-1-ubuntu-16.04_amd64.deb
82+
wget https://github.com/eosio/eos/releases/download/v2.0.12/eosio_2.0.12-1-ubuntu-16.04_amd64.deb
83+
sudo apt install ./eosio_2.0.12-1-ubuntu-16.04_amd64.deb
8484
```
8585
#### Ubuntu Package Uninstall
8686
```sh
@@ -91,8 +91,8 @@ sudo apt remove eosio
9191

9292
#### RPM Package Install
9393
```sh
94-
wget https://github.com/eosio/eos/releases/download/v2.0.11/eosio-2.0.11-1.el7.x86_64.rpm
95-
sudo yum install ./eosio-2.0.11-1.el7.x86_64.rpm
94+
wget https://github.com/eosio/eos/releases/download/v2.0.12/eosio-2.0.12-1.el7.x86_64.rpm
95+
sudo yum install ./eosio-2.0.12-1.el7.x86_64.rpm
9696
```
9797
#### RPM Package Uninstall
9898
```sh

docs/00_install/00_install-prebuilt-binaries.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ brew remove eosio
2525

2626
#### Ubuntu 18.04 Package Install
2727
```sh
28-
wget https://github.com/eosio/eos/releases/download/v2.0.11/eosio_2.0.11-1-ubuntu-18.04_amd64.deb
29-
sudo apt install ./eosio_2.0.11-1-ubuntu-18.04_amd64.deb
28+
wget https://github.com/eosio/eos/releases/download/v2.0.12/eosio_2.0.12-1-ubuntu-18.04_amd64.deb
29+
sudo apt install ./eosio_2.0.12-1-ubuntu-18.04_amd64.deb
3030
```
3131
#### Ubuntu 16.04 Package Install
3232
```sh
33-
wget https://github.com/eosio/eos/releases/download/v2.0.11/eosio_2.0.11-1-ubuntu-16.04_amd64.deb
34-
sudo apt install ./eosio_2.0.11-1-ubuntu-16.04_amd64.deb
33+
wget https://github.com/eosio/eos/releases/download/v2.0.12/eosio_2.0.12-1-ubuntu-16.04_amd64.deb
34+
sudo apt install ./eosio_2.0.12-1-ubuntu-16.04_amd64.deb
3535
```
3636
#### Ubuntu Package Uninstall
3737
```sh
@@ -42,8 +42,8 @@ sudo apt remove eosio
4242

4343
#### RPM Package Install
4444
```sh
45-
wget https://github.com/eosio/eos/releases/download/v2.0.11/eosio-2.0.11-1.el7.x86_64.rpm
46-
sudo yum install ./eosio-2.0.11-1.el7.x86_64.rpm
45+
wget https://github.com/eosio/eos/releases/download/v2.0.12/eosio-2.0.12-1.el7.x86_64.rpm
46+
sudo yum install ./eosio-2.0.12-1.el7.x86_64.rpm
4747
```
4848
#### RPM Package Uninstall
4949
```sh

docs/00_install/01_build-from-source/02_manual-build/03_platforms/amazon_linux-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ cd $EOSIO_INSTALL_LOCATION && curl -LO https://cmake.org/files/v3.13/cmake-3.13.
5151
make install && \
5252
rm -rf $EOSIO_INSTALL_LOCATION/cmake-3.13.2.tar.gz $EOSIO_INSTALL_LOCATION/cmake-3.13.2
5353
# build boost
54-
cd $EOSIO_INSTALL_LOCATION && curl -LO https://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.tar.bz2 && \
54+
cd $EOSIO_INSTALL_LOCATION && curl -LO https://boostorg.jfrog.io/artifactory/main/release/1.71.0/source/boost_1_71_0.tar.bz2 && \
5555
tar -xjf boost_1_71_0.tar.bz2 && \
5656
cd boost_1_71_0 && \
5757
./bootstrap.sh --prefix=$EOSIO_INSTALL_LOCATION && \

docs/00_install/01_build-from-source/02_manual-build/03_platforms/centos-7.7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ cd $EOSIO_INSTALL_LOCATION && curl -LO https://cmake.org/files/v3.13/cmake-3.13.
5858
# apply clang patch
5959
cp -f $EOSIO_LOCATION/scripts/clang-devtoolset8-support.patch /tmp/clang-devtoolset8-support.patch
6060
# build boost
61-
cd $EOSIO_INSTALL_LOCATION && curl -LO https://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.tar.bz2 && \
61+
cd $EOSIO_INSTALL_LOCATION && curl -LO https://boostorg.jfrog.io/artifactory/main/release/1.71.0/source/boost_1_71_0.tar.bz2 && \
6262
source /opt/rh/devtoolset-8/enable && \
6363
tar -xjf boost_1_71_0.tar.bz2 && \
6464
cd boost_1_71_0 && \

docs/00_install/01_build-from-source/02_manual-build/03_platforms/ubuntu-18.04.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ cd $EOSIO_INSTALL_LOCATION && curl -LO https://cmake.org/files/v3.13/cmake-3.13.
5151
make install && \
5252
rm -rf $EOSIO_INSTALL_LOCATION/cmake-3.13.2.tar.gz $EOSIO_INSTALL_LOCATION/cmake-3.13.2
5353
# build boost
54-
cd $EOSIO_INSTALL_LOCATION && curl -LO https://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.tar.bz2 && \
54+
cd $EOSIO_INSTALL_LOCATION && curl -LO https://boostorg.jfrog.io/artifactory/main/release/1.71.0/source/boost_1_71_0.tar.bz2 && \
5555
tar -xjf boost_1_71_0.tar.bz2 && \
5656
cd boost_1_71_0 && \
5757
./bootstrap.sh --prefix=$EOSIO_INSTALL_LOCATION && \

docs/30_release-notes/88_v2.0.11.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
link: /30_release-notes/index.md
3+
link_text: v2.0.11
4+
---

docs/30_release-notes/89_v2.0.10.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,41 @@
11
---
2-
link: /30_release-notes/index.md
2+
content_title: EOSIO v2.0.10 Release Notes
33
link_text: v2.0.10
44
---
5+
6+
This release contains security, stability, and miscellaneous fixes.
7+
8+
## Security bug fixes
9+
10+
### Consolidated Security Fixes for v2.0.10 ([#10091](https://github.com/EOSIO/eos/pull/10091))
11+
- Fix issue with account query db that could result in incorrect data or hung processes
12+
- Implement a Subjective CPU billing system that helps P2P and API nodes better respond to extreme network congestion
13+
14+
Note: These security fixes are relevant to all nodes on EOSIO blockchain networks.
15+
16+
### Notes on Subjective CPU Billing
17+
18+
This system consists of two primary features: a subjective (node local) view of spent CPU resources that are not yet accounted for by the blockchain that allows individual nodes to predict what resource consumption will be and, a subjective penalty system to offset work done in service of erroneous or malicious transactions.
19+
20+
The subjective view of CPU resources will synchronize with the resources present in the blockchain as it discovers the true CPU billing for transactions it has already accounted for.
21+
22+
The system will also accumulate CPU resources spent on failing transactions that will not be relayed in a decaying "subjective penalty" which can protect the individual nodes from abusive actors while remaining tolerant to occasional mistakes.
23+
24+
Subjective billing defaults to active and can be disabled with the `disable-subjective-billing` configuration in `config.ini` or on the command line.
25+
26+
## Stability bug fixes
27+
- ([#9985](https://github.com/EOSIO/eos/pull/9985)) EPE-389 net_plugin stall during head catchup - merge release/2.0.x
28+
29+
## Other changes
30+
- ([#9894](https://github.com/EOSIO/eos/pull/9894)) EOS VM OC: Support LLVM 11 - 2.0
31+
- ([#9911](https://github.com/EOSIO/eos/pull/9911)) add step to the pipeline to build and push to dockerhub on release br…
32+
- ([#9944](https://github.com/EOSIO/eos/pull/9944)) Create eosio-debug-build Pipeline
33+
- ([#9969](https://github.com/EOSIO/eos/pull/9969)) Updating name for the new Docker hub repo EOSIO instead EOS
34+
- ([#9971](https://github.com/EOSIO/eos/pull/9971)) Fix pinned builds error due to obsolete LLVM repo
35+
- ([#10015](https://github.com/EOSIO/eos/pull/10015)) [release 2.0.x] Fix LRT triggers
36+
- ([#10026](https://github.com/EOSIO/eos/pull/10026)) EPE-165: Improve logic for unlinkable blocks while sync'ing
37+
- ([#10047](https://github.com/EOSIO/eos/pull/10047)) Reduce Docker Hub Manifest Queries
38+
- ([#10088](https://github.com/EOSIO/eos/pull/10088)) [release 2.0.x] Specify boost version for unpinned MacOS 10.14 builds
39+
40+
## Documentation
41+
- ([#10011](https://github.com/EOSIO/eos/pull/10011)) [docs] Update various cleos how-tos and fix index - 2.0

docs/30_release-notes/index.md

Lines changed: 8 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,20 @@
11
---
2-
content_title: EOSIO v2.0.10 Release Notes
2+
content_title: EOSIO v2.0.11 Release Notes
33
---
44

5-
This release contains security, stability, and miscellaneous fixes.
5+
This release contains security and miscellaneous fixes.
66

77
## Security bug fixes
88

9-
### Consolidated Security Fixes for v2.0.10 ([#10091](https://github.com/EOSIO/eos/pull/10091))
10-
- Fix issue with account query db that could result in incorrect data or hung processes
11-
- Implement a Subjective CPU billing system that helps P2P and API nodes better respond to extreme network congestion
9+
### Consolidated Security Fixes for v2.0.11 ([#10147](https://github.com/EOSIO/eos/pull/10147))
10+
- Fix issue with account query db that could result in incorrect data or hung processes
1211

1312
Note: These security fixes are relevant to all nodes on EOSIO blockchain networks.
1413

15-
### Notes on Subjective CPU Billing
16-
17-
This system consists of two primary features: a subjective (node local) view of spent CPU resources that are not yet accounted for by the blockchain that allows individual nodes to predict what resource consumption will be and, a subjective penalty system to offset work done in service of erroneous or malicious transactions.
18-
19-
The subjective view of CPU resources will synchronize with the resources present in the blockchain as it discovers the true CPU billing for transactions it has already accounted for.
20-
21-
The system will also accumulate CPU resources spent on failing transactions that will not be relayed in a decaying "subjective penalty" which can protect the individual nodes from abusive actors while remaining tolerant to occasional mistakes.
22-
23-
Subjective billing defaults to active and can be disabled with the `disable-subjective-billing` configuration in `config.ini` or on the command line.
24-
25-
## Stability bug fixes
26-
- ([#9985](https://github.com/EOSIO/eos/pull/9985)) EPE-389 net_plugin stall during head catchup - merge release/2.0.x
27-
2814
## Other changes
29-
- ([#9894](https://github.com/EOSIO/eos/pull/9894)) EOS VM OC: Support LLVM 11 - 2.0
30-
- ([#9911](https://github.com/EOSIO/eos/pull/9911)) add step to the pipeline to build and push to dockerhub on release br…
31-
- ([#9944](https://github.com/EOSIO/eos/pull/9944)) Create eosio-debug-build Pipeline
32-
- ([#9969](https://github.com/EOSIO/eos/pull/9969)) Updating name for the new Docker hub repo EOSIO instead EOS
33-
- ([#9971](https://github.com/EOSIO/eos/pull/9971)) Fix pinned builds error due to obsolete LLVM repo
34-
- ([#10015](https://github.com/EOSIO/eos/pull/10015)) [release 2.0.x] Fix LRT triggers
35-
- ([#10026](https://github.com/EOSIO/eos/pull/10026)) EPE-165: Improve logic for unlinkable blocks while sync'ing
36-
- ([#10047](https://github.com/EOSIO/eos/pull/10047)) Reduce Docker Hub Manifest Queries
37-
- ([#10088](https://github.com/EOSIO/eos/pull/10088)) [release 2.0.x] Specify boost version for unpinned MacOS 10.14 builds
15+
- ([#10063](https://github.com/EOSIO/eos/pull/10063)) [release 2.0.x] Fix docker steps on tagged builds.
16+
- ([#10135](https://github.com/EOSIO/eos/pull/10135)) Wlb/adding nodeos param tests 2.0.x
17+
- ([#10133](https://github.com/EOSIO/eos/pull/10133)) fix compiling with boost 1.76; add <set> include in chainbase - 2.0
3818

3919
## Documentation
40-
- ([#10011](https://github.com/EOSIO/eos/pull/10011)) [docs] Update various cleos how-tos and fix index - 2.0
20+
- ([#10094](https://github.com/EOSIO/eos/pull/10094)) [docs] Add EOSIO 2.0.10 release notes to dev portal - 2.0

libraries/chain/include/eosio/chain/transaction_context.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ namespace eosio { namespace chain {
9797
void record_transaction( const transaction_id_type& id, fc::time_point_sec expire );
9898

9999
void validate_cpu_usage_to_bill( int64_t billed_us, int64_t account_cpu_limit, bool check_minimum )const;
100-
void validate_account_cpu_usage( int64_t billed_us, int64_t account_cpu_limit, bool estimate )const;
100+
void validate_account_cpu_usage( int64_t billed_us, int64_t account_cpu_limit )const;
101+
void validate_account_cpu_usage_estimate( int64_t billed_us, int64_t account_cpu_limit )const;
101102

102103
void disallow_transaction_extensions( const char* error_msg )const;
103104

0 commit comments

Comments
 (0)