Skip to content

Commit

Permalink
Merge branch 'release/1.0' into yarkin/pull_enable_gas_price
Browse files Browse the repository at this point in the history
Update submodule.
  • Loading branch information
yarkinwho committed Jan 7, 2025
2 parents 270dfc2 + f007351 commit 7ce58a3
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ include(cmake/conan.cmake)

set(VERSION_MAJOR 1)
set(VERSION_MINOR 0)
set(VERSION_PATCH 3)
set(VERSION_PATCH 4)
#set(VERSION_SUFFIX rc4)

if(VERSION_SUFFIX)
2 changes: 1 addition & 1 deletion external/silkworm
2 changes: 1 addition & 1 deletion peripherals/proxy/eth-jsonrpc-access.lua
Original file line number Diff line number Diff line change
@@ -78,7 +78,7 @@ if empty(method) or empty(version) then
return
end
if write_calls ~= nil then
if contains(write_calls, v['method']) then
if contains(write_calls, v['method']) and v['method'] ~= 'eth_gasPrice' then
ngx.log(ngx.ERR, 'batch write calls not allowed')
ngx.exit(ngx.HTTP_BAD_REQUEST)
return

0 comments on commit 7ce58a3

Please sign in to comment.