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

release: v0.10.1 changelog #971

Merged
merged 41 commits into from
Mar 4, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
41 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
4aa5d0b
evm: add returnValue message on tracing (#962)
crypto-facs Mar 2, 2022
4e2236a
build(deps): bump actions/labeler from 3 to 4 (#966)
dependabot[bot] Mar 3, 2022
eb4631f
build(deps): bump actions/checkout from 2.4.0 to 3 (#965)
dependabot[bot] Mar 3, 2022
40d5eff
fix: Metamask keeps failing sending transactions (#968)
yihuang Mar 3, 2022
caa1c5a
fix: `eth_feeHistory` reward values cannot be nil (#970)
loredanacirstea Mar 3, 2022
fdd6461
release: v0.10.1
fedekunze Mar 4, 2022
e473b6b
changelog
fedekunze Mar 4, 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
deps: bump IBC v3-rc0 (#947)
* deps: bump IBC v3-rc0

* rm strict
  • Loading branch information
fedekunze authored Feb 17, 2022
commit 0f5b1aa9297854086a3ca3aa760005a1f9ba2238
1 change: 0 additions & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ pull_request_rules:
name: default
merge:
method: squash
strict: true
commit_message: title+body
- name: backport patches to v0.9.x branch
conditions:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce
github.com/cosmos/cosmos-sdk v0.45.1
github.com/cosmos/go-bip39 v1.0.0
github.com/cosmos/ibc-go/v3 v3.0.0-beta1
github.com/cosmos/ibc-go/v3 v3.0.0-rc0
github.com/davecgh/go-spew v1.1.1
github.com/ethereum/go-ethereum v1.10.15
github.com/gogo/protobuf v1.3.3
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@ github.com/cosmos/iavl v0.17.3 h1:s2N819a2olOmiauVa0WAhoIJq9EhSXE9HDBAoR9k+8Y=
github.com/cosmos/iavl v0.17.3/go.mod h1:prJoErZFABYZGDHka1R6Oay4z9PrNeFFiMKHDAMOi4w=
github.com/cosmos/ibc-go/v3 v3.0.0-beta1 h1:VyLAJLWtDnWlbXKh0MiO9bQF244X1RcrA9mW503zFlc=
github.com/cosmos/ibc-go/v3 v3.0.0-beta1/go.mod h1:Gxl50rqoJemz7NQ/GNb+m0/U+VNxchMEkq5pMmFEfkk=
github.com/cosmos/ibc-go/v3 v3.0.0-rc0 h1:kQtRMiibviP99ySdmKb8pFkbDt+JQSnW4Swh1NYf0lg=
github.com/cosmos/ibc-go/v3 v3.0.0-rc0/go.mod h1:0G/3QhYWebySAQQgBgQ4y4rqu/UmO3y9ibies3wzpsg=
github.com/cosmos/keyring v1.1.7-0.20210622111912-ef00f8ac3d76 h1:DdzS1m6o/pCqeZ8VOAit/gyATedRgjvkVI+UCrLpyuU=
github.com/cosmos/keyring v1.1.7-0.20210622111912-ef00f8ac3d76/go.mod h1:0mkLWIoZuQ7uBoospo5Q9zIpqq6rYCPJDSUdeCJvPM8=
github.com/cosmos/ledger-cosmos-go v0.11.1 h1:9JIYsGnXP613pb2vPjFeMMjBI5lEDsEaF6oYorTy6J4=
Expand Down