Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: merge release/v1.20.0 into master #10308

Merged
merged 34 commits into from
Feb 20, 2023
Merged
Changes from 2 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
6a90d32
chore: add v1.20.0-rc1 changelog (#10273)
jennijuju Feb 15, 2023
4f259d8
Revert "Standardize path variable"
arajasek Feb 15, 2023
2dd2edc
Merge pull request #10280 from filecoin-project/asr/fix-shed
magik6k Feb 15, 2023
1d0a524
feat: EthAPI: Add EthAddressToFilecoinAddress
arajasek Feb 15, 2023
3e678f2
support network name overrides in pack to build releases
snissn Feb 16, 2023
16b7d45
lintfix
snissn Feb 16, 2023
a2b996e
Merge pull request #10286 from filecoin-project/asr/eth-address-api
arajasek Feb 16, 2023
ea03e1b
only override the correct version for bundle gen
snissn Feb 16, 2023
0f6cbf1
include the version that pack is running on for filtering the build g…
snissn Feb 16, 2023
5854d72
fix: eth: correctly decode EthGetStorageAt output (#10284)
Stebalien Feb 17, 2023
b2610be
change rpc types from uint to hash to match fevm implementation
snissn Feb 17, 2023
00b6d06
feat: eth: parse revert data (#10295)
Stebalien Feb 17, 2023
ccdb447
avoid actor not found
jennijuju Feb 17, 2023
f2648ad
fix import
jennijuju Feb 17, 2023
59db4ee
fix gen
jennijuju Feb 17, 2023
d589443
feat: EthApiTest: Confirm EthAddressToFilecoinAddress works without E…
arajasek Feb 17, 2023
2d3065a
chore: all: bump go-libipfs to replace go-block-format
Jorropo Jan 26, 2023
7a4205a
chore: node: migrate go-bitswap to go-libipfs/bitswap
Jorropo Jan 27, 2023
198217d
chore: all: bump go-libipfs to v0.4.1
Jorropo Feb 17, 2023
dbcf304
clean up comment remove print
snissn Feb 17, 2023
30615a4
feat: eth: return revert data on failed gas estimation (#10298)
Stebalien Feb 17, 2023
a3bc65b
fix: eth: return the correct nonce from EthGetTransactionCount
Stebalien Feb 17, 2023
4dedced
lintfix
snissn Feb 17, 2023
f41435d
feat: bundle: only write git tags for newly packed bundles
arajasek Feb 17, 2023
49cd428
nit: put evm case in a block
Stebalien Feb 17, 2023
6c0f4cb
nit: actually, don't use blocks
Stebalien Feb 17, 2023
7a35a73
Merge pull request #10294 from filecoin-project/mikers/buildReleaseOv…
arajasek Feb 17, 2023
258df76
Merge pull request #10305 from filecoin-project/asr/bump-go-libipfs-f…
arajasek Feb 17, 2023
efcdec6
Merge pull request #10300 from filecoin-project/steb/fix-eth-nonce
arajasek Feb 17, 2023
1050061
Merge pull request #10297 from filecoin-project/mikers/itests/flakyRP…
arajasek Feb 17, 2023
e17d4f1
Merge pull request #10299 from filecoin-project/jen/disappearedcode
arajasek Feb 17, 2023
bad41c2
fix: eth: cleanup error cases
Stebalien Feb 17, 2023
e3e78f1
Merge pull request #10306 from filecoin-project/steb/error-cleanup
arajasek Feb 17, 2023
984b4c7
Merge branch 'release/v1.20.0' into asr/merge-release-into-master
arajasek Feb 17, 2023
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
24 changes: 12 additions & 12 deletions itests/specs/eth_openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -1794,9 +1794,9 @@
"result": {
"name": "Filter Identifier",
"schema": {
"title": "hex encoded unsigned integer",
"title": "32 byte hex value",
"type": "string",
"pattern": "^0x([1-9a-f]+[0-9a-f]*|0)$"
"pattern": "^0x[0-9a-f]{64}$"
}
}
},
Expand All @@ -1807,9 +1807,9 @@
"result": {
"name": "Filter Identifier",
"schema": {
"title": "hex encoded unsigned integer",
"title": "32 byte hex value",
"type": "string",
"pattern": "^0x([1-9a-f]+[0-9a-f]*|0)$"
"pattern": "^0x[0-9a-f]{64}$"
}
}
},
Expand All @@ -1820,9 +1820,9 @@
"result": {
"name": "Filter Identifier",
"schema": {
"title": "hex encoded unsigned integer",
"title": "32 byte hex value",
"type": "string",
"pattern": "^0x([1-9a-f]+[0-9a-f]*|0)$"
"pattern": "^0x[0-9a-f]{64}$"
}
}
},
Expand All @@ -1833,9 +1833,9 @@
{
"name": "Filter Identifier",
"schema": {
"title": "hex encoded unsigned integer",
"title": "32 byte hex value",
"type": "string",
"pattern": "^0x([1-9a-f]+[0-9a-f]*|0)$"
"pattern": "^0x[0-9a-f]{64}$"
}
}
],
Expand All @@ -1853,9 +1853,9 @@
{
"name": "Filter Identifier",
"schema": {
"title": "hex encoded unsigned integer",
"title": "32 byte hex value",
"type": "string",
"pattern": "^0x([1-9a-f]+[0-9a-f]*|0)$"
"pattern": "^0x[0-9a-f]{64}$"
}
}
],
Expand Down Expand Up @@ -1954,9 +1954,9 @@
{
"name": "Filter Identifier",
"schema": {
"title": "hex encoded unsigned integer",
"title": "32 byte hex value",
"type": "string",
"pattern": "^0x([1-9a-f]+[0-9a-f]*|0)$"
"pattern": "^0x[0-9a-f]{64}$"
}
}
],
Expand Down