Commit Graph

22812 Commits

Author SHA1 Message Date
Alex Beregszaszi
96168a1438 Add test for selfdestruct
Also drop less useful EndToEndTest
2022-10-01 11:45:46 +02:00
Marenz
9e674ba047 Forward declare Instruction enum in EVMVersion 2022-09-29 13:41:58 +02:00
franzihei
2ba8fc1db5
Merge pull request #13568 from ethereum/franzihei-patch-1
[Docs] Contributing: Update meeting link to meet.soliditylang.org
2022-09-29 11:51:29 +02:00
Rajkumar gaur
bfd83c966a Updated Whiskers for checking invalid tags
For Example, raise an error if it contains invalid tags like
<?ba<!b</b
2022-09-29 07:36:29 +05:30
Kamil Śliwak
1c77d30cea
Merge pull request #13580 from R-Y-M-R/fix-docs-phrasing
Fix: improve docs typos & phrasing
2022-09-29 00:10:58 +02:00
Kamil Śliwak
b3b9b88dee Add review checklist 2022-09-28 23:47:19 +02:00
Kamil Śliwak
1df95ed552 path-resolution.rst: Rewrite relative import normalizatin rules to make them more precise 2022-09-28 23:29:10 +02:00
Kamil Śliwak
ac5d575e9c path-resolution.rst: Typo, segument -> segment 2022-09-28 23:23:33 +02:00
Riley
269a0463e4
Update spelling and phrasing. 2022-09-28 06:38:05 -04:00
Riley
71308ce5ee
Improve phrasing. 2022-09-28 06:32:42 -04:00
Alex Beregszaszi
2201526a90
Merge pull request #13533 from ethereum/evmhost-create
EVMHost: Calculate address for CREATE properly
2022-09-28 02:14:18 +02:00
Alex Beregszaszi
f5c85662ca Drop deprecated UndefMacros file 2022-09-27 23:35:32 +02:00
Alex Beregszaszi
0357cedb5c Update tests and include new for create/create2 calculation 2022-09-27 22:31:46 +02:00
Alex Beregszaszi
9aa304d43a EVMHost: Calculate address for CREATE properly 2022-09-27 22:31:45 +02:00
Alex Beregszaszi
5f8b48793c
Merge pull request #13571 from ethereum/explicit-fixedhash
Drop implicit alignment argument from FixedHash (and improve FunctionSelector helpers)
2022-09-27 22:30:34 +02:00
Alex Beregszaszi
2a41295d03 Drop implicit alignment argument from FixedHash 2022-09-27 17:58:32 +02:00
Alex Beregszaszi
725253551e Improve FunctionSelector helpers 2022-09-27 17:58:32 +02:00
Alex Beregszaszi
d1b8991c03
Merge pull request #13565 from ethereum/evmc-cleanup
EVMHost: a few more simplifications
2022-09-27 17:56:05 +02:00
Alex Beregszaszi
cb5c559392
Merge pull request #13567 from ethereum/ranges-filter
Replace use of boost::adapters::filtered with ranges::views::filter
2022-09-27 17:34:19 +02:00
franzihei
46531ac32b
Update contributing.rst 2022-09-27 15:09:16 +02:00
franzihei
1480bf1293
Update meeting link to meet.soliditylang.org 2022-09-27 12:37:45 +02:00
Alex Beregszaszi
0f484ec93b Replace use of boost::algorithm::all_of with ranges::all_of 2022-09-27 03:33:13 +02:00
Alex Beregszaszi
8230022e18 Remove unused include of boost/variant 2022-09-27 03:27:37 +02:00
Alex Beregszaszi
565423c934 Replace use of boost::adapters::filtered with ranges::views::filter 2022-09-27 03:14:17 +02:00
Alex Beregszaszi
311b2054af
Merge pull request #13556 from GeorgePlotnikov/fix-cvc4-bitvector-ctor-ambigious-call
Update ambiguous CVC4::BitVector ctor call
2022-09-27 00:00:29 +02:00
George Plotnikov
44a2dd864f Update CVC4::BitVector ctor call 2022-09-26 23:03:42 +02:00
Alex Beregszaszi
50182d7ee0 EVMHost: replace precompileALTBN128PairingProduct with mapping 2022-09-26 21:39:18 +02:00
Alex Beregszaszi
f40d1d654d EVMHost: Add size%192 check to bn128pairing
And also refactor resultWithFailure
2022-09-26 21:06:33 +02:00
hrkrshnn
d32661c0af Added tests for --no-append-metadata
- Command line tests
- Documented the standard json
- Changelog
- A Change in SolidityExecutionFramework to prevent flaky gas tests
- A boost test for --no-append-metadata
- Removed an outdated comment
2022-09-26 20:40:34 +02:00
hrkrshnn
f96e802e74 Add --no-append-metadata in CLI and metadata.append in JSON
Skips appending metadata to the binary
2022-09-26 20:40:34 +02:00
Alex Beregszaszi
8b7010872c
Merge pull request #13562 from ethereum/evmc-cleanup
EVMHost: Simplify some code and document functions
2022-09-26 18:42:14 +02:00
Alex Beregszaszi
c967a621eb EVMHost: Reduce code duplication in precompiles 2022-09-26 15:38:55 +02:00
Christian Parpart
70aa3aed04
Merge pull request #13540 from ethereum/lsp-require
renames lspAssert() to lspRequire + documentation
2022-09-26 15:06:23 +02:00
Christian Parpart
d07c596f42 Renaming lspAssert to lspRequire plus adding some documentation to make it more clear what this function is supposed to be used for. 2022-09-26 12:14:56 +02:00
Alex Beregszaszi
a260000a16 EVMHost: Make it clear which MockedHost helpers are used
And also remove unused helpers.
2022-09-26 02:05:40 +02:00
Alex Beregszaszi
e3c7369413 EVMHost: Simplify some code and dcoument functions 2022-09-26 01:59:52 +02:00
Kamil Śliwak
3ddf5db755
Merge pull request #13548 from gnattishness/060-opcode-breaking-changes
Add v0.6.0 change notes for inline assembly opcode syntax changes.
2022-09-23 17:32:33 +02:00
Nishant Sachdeva
44e8ada691
Merge pull request #13549 from miles170/develop
Fix stripping in CLI tests does not produce correct JSON formatting
2022-09-23 17:12:23 +05:30
Nikola Matić
b12b845739
Merge pull request #13554 from ethereum/code-style-rule-for-std-qualifier
Add code style rule for std:: qualifier
2022-09-23 11:21:59 +02:00
Nikola Matic
c2a9e36c5c Add code style rule for std:: qualifier 2022-09-23 09:44:45 +02:00
r0qs
d0103b5776
Merge pull request #13522 from ethereum/gh-stale-actions
Workflow to label and comment stale pull requests
2022-09-22 16:00:19 +02:00
Rodrigo Q. Saramago
e2767363db
Add workflow to label, comment and close stale pull requests
Co-authored-by: Kamil Śliwak <cameel2@gmail.com>
Co-authored-by: Daniel Kirchner <daniel@ekpyron.org>
2022-09-22 14:51:39 +02:00
Miles Liu
dad1a56321
Pretty print expected json output of command line tests 2022-09-22 18:49:55 +08:00
Miles Liu
4e929ee145
Fix stripping in CLI tests does not produce correct JSON formatting 2022-09-21 21:25:09 +08:00
Nathaniel Jensen
f0f46a12af
Add v0.6.0 change notes for inline assembly opcode syntax changes. 2022-09-21 17:50:29 +10:00
Nishant Sachdeva
37597f9e88
Merge pull request #13162 from ethereum/cleanup_helpers_around_errors
cleaning up helpers around errors
2022-09-20 20:49:45 +05:30
nishant-sachdeva
eafd7218b7 refactored struct message to use std::variant for _typeOrSeverity 2022-09-20 19:20:43 +05:30
Nikola Matić
db571add54
Merge pull request #13542 from ethereum/pin-v3-periphery-in-euler-tests
Fix Euler tests by pinning v3-periphery
2022-09-20 14:58:07 +02:00
Nikola Matic
1f244cc1b3 Fix Euler tests by pinning v3-periphery 2022-09-20 14:12:57 +02:00
nishant-sachdeva
c8011d8719 Cleaning up helpers around errors 2022-09-19 10:51:14 +05:30