Daniel Kirchner
93dd8ad553
Tests.
2022-03-02 17:07:11 +01:00
Daniel Kirchner
290b1c3a90
Allow memory-safe inline assembly dialect flag.
2022-03-02 17:07:11 +01:00
Kamil Śliwak
30008465bf
perpetual-pools: Use Hardhat 2.8.4 to work around @openzeppelin/hardhat-upgrades's problem with parallel compilation on Hardhat 2.9.0
2022-03-02 16:47:55 +01:00
Daniel Kirchner
6b6e163be5
Tests.
2022-03-02 16:42:28 +01:00
Daniel Kirchner
ad13062978
Patch external tests with a safe inline assembly annotation.
2022-03-02 16:42:28 +01:00
Daniel Kirchner
62a997ac97
Documentation.
2022-03-02 16:42:28 +01:00
Daniel Kirchner
dfb7bf2853
Report memoryguard in stack too deep error.
2022-03-02 16:42:28 +01:00
Daniel Kirchner
9bcfcc61a7
Inline assembly without memory effects is implicitly memory safe.
2022-03-02 16:42:28 +01:00
Daniel Kirchner
e6848caac1
Allow annotating inline assembly as memory-safe.
2022-03-02 16:42:28 +01:00
chriseth
d118f21417
Merge pull request #12729 from ethereum/splitOutDisassemble
...
Split out disassemble to remove numeric from instruction includes.
2022-03-02 16:18:17 +01:00
chriseth
b0dcd7b915
Split out disassemble to remove numeric from instruction includes.
2022-03-02 15:30:41 +01:00
Alexander Arlt
149a730f4a
Update buildpacks to include jq.
2022-03-02 09:23:49 -05:00
Daniel Kirchner
e8520a667b
Merge pull request #12730 from ethereum/saveRestoreNestingDepth
...
Also save and restore the nesting depth.
2022-03-02 14:21:56 +01:00
chriseth
63f0a22c5d
Also save and restore the nesting depth.
2022-03-02 13:49:40 +01:00
wechman
8e2f929648
Move basefee_berlin_function test to syntax tests.
2022-03-02 10:48:33 +01:00
Sreekesh V
5941f029ad
Added changes in changelog.md
2022-03-02 10:48:33 +01:00
Sreekesh V
9188e658d8
Revert "Allow basefee as Yul identifier for EVMVersion < london"
...
This reverts commit 7f1a2be0fe
.
Added changes to changelog to include Make basfee as a reserved identifier
added changes under the breaking changes rst file
Update Changelog.md
Co-authored-by: Harikrishnan Mulackal <webmail.hari@gmail.com>
Update 090-breaking-changes.rst
moved the changes under "New restrictions" section
Update Changelog.md
avoided removing line no 6
Update docs/090-breaking-changes.rst
Co-authored-by: Alex Beregszaszi <alex@rtfs.hu>
2022-03-02 10:48:33 +01:00
chriseth
2bcb027533
Merge pull request #12693 from ethereum/extendSideEffects
...
Extend side effects
2022-03-01 23:48:06 +01:00
chriseth
d0d4bca35b
Extend side effects to operations.
2022-03-01 16:06:20 +01:00
chriseth
5369bdc8fb
Merge pull request #12722 from ethereum/smt_fix_nondet
...
Ignore cex in SMT test
2022-03-01 12:26:48 +01:00
chriseth
466251b5a0
Merge pull request #12689 from callezenwaka/develop
...
Fix typos on doc
2022-02-28 19:04:03 +01:00
Callis Ezenwaka
5134dafb8e
Update typo in using-for.rst
...
Update typo in using-for.rst
2022-02-28 19:03:13 +01:00
Leo Alt
bef69b595b
Ignore cex in SMT test
2022-02-28 18:56:20 +01:00
chriseth
fb7cdda891
Fix iterable mapping example.
2022-02-28 17:57:19 +01:00
chriseth
6df5342d88
Merge pull request #12697 from ethereum/revive-wasm-rebuild
...
Revive wasm rebuild scripts
2022-02-28 13:29:37 +01:00
chriseth
19f0f85984
Merge pull request #12714 from ethereum/remove-outdated-release-scripts
...
Remove outdated release scripts
2022-02-28 13:10:28 +01:00
chriseth
ebd584fcfb
Merge pull request #12206 from ethereum/extractExternalFunctionPart
...
Extract external function part
2022-02-28 13:04:14 +01:00
Kamil Śliwak
e0cc2d4ce2
Merge pull request #12715 from ethereum/release-checklist-restore-source-tarball-instructions
...
Put source tarball creation instructions back on the release checklist
2022-02-28 13:02:57 +01:00
Kamil Śliwak
8962d53e3c
Merge pull request #12701 from a3d4/fix-running-tests-from-any-drive
...
Fix running path-related tests from any Windows drive
2022-02-28 12:58:45 +01:00
chriseth
5a94a7c9be
Merge pull request #12698 from Abdulkarim4u/develop
...
fixed grammar on doc.
2022-02-28 12:40:01 +01:00
chriseth
ca4c983973
Merge pull request #12695 from ethereum/less-confusing-err
...
Make error message less confusing
2022-02-28 12:36:47 +01:00
Kamil Śliwak
1762482a56
Add instructions for creating the source tarball back to the release checklist
2022-02-28 12:22:25 +01:00
Kamil Śliwak
1f9fab84a6
Remove release.sh/.bat scripts we no longer use
2022-02-24 17:54:17 +01:00
Kamil Śliwak
1aacb67a10
Merge pull request #12703 from ethereum/diff-color-fix
...
scripts/common.sh: 'diff --color' not supported by macOS.
2022-02-24 17:47:19 +01:00
Alexander Arlt
b741ca3ab5
scripts/common.sh: 'diff --color' not supported by macOS.
2022-02-23 19:23:35 -05:00
Kamil Śliwak
e7d93f8376
Merge pull request #12678 from devtooligan/fix/remove-snake
...
Fix: remove lower_case_with_underscores and Capitalized_Words_With_Underscores
2022-02-23 10:38:57 +01:00
Kamil Śliwak
47d7793174
Merge pull request #12692 from ethereum/addcodeowners
...
Add codeowners file.
2022-02-22 21:01:03 +01:00
a3d4
50ae21d1bf
Fix running tests from any drive
2022-02-22 18:11:42 +01:00
Alexander Arlt
f7b29d55da
cmake/EthCompilerSettings.cmake: generator expression fix for ninja.
2022-02-22 08:26:37 -05:00
chriseth
c5070d8633
Update .github/CODEOWNERS
...
Co-authored-by: Kamil Śliwak <kamil.sliwak@codepoets.it>
2022-02-22 10:22:11 +01:00
Richie
49f06dacdf
fix: remove lower_case_with_underscores and Capitalized_Words_With_Underscores from code examples
2022-02-21 10:53:35 -08:00
chriseth
5db2907636
Merge pull request #12653 from nishant-sachdeva/selector_for_custom_errors
...
Added errorSelector field for custom errors
2022-02-21 17:42:36 +01:00
nishant-sachdeva
195f72e844
Added errorSelector field for custom errors
2022-02-21 19:14:33 +05:30
chriseth
e9592c3f8e
Update tests.
2022-02-21 14:32:52 +01:00
chriseth
106921c278
Extract external function part into its own function.
2022-02-21 14:32:52 +01:00
Abdul Karim Moro
2834003848
fixed grammar on doc.
...
If readers can gain additional pieces of information on smart contracts, then "more details" should be correct.
2022-02-19 08:31:26 +09:00
Kamil Śliwak
1f5407521a
wasm-rebuild: Print tags that will be processed
2022-02-18 21:49:25 +01:00
Kamil Śliwak
42ac3b29b4
wasm-rebuild: Update solc-bin URL
2022-02-18 21:49:25 +01:00
Kamil Śliwak
dda05655b0
wasm-rebuild: Patch storebytecode.sh from 0.6.1 not to use latest solc-js
2022-02-18 21:49:10 +01:00
Kamil Śliwak
c38cc8b736
wasm-rebuild: Revert solc-js changes - not needed because the script uses an old branch of solc-js
2022-02-18 21:49:10 +01:00