Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

release: v0.10.0 final #959

Merged
merged 35 commits into from
Feb 26, 2022
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
cad7545
deps: IBC v3 alpha2 (#892)
fedekunze Jan 7, 2022
aeb6aeb
Problem: newPendingTransactions filter don't return ethereum tx hash …
yihuang Jan 13, 2022
7d86640
impr: support batch eth txs (#901)
yihuang Jan 14, 2022
0b92af4
build(deps): bump follow-redirects in /tests/solidity (#909)
dependabot[bot] Jan 16, 2022
351e6d6
rpc: make trace transaction api work with batch tx (#907)
yihuang Jan 16, 2022
317f5b4
fix insufficient fee error message (#911)
yihuang Jan 17, 2022
0a01cea
server: add `api.enable` flag for Cosmos SDK API server (#908)
crypto-facs Jan 17, 2022
43c4d7c
deps: bump Cosmos SDK version to `v0.45.0` (#912)
fedekunze Jan 18, 2022
04f595d
Integration tests (#913)
crypto-facs Jan 20, 2022
fd3c803
ci: semgrep config (#917)
fedekunze Jan 24, 2022
e39a749
fix: default base fee state in genesis (#919)
yihuang Jan 26, 2022
724a066
fix: minimal-gas-prices and baseFeePerGas conflicts (#916)
yihuang Jan 26, 2022
628a7fa
build(deps): bump github.com/cosmos/ibc-go/v3 (#925)
dependabot[bot] Feb 4, 2022
4ccc173
build(deps): bump simple-get from 2.8.1 to 2.8.2 in /tests/solidity (…
dependabot[bot] Feb 4, 2022
03a03b2
build(deps): bump github.com/cosmos/cosmos-sdk from 0.45.0 to 0.45.1 …
dependabot[bot] Feb 7, 2022
f32288b
ci: separate out rpc and integration tests (#931)
prajjwol Feb 9, 2022
7b22a53
fix: wrong comment in EthGasConsumeDecorator (#929)
hea9549 Feb 9, 2022
e16b7f8
fix newPendingTransactions subscription deadlock issue (#933)
crypto-facs Feb 10, 2022
b51907a
remove unused parameters from evm spec (#934)
yihuang Feb 11, 2022
1baccfa
build(deps): bump follow-redirects in /tests/solidity (#939)
dependabot[bot] Feb 14, 2022
aeedef9
deps: upgrade geth to v1.10.15 (#935)
crypto-facs Feb 14, 2022
f7009b0
fix: base fee check logic in state transition (#932)
yihuang Feb 15, 2022
d02cc63
danburck/release changelog (#942)
danburck Feb 15, 2022
bd0f073
build(deps): bump github.com/gorilla/websocket from 1.4.2 to 1.5.0 (#…
dependabot[bot] Feb 16, 2022
0f5b1aa
deps: bump IBC v3-rc0 (#947)
fedekunze Feb 17, 2022
dcd2891
imp: redirect go-ethereum's logs to cosmos logger (#948)
yihuang Feb 19, 2022
f21592e
build(deps): bump github.com/ethereum/go-ethereum from 1.10.15 to 1.1…
dependabot[bot] Feb 19, 2022
bf54193
feemarket: change basefee to be a module param (#943)
thomas-nguy Feb 23, 2022
6095794
build(deps): bump github.com/tendermint/tm-db from 0.6.4 to 0.6.7 (#949)
dependabot[bot] Feb 23, 2022
a2c2620
docs: add spec for feemarket module (#889)
thomas-nguy Feb 25, 2022
e41c713
rpc: add support for `eth_signedTypedData` (#953)
crypto-facs Feb 25, 2022
19a1be6
build(deps): bump actions/setup-node from 2.5.1 to 3 (#957)
dependabot[bot] Feb 25, 2022
0d69a69
fix: websocket client duplicated messages (#955)
yihuang Feb 25, 2022
3bea3fa
ante: EIP712 support (#950)
hanchon Feb 26, 2022
0c73d6a
release: v0.10 final
fedekunze Feb 26, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build(deps): bump actions/setup-node from 2.5.1 to 3 (#957)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.1 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v2.5.1...v3)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authored Feb 25, 2022
commit 19a1be61c724ad81d8a4e7468b5f9c7d68116d3d
2 changes: 1 addition & 1 deletion .github/workflows/deploy-contract.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Use Node.js
uses: actions/setup-node@v2.5.1
uses: actions/setup-node@v3
with:
node-version: '12.x'
- name: Install dependencies