-
Notifications
You must be signed in to change notification settings - Fork 115
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
feat: integration tests setup #177
base: main
Are you sure you want to change the base?
Commits on Feb 15, 2024
-
feat: return gasUsed, gasPerPubdata, maxFeePerGas and maxPriorityFeeP…
…erGas fields for transaction (#109) # What ❔ Return `gasUsed`, `gasPerPubdata`, `maxFeePerGas` and `maxPriorityFeePerGas` fields for transaction. ## Why ❔ For better UX we want to show gas and fee related fields on UI so we need to return these fields from the API first. ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [X] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [X] Tests for the changes have been added / updated.
Configuration menu - View commit details
-
Copy full SHA for 0015f13 - Browse repository at this point
Copy the full SHA 0015f13View commit details -
feat: add transaction error and revert reason (#110)
# What ❔ - fetch and store tx error and revert reason; - return tx error and revert reason via API; - display tx error on UI; ## Why ❔ - fast way to see what's the reason of transaction failure; ## Checklist - [+] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [+] Tests for the changes have been added / updated. - [+] Documentation comments have been added / updated.
Configuration menu - View commit details
-
Copy full SHA for 491f99a - Browse repository at this point
Copy the full SHA 491f99aView commit details -
fix: add sepolia staging hostname (#111)
# What ❔ Sepolia staging hostname. - [X] PR title corresponds to the body of PR (we generate changelog entries from PRs).
Configuration menu - View commit details
-
Copy full SHA for 05ea503 - Browse repository at this point
Copy the full SHA 05ea503View commit details -
# What ❔ - remove $ from copy-pasteable commands - add sepolia links
Configuration menu - View commit details
-
Copy full SHA for 5b8b417 - Browse repository at this point
Copy the full SHA 5b8b417View commit details -
feat: show gas fields on UI (#114)
# What ❔ <img width="441" alt="image" src="https://github.com/matter-labs/block-explorer/assets/6553665/b69c7a82-4f3a-4afa-abc5-8b7385a5079d"> ## Why ❔ For better user experience it was requested to show gas fields and limits on UI. ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [X] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [X] Tests for the changes have been added / updated.
Configuration menu - View commit details
-
Copy full SHA for f0420a9 - Browse repository at this point
Copy the full SHA f0420a9View commit details -
fix: api address contract endpoint to use creatorAddress field instea…
…d of a separate call (#115) # What ❔ Api contract endpoint to use `creatorAddress` field instead of a separate DB call to fetch txReceipt. ## Why ❔ We don't need a DB call to fetch contract creator address. ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [X] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [X] Tests for the changes have been added / updated.
Configuration menu - View commit details
-
Copy full SHA for e366f30 - Browse repository at this point
Copy the full SHA e366f30View commit details -
test: update tests for sepolia (#112)
# What ❔ update ui tests for sepolia ## Why ❔ keep tests up to date ## Checklist - [+ ] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ +] Tests for the changes have been added / updated. - [- ] Documentation comments have been added / updated.
Configuration menu - View commit details
-
Copy full SHA for bc75ffc - Browse repository at this point
Copy the full SHA bc75ffcView commit details -
fix: ignore parse log errors (#116)
# What ❔ - show logs without parsed event if it fails. ## Why ❔ - currently it shows no logs at all if even one of many logs is failed to parse. This is a quick fix for now. The issue can be reproduced with proxy contracts if there are some events emitted which are defined in the implementation contract. To properly fix it we should use both proxy and implementation ABI.
Configuration menu - View commit details
-
Copy full SHA for 93a290e - Browse repository at this point
Copy the full SHA 93a290eView commit details -
feat: re-check tokens to save based on transfers after each block (#118)
# What ❔ - Save tokens which affected balances after processing every block. ## Why ❔ - If token initially deployed didn't have all the required attributes we need to try to save it again later. ## Checklist - [+] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [+] Tests for the changes have been added / updated.
Configuration menu - View commit details
-
Copy full SHA for b1a3f01 - Browse repository at this point
Copy the full SHA b1a3f01View commit details -
fix: use liquidity tokens filter only on mainnet (#119)
# What ❔ Use liquidity tokens filter only on mainnet. ## Why ❔ To show tokens without liquidity on testnets, local envs and hyperchains. ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [X] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [X] Tests for the changes have been added / updated.
Configuration menu - View commit details
-
Copy full SHA for 4abbdeb - Browse repository at this point
Copy the full SHA 4abbdebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c43123 - Browse repository at this point
Copy the full SHA 2c43123View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfd3e4c - Browse repository at this point
Copy the full SHA bfd3e4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c96bdb2 - Browse repository at this point
Copy the full SHA c96bdb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for da270fc - Browse repository at this point
Copy the full SHA da270fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7d1ef9 - Browse repository at this point
Copy the full SHA c7d1ef9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89d813f - Browse repository at this point
Copy the full SHA 89d813fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e874c63 - Browse repository at this point
Copy the full SHA e874c63View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0953f1 - Browse repository at this point
Copy the full SHA d0953f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f28a726 - Browse repository at this point
Copy the full SHA f28a726View commit details -
Configuration menu - View commit details
-
Copy full SHA for 558794a - Browse repository at this point
Copy the full SHA 558794aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f3cbd9 - Browse repository at this point
Copy the full SHA 2f3cbd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73510cd - Browse repository at this point
Copy the full SHA 73510cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 432eb84 - Browse repository at this point
Copy the full SHA 432eb84View commit details -
Configuration menu - View commit details
-
Copy full SHA for e82821c - Browse repository at this point
Copy the full SHA e82821cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48dc19e - Browse repository at this point
Copy the full SHA 48dc19eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3c46e1 - Browse repository at this point
Copy the full SHA d3c46e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35dbdd9 - Browse repository at this point
Copy the full SHA 35dbdd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73d6afa - Browse repository at this point
Copy the full SHA 73d6afaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c10056 - Browse repository at this point
Copy the full SHA 3c10056View commit details -
Configuration menu - View commit details
-
Copy full SHA for 234994c - Browse repository at this point
Copy the full SHA 234994cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54094b0 - Browse repository at this point
Copy the full SHA 54094b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c9dd96 - Browse repository at this point
Copy the full SHA 3c9dd96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09103da - Browse repository at this point
Copy the full SHA 09103daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 861c212 - Browse repository at this point
Copy the full SHA 861c212View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f521a5 - Browse repository at this point
Copy the full SHA 9f521a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c8422b - Browse repository at this point
Copy the full SHA 4c8422bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d621d8 - Browse repository at this point
Copy the full SHA 2d621d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c75f2e - Browse repository at this point
Copy the full SHA 4c75f2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c44a3c1 - Browse repository at this point
Copy the full SHA c44a3c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 072a65c - Browse repository at this point
Copy the full SHA 072a65cView commit details -
test: covering Contract API and Logs API endpoints
Removed obsolete Wallet import
Configuration menu - View commit details
-
Copy full SHA for 5146686 - Browse repository at this point
Copy the full SHA 5146686View commit details -
test: covering Contract API and Logs API endpoints
Fixed text suites/cases naming, adjusted beforeAll preconditions, added more checks to Logs TC
Configuration menu - View commit details
-
Copy full SHA for d871f4e - Browse repository at this point
Copy the full SHA d871f4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 174a99b - Browse repository at this point
Copy the full SHA 174a99bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 536a1e9 - Browse repository at this point
Copy the full SHA 536a1e9View commit details -
test: covering Contract API and Logs API endpoints
Removed obsolete Wallet import
Configuration menu - View commit details
-
Copy full SHA for aa49486 - Browse repository at this point
Copy the full SHA aa49486View commit details -
test: covering Contract API and Logs API endpoints
Fixed text suites/cases naming, adjusted beforeAll preconditions, added more checks to Logs TC
Configuration menu - View commit details
-
Copy full SHA for aa3f20f - Browse repository at this point
Copy the full SHA aa3f20fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5888733 - Browse repository at this point
Copy the full SHA 5888733View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e898a2 - Browse repository at this point
Copy the full SHA 7e898a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2453deb - Browse repository at this point
Copy the full SHA 2453debView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22cb049 - Browse repository at this point
Copy the full SHA 22cb049View commit details -
Configuration menu - View commit details
-
Copy full SHA for f08ad77 - Browse repository at this point
Copy the full SHA f08ad77View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad97b4a - Browse repository at this point
Copy the full SHA ad97b4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84d5eb4 - Browse repository at this point
Copy the full SHA 84d5eb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b990fa0 - Browse repository at this point
Copy the full SHA b990fa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98235e8 - Browse repository at this point
Copy the full SHA 98235e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d537d01 - Browse repository at this point
Copy the full SHA d537d01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 518a037 - Browse repository at this point
Copy the full SHA 518a037View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70b3ae5 - Browse repository at this point
Copy the full SHA 70b3ae5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ef98d3 - Browse repository at this point
Copy the full SHA 2ef98d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d89dac6 - Browse repository at this point
Copy the full SHA d89dac6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8036ea - Browse repository at this point
Copy the full SHA e8036eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04cf38c - Browse repository at this point
Copy the full SHA 04cf38cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d458c83 - Browse repository at this point
Copy the full SHA d458c83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29a195a - Browse repository at this point
Copy the full SHA 29a195aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81be306 - Browse repository at this point
Copy the full SHA 81be306View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fabc5e - Browse repository at this point
Copy the full SHA 0fabc5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0c1469 - Browse repository at this point
Copy the full SHA e0c1469View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bae8a1 - Browse repository at this point
Copy the full SHA 8bae8a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 534abb9 - Browse repository at this point
Copy the full SHA 534abb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e707f8 - Browse repository at this point
Copy the full SHA 3e707f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe83a3d - Browse repository at this point
Copy the full SHA fe83a3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4e2329 - Browse repository at this point
Copy the full SHA d4e2329View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8def1b - Browse repository at this point
Copy the full SHA f8def1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b8527b - Browse repository at this point
Copy the full SHA 5b8527bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c50eb52 - Browse repository at this point
Copy the full SHA c50eb52View commit details -
Configuration menu - View commit details
-
Copy full SHA for d942650 - Browse repository at this point
Copy the full SHA d942650View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcc1786 - Browse repository at this point
Copy the full SHA fcc1786View commit details -
Configuration menu - View commit details
-
Copy full SHA for 061b2a6 - Browse repository at this point
Copy the full SHA 061b2a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a092687 - Browse repository at this point
Copy the full SHA a092687View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79f957c - Browse repository at this point
Copy the full SHA 79f957cView commit details -
Update packages/integration-tests/tests/api/accounts.test.ts
Co-authored-by: abilevych <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3b15958 - Browse repository at this point
Copy the full SHA 3b15958View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad4a29c - Browse repository at this point
Copy the full SHA ad4a29cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c2f3b4 - Browse repository at this point
Copy the full SHA 6c2f3b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7266856 - Browse repository at this point
Copy the full SHA 7266856View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b7c757 - Browse repository at this point
Copy the full SHA 5b7c757View commit details -
Configuration menu - View commit details
-
Copy full SHA for eccc828 - Browse repository at this point
Copy the full SHA eccc828View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f6d373 - Browse repository at this point
Copy the full SHA 0f6d373View commit details -
Configuration menu - View commit details
-
Copy full SHA for 220f57c - Browse repository at this point
Copy the full SHA 220f57cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ba69b3 - Browse repository at this point
Copy the full SHA 3ba69b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71aac3b - Browse repository at this point
Copy the full SHA 71aac3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f083cab - Browse repository at this point
Copy the full SHA f083cabView commit details -
Configuration menu - View commit details
-
Copy full SHA for d47f898 - Browse repository at this point
Copy the full SHA d47f898View commit details -
Configuration menu - View commit details
-
Copy full SHA for eba11e8 - Browse repository at this point
Copy the full SHA eba11e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f494903 - Browse repository at this point
Copy the full SHA f494903View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e2e2e8 - Browse repository at this point
Copy the full SHA 0e2e2e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c18932 - Browse repository at this point
Copy the full SHA 0c18932View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5320fc - Browse repository at this point
Copy the full SHA c5320fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b4e29b - Browse repository at this point
Copy the full SHA 0b4e29bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82341ce - Browse repository at this point
Copy the full SHA 82341ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6aafa19 - Browse repository at this point
Copy the full SHA 6aafa19View commit details -
test: covering tokens API endpoints tc1803 (#155)
# What ❔ Added test for TC id1803 /tokens/{address}/transfers endpoint ## Why ❔ Expand test coverage - id1803 wasn't covered by autotest ## Checklist - [ +] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated.
Configuration menu - View commit details
-
Copy full SHA for bba6b6c - Browse repository at this point
Copy the full SHA bba6b6cView commit details -
test: fix readme docker command (#158)
# What ❔ Fix a typo for deprecated docker command ## Why ❔ to run command without an error ## Checklist - [ +] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ -] Tests for the changes have been added / updated. - [ +] Documentation comments have been added / updated.
Configuration menu - View commit details
-
Copy full SHA for 0259377 - Browse repository at this point
Copy the full SHA 0259377View commit details -
test: covering Batches API and partially covered Transactions (#156)
covering Batches API # What ❔ 1506 [Transactions] /transactions response returns elements (wasn't covered fully) 1513 [Batches] /batches response returns elements (wasn't covered fully) 1510 [Transactions] /address/{address}/logs response returns elements (wasn't covered fully) 1656 [Transactions] Verify failed tx (new test) 1655 [Transactions] Verify deployed the own ERC20 token contract in BE (new test) ## Why ❔ Why are these changes done? - expanding test coverage ## Checklist - [ +] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ +] Tests for the changes have been added / updated. - [ n/a] Documentation comments have been added / updated.
Configuration menu - View commit details
-
Copy full SHA for fde87c4 - Browse repository at this point
Copy the full SHA fde87c4View commit details -
feat: new automation tests for accounts API (#163)
# What ❔ - new API integration tests to cover account API functionality **_List of test cases for automation:_** - [x] [[Account API] /api?module=account&action=txlistinternal&address= response returns elements](https://allure.matterlabs.dev/project/11/test-cases/1852?treeId=22) - [x] [[Account API] /api?module=account&action=getminedblocks](https://allure.matterlabs.dev/project/11/test-cases/1807?treeId=22) - [x] [[Account API] /api?module=account&action=tokentx response returns elements](https://allure.matterlabs.dev/project/11/test-cases/1805?treeId=22) - [x] [[Account API] /api?module=account&action=txlistinternal response returns elements](https://allure.matterlabs.dev/project/11/test-cases/1804?treeId=22) - [x] [[Account API] /api?module=account&action=tokennfttx response returns elements](https://allure.matterlabs.dev/project/11/test-cases/1806?treeId=22) ## Why ❔ - to increase coverage of the automation test suite and cover accounts API part ## Checklist - [ +] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ +] Tests for the changes have been added / updated. - [ -] Documentation comments have been added / updated.
Configuration menu - View commit details
-
Copy full SHA for 5a6fd69 - Browse repository at this point
Copy the full SHA 5a6fd69View commit details -
test: fixing gating transactions tests (#162)
# What ❔ Fixed disabled (xdescribe and xit) /transactions/{transactionHash}/transfers tests and turned them on back ## Why ❔ /transactions/{transactionHash}/transfers tests were disabled since they were outdated ## Checklist - [ +] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ +] Tests for the changes have been added / updated. - [ -] Documentation comments have been added / updated.
Configuration menu - View commit details
-
Copy full SHA for dd7a456 - Browse repository at this point
Copy the full SHA dd7a456View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b68cd3 - Browse repository at this point
Copy the full SHA 8b68cd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdef776 - Browse repository at this point
Copy the full SHA cdef776View commit details -
feat: deprecate warning for goerli (#126)
# What ❔ Deprecate warning for Goerli network: <img width="1279" alt="image" src="https://github.com/matter-labs/block-explorer/assets/6553665/6f1e0117-3561-4d85-a2a4-dd8fc53b695a"> ## Why ❔ To warn users that we are ending support of Goerli testnet. ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [X] PR title corresponds to the body of PR (we generate changelog entries from PRs).
Configuration menu - View commit details
-
Copy full SHA for 0aeb85f - Browse repository at this point
Copy the full SHA 0aeb85fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 467a359 - Browse repository at this point
Copy the full SHA 467a359View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ef25c7 - Browse repository at this point
Copy the full SHA 6ef25c7View commit details -
fix: header height when warning message is shown (#132)
# What ❔ Fix header height when warning message is shown.
Configuration menu - View commit details
-
Copy full SHA for 1f5cfdd - Browse repository at this point
Copy the full SHA 1f5cfddView commit details -
fix: remove mainnet warning (#133)
# What ❔ Remove warning message for mainnet since we don't need it anymore.
Configuration menu - View commit details
-
Copy full SHA for 2931487 - Browse repository at this point
Copy the full SHA 2931487View commit details -
fix: don't save tokens whose symbols contain only special characters (#…
…134) Do not try to save tokens whose symbols contain only special characters. Because it violates the token DB constraint. <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [X] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [X] Tests for the changes have been added / updated.
Configuration menu - View commit details
-
Copy full SHA for 072650f - Browse repository at this point
Copy the full SHA 072650fView commit details -
fix: don't do prefetch request for tx search (#135)
Remove prefetch reuest when search by tx hash. To be able to see search for tx that are in blockchain but hasn't been indexed yet. <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [X] PR title corresponds to the body of PR (we generate changelog entries from PRs).
Configuration menu - View commit details
-
Copy full SHA for 1fb36ba - Browse repository at this point
Copy the full SHA 1fb36baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b4e832 - Browse repository at this point
Copy the full SHA 2b4e832View commit details -
Configuration menu - View commit details
-
Copy full SHA for 658105b - Browse repository at this point
Copy the full SHA 658105bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f4787b - Browse repository at this point
Copy the full SHA 4f4787bView commit details -
fix: add mainnet warning (tmp) (#139)
# What ❔ Add mainnet warning - [X] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [X] Tests for the changes have been added / updated.
Configuration menu - View commit details
-
Copy full SHA for 766bbbc - Browse repository at this point
Copy the full SHA 766bbbcView commit details -
feat: use multiple db transactions for blocks processing, use websock…
…ets for RPC calls (#140)
Configuration menu - View commit details
-
Copy full SHA for 1f415fb - Browse repository at this point
Copy the full SHA 1f415fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4f04ee - Browse repository at this point
Copy the full SHA a4f04eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 022881a - Browse repository at this point
Copy the full SHA 022881aView commit details -
chore: fix dev discussions link (#143)
# What ❔ - Updates dev discussions link <!-- What are the changes this PR brings about? --> <!-- Example: This PR adds a PR template to the repo. --> <!-- (For bigger PRs adding more context is appreciated) --> ## Why ❔ - We updated the link <!-- Why are these changes done? What goal do they contribute to? What are the principles behind them? --> <!-- Example: PR templates ensure PR reviewers, observers, and future iterators are in context about the evolution of repos. --> ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [ ] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. Co-authored-by: Vasyl Ivanchuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c025fb1 - Browse repository at this point
Copy the full SHA c025fb1View commit details -
test: add allure public reports (#68)
updated workflow to make public allure reports current reports provide a link to a private url <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [ + ] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ n/a ] Tests for the changes have been added / updated. - [ n/a ] Documentation comments have been added / updated. --------- Co-authored-by: Vasyl Ivanchuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2dc7bf7 - Browse repository at this point
Copy the full SHA 2dc7bf7View commit details -
Fix links to documentation. The documentation has been updated so we should use new links. <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [X] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [X] Tests for the changes have been added / updated.
Configuration menu - View commit details
-
Copy full SHA for c088201 - Browse repository at this point
Copy the full SHA c088201View commit details -
feat: add data fetcher service (#145)
# What ❔ Add data fetcher service that can be vertically scaled. ## Why ❔ Having data fetching vertically scaled we will be able to keep up with higher TPS. ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [X] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [X] Tests for the changes have been added / updated.
Configuration menu - View commit details
-
Copy full SHA for 2a4fb10 - Browse repository at this point
Copy the full SHA 2a4fb10View commit details -
fix: remove portal from header (#159)
# What ❔ - Remove Portal link from the top menu - Do not show an error reason for the failed transaction if it's empty - Docker compose starts services in production and not in development mode - Add zkVM filter option for solc compilers on the verification page ## Why ❔ To fix bug reports / implement feature requests. ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [X] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [X] Tests for the changes have been added / updated. --------- Co-authored-by: Oleh Bairak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eadefc0 - Browse repository at this point
Copy the full SHA eadefc0View commit details -
fix: add data fetcher debug logs (#165)
# What ❔ Add more Data Fetcher debug logs. ## Why ❔ For easier troubleshooting. ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [X] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [X] Tests for the changes have been added / updated.
Configuration menu - View commit details
-
Copy full SHA for 3bb8694 - Browse repository at this point
Copy the full SHA 3bb8694View commit details -
Configuration menu - View commit details
-
Copy full SHA for b314bcb - Browse repository at this point
Copy the full SHA b314bcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a040b8 - Browse repository at this point
Copy the full SHA 2a040b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8386066 - Browse repository at this point
Copy the full SHA 8386066View commit details -
fix: remove docker version (#169)
# What ❔ Remove docker version ## Why ❔ Because it's not necessary to specify it.
Configuration menu - View commit details
-
Copy full SHA for 926e590 - Browse repository at this point
Copy the full SHA 926e590View commit details -
Configuration menu - View commit details
-
Copy full SHA for c549d97 - Browse repository at this point
Copy the full SHA c549d97View commit details -
Configuration menu - View commit details
-
Copy full SHA for e80043f - Browse repository at this point
Copy the full SHA e80043fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 343cf89 - Browse repository at this point
Copy the full SHA 343cf89View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8d0a70 - Browse repository at this point
Copy the full SHA d8d0a70View commit details
Commits on Feb 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e3aa291 - Browse repository at this point
Copy the full SHA e3aa291View commit details
Commits on Feb 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c054b5b - Browse repository at this point
Copy the full SHA c054b5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 318c013 - Browse repository at this point
Copy the full SHA 318c013View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0281351 - Browse repository at this point
Copy the full SHA 0281351View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06bffb0 - Browse repository at this point
Copy the full SHA 06bffb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36675b0 - Browse repository at this point
Copy the full SHA 36675b0View commit details
Commits on Feb 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4735b11 - Browse repository at this point
Copy the full SHA 4735b11View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd2c1b8 - Browse repository at this point
Copy the full SHA dd2c1b8View commit details -
test: refactor and actualise Transactions tests (#182)
# What ❔ Added coverage for all 0 items in responses for Transaction endpoints ## Why ❔ ## Checklist - [x] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [x] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated.
Configuration menu - View commit details
-
Copy full SHA for a640ca9 - Browse repository at this point
Copy the full SHA a640ca9View commit details
Commits on Feb 29, 2024
-
Update packages/integration-tests/tests/ui/transactions.spec.ts
Co-authored-by: pcheremu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f6d9eed - Browse repository at this point
Copy the full SHA f6d9eedView commit details -
Configuration menu - View commit details
-
Copy full SHA for f92572e - Browse repository at this point
Copy the full SHA f92572eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3eb795 - Browse repository at this point
Copy the full SHA f3eb795View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba073cd - Browse repository at this point
Copy the full SHA ba073cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d23d22 - Browse repository at this point
Copy the full SHA 6d23d22View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdab5f2 - Browse repository at this point
Copy the full SHA cdab5f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 018cc99 - Browse repository at this point
Copy the full SHA 018cc99View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe053dc - Browse repository at this point
Copy the full SHA fe053dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40775b2 - Browse repository at this point
Copy the full SHA 40775b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbf4411 - Browse repository at this point
Copy the full SHA dbf4411View commit details -
Configuration menu - View commit details
-
Copy full SHA for 382526d - Browse repository at this point
Copy the full SHA 382526dView commit details
Commits on Mar 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c5a86cf - Browse repository at this point
Copy the full SHA c5a86cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c0040a - Browse repository at this point
Copy the full SHA 4c0040aView commit details -
test: covering UI tests for Deposit
Changed timeout value in Deposit UI tests Renamed variables to suggested values as per review results Removed obsolete console.log
Configuration menu - View commit details
-
Copy full SHA for 4babcac - Browse repository at this point
Copy the full SHA 4babcacView commit details
Commits on Mar 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f628183 - Browse repository at this point
Copy the full SHA f628183View commit details
Commits on Mar 6, 2024
-
Merge pull request #185 from matter-labs/QA-543-cover-the-Deposit-tests
test: covering UI tests for Deposit
Configuration menu - View commit details
-
Copy full SHA for 6b9943a - Browse repository at this point
Copy the full SHA 6b9943aView commit details -
Co-authored-by: Roman Petriv <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd3af36 - Browse repository at this point
Copy the full SHA dd3af36View commit details -
Co-authored-by: Roman Petriv <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 87e3104 - Browse repository at this point
Copy the full SHA 87e3104View commit details -
Update packages/integration-tests/README.md
Co-authored-by: Roman Petriv <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fae3657 - Browse repository at this point
Copy the full SHA fae3657View commit details -
Update packages/integration-tests/README.md
Co-authored-by: Roman Petriv <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f2d13f - Browse repository at this point
Copy the full SHA 2f2d13fView commit details -
Update packages/integration-tests/src/entities.ts
Co-authored-by: Roman Petriv <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b31711c - Browse repository at this point
Copy the full SHA b31711cView commit details -
Update packages/integration-tests/src/helper.ts
Co-authored-by: Roman Petriv <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 410e491 - Browse repository at this point
Copy the full SHA 410e491View commit details -
Update packages/integration-tests/src/helper.ts
Co-authored-by: Roman Petriv <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 99a8933 - Browse repository at this point
Copy the full SHA 99a8933View commit details -
Update packages/integration-tests/src/entities.ts
Co-authored-by: Roman Petriv <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4790844 - Browse repository at this point
Copy the full SHA 4790844View commit details -
Update packages/integration-tests/src/entities.ts
Co-authored-by: Roman Petriv <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ed7c4f - Browse repository at this point
Copy the full SHA 4ed7c4fView commit details
Commits on Mar 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 64cc6f2 - Browse repository at this point
Copy the full SHA 64cc6f2View commit details -
Merge branch 'integration-tests-signed' into oleh-bairak-qa-653-token…
…sapi-accounts-api-automate-test-cases-for-contracts-api
Configuration menu - View commit details
-
Copy full SHA for e2445ba - Browse repository at this point
Copy the full SHA e2445baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e43c46 - Browse repository at this point
Copy the full SHA 7e43c46View commit details -
Configuration menu - View commit details
-
Copy full SHA for d03fe86 - Browse repository at this point
Copy the full SHA d03fe86View commit details -
Revert "Merge branch 'integration-tests-signed' into oleh-bairak-qa-6…
Configuration menu - View commit details
-
Copy full SHA for 7fa1b56 - Browse repository at this point
Copy the full SHA 7fa1b56View commit details -
Configuration menu - View commit details
-
Copy full SHA for a433dc9 - Browse repository at this point
Copy the full SHA a433dc9View commit details -
Revert "Revert "Merge branch 'integration-tests-signed' into oleh-bai…
…rak-qa-653-tokensapi-accounts-api-automate-test-cases-for-contracts-api"" This reverts commit 7fa1b56.
Configuration menu - View commit details
-
Copy full SHA for 78a146c - Browse repository at this point
Copy the full SHA 78a146cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1380443 - Browse repository at this point
Copy the full SHA 1380443View commit details -
Configuration menu - View commit details
-
Copy full SHA for d589cc0 - Browse repository at this point
Copy the full SHA d589cc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa893c0 - Browse repository at this point
Copy the full SHA aa893c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ccaf8f - Browse repository at this point
Copy the full SHA 0ccaf8fView commit details -
Merge branch 'integration-tests-signed' into oleh-bairak-qa-653-token…
…sapi-accounts-api-automate-test-cases-for-contracts-api
Configuration menu - View commit details
-
Copy full SHA for 9ff2fd0 - Browse repository at this point
Copy the full SHA 9ff2fd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac55ca4 - Browse repository at this point
Copy the full SHA ac55ca4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c350d0 - Browse repository at this point
Copy the full SHA 4c350d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0a38a0 - Browse repository at this point
Copy the full SHA b0a38a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a82496a - Browse repository at this point
Copy the full SHA a82496aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3aa7bd8 - Browse repository at this point
Copy the full SHA 3aa7bd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4fb462 - Browse repository at this point
Copy the full SHA e4fb462View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25109d6 - Browse repository at this point
Copy the full SHA 25109d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 572b272 - Browse repository at this point
Copy the full SHA 572b272View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18205f5 - Browse repository at this point
Copy the full SHA 18205f5View commit details
Commits on Mar 8, 2024
-
Merge branch 'integration-tests-signed' into oleh-bairak-qa-653-token…
…sapi-accounts-api-automate-test-cases-for-contracts-api
Configuration menu - View commit details
-
Copy full SHA for 0fa8b72 - Browse repository at this point
Copy the full SHA 0fa8b72View commit details
Commits on Mar 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 64323ef - Browse repository at this point
Copy the full SHA 64323efView commit details -
test: create autotest for Accounts tc1854
Moved writeFile for multiTransfer down to other writeFile calls
Configuration menu - View commit details
-
Copy full SHA for 4e86100 - Browse repository at this point
Copy the full SHA 4e86100View commit details -
test: create autotest for Accounts tc1854
Aligned test with integration-test-signed branch
Configuration menu - View commit details
-
Copy full SHA for 5dc6df0 - Browse repository at this point
Copy the full SHA 5dc6df0View commit details -
test: create autotest for Accounts tc1854
Fixed failing tc272 by changing deployed bytecode value
Configuration menu - View commit details
-
Copy full SHA for 14cb26f - Browse repository at this point
Copy the full SHA 14cb26fView commit details -
test: create autotest for Accounts tc1854
Replacing wait(1) with waitFinalize()
Configuration menu - View commit details
-
Copy full SHA for b2fd997 - Browse repository at this point
Copy the full SHA b2fd997View commit details
Commits on Mar 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bd1e328 - Browse repository at this point
Copy the full SHA bd1e328View commit details -
fix: fix for wrong contract bytecode for UI E2E tests (#205)
# What ❔ Added the correct bytecode for the UI E2E tests. ## Why ❔ To keep them up-to-date and functional. ## Checklist - [x] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [x] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated.
Configuration menu - View commit details
-
Copy full SHA for 1688bf6 - Browse repository at this point
Copy the full SHA 1688bf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 986d8af - Browse repository at this point
Copy the full SHA 986d8afView commit details -
test: create autotests for Withdraw test cases
Removing obsolete variables
Configuration menu - View commit details
-
Copy full SHA for a6bf6af - Browse repository at this point
Copy the full SHA a6bf6afView commit details -
test: create autotests for Withdraw test cases
Fixed Lint issues/warnings
Configuration menu - View commit details
-
Copy full SHA for 6732d6d - Browse repository at this point
Copy the full SHA 6732d6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 834384b - Browse repository at this point
Copy the full SHA 834384bView commit details -
fix: new contract for @id272 for contract bytecode check (#206)
# What ❔ New contract for test to improve stability. ## Why ❔ previous contract can changes its data during the time ## Checklist - [x] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [x] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated.
Configuration menu - View commit details
-
Copy full SHA for 5467a5e - Browse repository at this point
Copy the full SHA 5467a5eView commit details -
Merge branch 'integration-tests-signed' into oleh-bairak-qa-681-accou…
…nts-api-deposit-multitransfer-transfer
Configuration menu - View commit details
-
Copy full SHA for 4e4f6db - Browse repository at this point
Copy the full SHA 4e4f6dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9beae69 - Browse repository at this point
Copy the full SHA 9beae69View commit details -
Configuration menu - View commit details
-
Copy full SHA for b182f33 - Browse repository at this point
Copy the full SHA b182f33View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1f1487 - Browse repository at this point
Copy the full SHA f1f1487View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2c1356 - Browse repository at this point
Copy the full SHA d2c1356View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5537474 - Browse repository at this point
Copy the full SHA 5537474View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f548fc - Browse repository at this point
Copy the full SHA 4f548fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 808c10d - Browse repository at this point
Copy the full SHA 808c10dView commit details
Commits on Mar 13, 2024
-
Merge branch 'integration-tests-signed' into QA-690-Create-automation…
…-test-for-Accounts-tc1854
Configuration menu - View commit details
-
Copy full SHA for cc0f288 - Browse repository at this point
Copy the full SHA cc0f288View commit details -
test: create autotests for Withdraw test cases
Fixed explicit timeout and changed const txSumETH to enum data type
Configuration menu - View commit details
-
Copy full SHA for 745ce83 - Browse repository at this point
Copy the full SHA 745ce83View commit details
Commits on Mar 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1ce2430 - Browse repository at this point
Copy the full SHA 1ce2430View commit details -
Configuration menu - View commit details
-
Copy full SHA for f80e6e2 - Browse repository at this point
Copy the full SHA f80e6e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89b792b - Browse repository at this point
Copy the full SHA 89b792bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d45f102 - Browse repository at this point
Copy the full SHA d45f102View commit details
Commits on Mar 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8a520a4 - Browse repository at this point
Copy the full SHA 8a520a4View commit details
Commits on Mar 20, 2024
-
Merge pull request #190 from matter-labs/QA-688-Withdrawal-BE-API-tes…
…t-cases test: create autotests for Withdraw test cases
Configuration menu - View commit details
-
Copy full SHA for f4442b2 - Browse repository at this point
Copy the full SHA f4442b2View commit details -
Merge pull request #191 from matter-labs/QA-690-Create-automation-tes…
…t-for-Accounts-tc1854 test: create autotest for Accounts tc1854
Configuration menu - View commit details
-
Copy full SHA for 1fd5261 - Browse repository at this point
Copy the full SHA 1fd5261View commit details -
Merge branch 'integration-tests-signed' into oleh-bairak-qa-653-token…
…sapi-accounts-api-automate-test-cases-for-contracts-api
Configuration menu - View commit details
-
Copy full SHA for 1c6e8ce - Browse repository at this point
Copy the full SHA 1c6e8ceView commit details
Commits on Mar 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 177bd6b - Browse repository at this point
Copy the full SHA 177bd6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ba81a6 - Browse repository at this point
Copy the full SHA 9ba81a6View commit details
Commits on Mar 22, 2024
-
test: create autotest for negative cases Contract API
Added test cases for tc1966, tc1952, tc1950, tc1949
Configuration menu - View commit details
-
Copy full SHA for 6b780c9 - Browse repository at this point
Copy the full SHA 6b780c9View commit details
Commits on Mar 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f39e293 - Browse repository at this point
Copy the full SHA f39e293View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21fbfb5 - Browse repository at this point
Copy the full SHA 21fbfb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6487ac6 - Browse repository at this point
Copy the full SHA 6487ac6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 196e204 - Browse repository at this point
Copy the full SHA 196e204View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98f183d - Browse repository at this point
Copy the full SHA 98f183dView commit details
Commits on Apr 5, 2024
-
Merge pull request #184 from matter-labs/oleh-bairak-qa-681-accounts-…
…api-deposit-multitransfer-transfer test: new automation test for Multitransfer + Transfer
Configuration menu - View commit details
-
Copy full SHA for 8c45c44 - Browse repository at this point
Copy the full SHA 8c45c44View commit details
Commits on Apr 8, 2024
-
Merge pull request #170 from matter-labs/oleh-bairak-qa-653-tokensapi…
…-accounts-api-automate-test-cases-for-contracts-api feat: new automation scope for tests on Contracts API + Tokens API
Configuration menu - View commit details
-
Copy full SHA for 26cf37a - Browse repository at this point
Copy the full SHA 26cf37aView commit details -
Merge branch 'integration-tests-signed' into QA-723-automate-contract…
…-API-negative-test-cases
Configuration menu - View commit details
-
Copy full SHA for 0977d95 - Browse repository at this point
Copy the full SHA 0977d95View commit details
Commits on Apr 22, 2024
-
Merge pull request #211 from matter-labs/QA-723-automate-contract-API…
…-negative-test-cases test: create autotest for negative cases Contract API
Configuration menu - View commit details
-
Copy full SHA for 06256a1 - Browse repository at this point
Copy the full SHA 06256a1View commit details
Commits on May 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0cde2c2 - Browse repository at this point
Copy the full SHA 0cde2c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b006b5 - Browse repository at this point
Copy the full SHA 7b006b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e92f3b3 - Browse repository at this point
Copy the full SHA e92f3b3View commit details -
Merge branch 'integration-tests-signed' of github.com:matter-labs/blo…
…ck-explorer into integration-tests-signed
Configuration menu - View commit details
-
Copy full SHA for 6595e5c - Browse repository at this point
Copy the full SHA 6595e5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3103946 - Browse repository at this point
Copy the full SHA 3103946View commit details
Commits on May 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a3aa5c3 - Browse repository at this point
Copy the full SHA a3aa5c3View commit details
Commits on May 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 97590a2 - Browse repository at this point
Copy the full SHA 97590a2View commit details
Commits on May 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 93c8c6b - Browse repository at this point
Copy the full SHA 93c8c6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for df1e10e - Browse repository at this point
Copy the full SHA df1e10eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa8b90c - Browse repository at this point
Copy the full SHA fa8b90cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b47348 - Browse repository at this point
Copy the full SHA 5b47348View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85e5adc - Browse repository at this point
Copy the full SHA 85e5adcView commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 18c742b - Browse repository at this point
Copy the full SHA 18c742bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33670f3 - Browse repository at this point
Copy the full SHA 33670f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0ead53 - Browse repository at this point
Copy the full SHA d0ead53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f76848 - Browse repository at this point
Copy the full SHA 1f76848View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dd0c6c - Browse repository at this point
Copy the full SHA 3dd0c6cView commit details