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

Feat/v3 #167

Merged
merged 403 commits into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
403 commits
Select commit Hold shift + click to select a range
197eb2d
Add proxy for bridge-proxy SC
CostinCarabas Jul 7, 2024
5e10c15
multi-transfer-esdt add proxies and change proxy calls
CostinCarabas Jul 7, 2024
6251951
Add proxies for multisig SC and adapt proxy calls
CostinCarabas Jul 7, 2024
7f979bb
Add sc-config.toml for contracts are used as proxies
CostinCarabas Jul 7, 2024
3caef46
Add wasm folders and Cargo.lock files
CostinCarabas Jul 7, 2024
4187835
Fixed imports and TypeAbi
CostinCarabas Jul 7, 2024
baa702f
Fix clippy
CostinCarabas Jul 7, 2024
d1bdade
bridge-proxy: Fix blackbox test
CostinCarabas Jul 8, 2024
8c490ca
bridge-proxy: Refactor blackbox test
CostinCarabas Jul 8, 2024
b4db243
Fix multi-transfer blackbox test
CostinCarabas Jul 9, 2024
117c5c5
Fix multisig blackbox test
CostinCarabas Jul 9, 2024
efd76a9
Fix ToCaller issue
CostinCarabas Jul 9, 2024
71454e1
multi-transfer: blackbox tests: esdt-safe mint/burn roles
CostinCarabas Jul 9, 2024
5a04f96
Fix multi-transfer blackbox test
CostinCarabas Jul 9, 2024
d3008d4
Replace price-aggregator proxy with new proxy
CostinCarabas Jul 9, 2024
4f34af6
multisig: Fix scenario setState
CostinCarabas Jul 9, 2024
926e6c5
Update github actions
CostinCarabas Jul 9, 2024
5e555c0
github actions fix
CostinCarabas Jul 9, 2024
3ce3a06
Removed comms & migrated self.send() to new syntax
CostinCarabas Jul 10, 2024
58cf678
Fix clippy
CostinCarabas Jul 10, 2024
d852a30
test 0 decimals DFPBigUint
CostinCarabas Jul 10, 2024
101a6d5
Fix clippy
CostinCarabas Jul 10, 2024
40e4fb5
Fixes after review
CostinCarabas Jul 10, 2024
fa09d92
Remove aggregator_proxy.rs
CostinCarabas Jul 10, 2024
a611f6a
Removed commented code
CostinCarabas Jul 10, 2024
4a0609a
Merge pull request #178 from multiversx/framework-upgrade-0.50.4
CostinCarabas Jul 10, 2024
1208014
Framework upgrade 0.51.1
CostinCarabas Jul 10, 2024
dcdaf57
Merge pull request #180 from multiversx/framework-upgrade-0.51.1
CostinCarabas Jul 11, 2024
d1acae8
Merge branch 'feat/v3' into parse-call-data-on-proxy
dragos-rebegea Jul 11, 2024
fec1988
fix build
dragos-rebegea Jul 11, 2024
6dc6fba
Remove CallData
CostinCarabas Jul 12, 2024
77e6fba
Fix scenarios tests
CostinCarabas Jul 12, 2024
7d4e80f
Make call data optional
CostinCarabas Jul 13, 2024
b98b21a
Fix tests
CostinCarabas Jul 18, 2024
6908612
Fix clippy
CostinCarabas Jul 18, 2024
d7f31ea
- ensure enough gas on refund
iulianpascalau Jul 18, 2024
6ec7cd1
add unwrap and create transaction
dragos-rebegea Jul 18, 2024
d02de51
add wrapper proxy
dragos-rebegea Jul 18, 2024
df1b9de
fix single esdt
dragos-rebegea Jul 18, 2024
4e038e6
rename storage mapper
dragos-rebegea Jul 19, 2024
8c26563
Fix scenario tests
CostinCarabas Jul 19, 2024
1551b21
Removed unused EthTxAsMultiValue
CostinCarabas Jul 19, 2024
836f7a7
fix payment & unwrapping
dragos-rebegea Jul 25, 2024
905059a
fix unwrapTokenCreateTransaction
dragos-rebegea Jul 25, 2024
31e7112
Add CallData and use top_decode
CostinCarabas Jul 25, 2024
2ef25c4
Refactor EthTransaction
CostinCarabas Jul 30, 2024
8be47f4
Fix tests
CostinCarabas Jul 30, 2024
7c36af9
Fix tests
CostinCarabas Jul 30, 2024
6112052
Remove unused code
CostinCarabas Jul 30, 2024
1a10e56
Fix clippy
CostinCarabas Jul 30, 2024
04574ac
Merge pull request #181 from multiversx/ensure-enough-gas-on-refund
dragos-rebegea Jul 31, 2024
8a96a1a
Framework upgrade 0.52.0
CostinCarabas Jul 31, 2024
91a7234
Compilation fixes
CostinCarabas Jul 31, 2024
6c0c7fb
Merge pull request #182 from multiversx/framework-upgrade-0.52.0
CostinCarabas Jul 31, 2024
80fe43f
Framework upgrade 0.52.1
CostinCarabas Aug 1, 2024
e3aae57
Framework upgrade 0.52.2
CostinCarabas Aug 1, 2024
8a2698e
Fix tests
CostinCarabas Aug 2, 2024
f925930
propose_multi_transfer_esdt_batch handles ManagedVec
CostinCarabas Aug 2, 2024
859a2be
Cleanup
CostinCarabas Aug 2, 2024
5300984
Test fixes
CostinCarabas Aug 2, 2024
133e71b
Merge remote-tracking branch 'origin/feat/v3' into parse-call-data-on…
CostinCarabas Aug 2, 2024
2e9d3d8
Fix tests
CostinCarabas Aug 2, 2024
63bbe09
Ignore failing tests on Go VM
CostinCarabas Aug 2, 2024
1a56acf
Generate mandos from blackbox test
CostinCarabas Aug 2, 2024
f275f54
Cleanup
CostinCarabas Aug 2, 2024
6c8d8b8
callData is not ManagedOption<ManagedBuffer>
CostinCarabas Aug 3, 2024
bade9e3
Fix test
CostinCarabas Aug 3, 2024
a16220e
multisig:view functions: MultiValueEncoded -> ManagedVec
CostinCarabas Aug 3, 2024
877b513
multisig: add blackbox test
CostinCarabas Aug 3, 2024
e43d561
Add query scenario
CostinCarabas Aug 3, 2024
8c2aa00
multisig: add blackbox & mandos tests
CostinCarabas Aug 3, 2024
b71589f
bridge-proxy: Add with_extra_gas_for_callback
CostinCarabas Aug 4, 2024
df400e6
Remove adder from repo
CostinCarabas Aug 5, 2024
4116ee8
Remove commented code
CostinCarabas Aug 5, 2024
cc079bb
Elrond -> MultiversX rebranding
CostinCarabas Aug 5, 2024
56ec22f
Move crowdfunding-esdt.mxsc.json to stable and 0.52.3 framework
CostinCarabas Aug 6, 2024
98f8406
Framework upgrade 0.52.3
CostinCarabas Aug 6, 2024
6a37fa8
Add newline at the end of json files
CostinCarabas Aug 6, 2024
e04281c
Merge pull request #173 from multiversx/parse-call-data-on-proxy
dragos-rebegea Aug 8, 2024
829300e
add pause unpause proxy & snippets update
dragos-rebegea Aug 6, 2024
cbfba0d
fix aggregator snippets
dragos-rebegea Aug 6, 2024
be432b0
add bridge_proxy_contract_proxy
dragos-rebegea Aug 8, 2024
29b0b36
batch_transfer_esdt_token manual eth tx decode
andrei-marinica Aug 9, 2024
e285583
Error handling for ManagedVec<EthTransaction>
CostinCarabas Aug 9, 2024
e87e00b
bridge-proxy: return if refund_transaction
CostinCarabas Aug 9, 2024
a6263e7
bridge-proxy: clear_entry_unchecked when refund_tx
CostinCarabas Aug 9, 2024
4cd3402
bridge-proxy: execute
CostinCarabas Aug 12, 2024
5384730
Merge pull request #184 from multiversx/eth-tx-manual-decode
CostinCarabas Aug 12, 2024
7335627
fix tests
dragos-rebegea Aug 12, 2024
c2f2656
- added more endpoints on test caller contract
iulianpascalau Aug 12, 2024
0174982
Merge branch 'feat/v3' into add-pause-unpause-proxy-snippets-update
dragos-rebegea Aug 12, 2024
f1ebf82
add empty line EOF
dragos-rebegea Aug 12, 2024
342f490
Merge pull request #183 from multiversx/add-pause-unpause-proxy-snipp…
dragos-rebegea Aug 12, 2024
62cd921
Merge branch 'feat/v3' into more-endpoints-on-test-caller
iulianpascalau Aug 12, 2024
c7bd9d1
multisig: propose now receives a ManagedVec<EthTransaction>
CostinCarabas Aug 13, 2024
e063437
- added more endpoints on test caller contract
iulianpascalau Aug 13, 2024
a3d9c1e
Merge remote-tracking branch 'origin/more-endpoints-on-test-caller' i…
iulianpascalau Aug 13, 2024
aedf519
Use MultiValueEncoded instead of ManagedVec
CostinCarabas Aug 13, 2024
5ad062d
multisig: EthTransaction to EthTxAsMultiValue
CostinCarabas Aug 14, 2024
e03195c
Merge pull request #188 from multiversx/use-multivalueencoded-instead…
CostinCarabas Aug 14, 2024
4494794
multisig: fix unit tests
CostinCarabas Aug 14, 2024
b354878
- fix contract
iulianpascalau Aug 14, 2024
3a37e30
- fix contract
iulianpascalau Aug 14, 2024
87d1290
multisig: new blackbox test
CostinCarabas Aug 14, 2024
d78ce26
Merge pull request #185 from multiversx/more-endpoints-on-test-caller
iulianpascalau Aug 16, 2024
947aa0d
Merge branch 'feat/v3' into multisig-revert-to-ManagedVec
dragos-rebegea Aug 16, 2024
8a15612
Remove comented code
CostinCarabas Aug 16, 2024
6def514
Merge pull request #187 from multiversx/multisig-revert-to-ManagedVec
dragos-rebegea Aug 16, 2024
dd7ce3e
fix lowest_tx_id logic
dragos-rebegea Aug 26, 2024
e9265c8
Merge pull request #197 from multiversx/fix_lowest_tx_id
dragos-rebegea Aug 28, 2024
6526784
init supplies fix
dragos-rebegea Sep 4, 2024
aba7967
- fixed the multisig contract to allow init supply calls
iulianpascalau Sep 6, 2024
bb5d5f3
manual fix after proxy regeneration
dragos-rebegea Sep 9, 2024
855fb42
manual fix after proxy regeneration
dragos-rebegea Sep 9, 2024
cd61058
Merge pull request #204 from multiversx/init-supplies-fix
dragos-rebegea Sep 9, 2024
f441661
fixes and updates
dragos-rebegea Sep 9, 2024
9c9936a
Merge pull request #205 from multiversx/init-supplies-fix
dragos-rebegea Sep 9, 2024
69197a2
Fix clippy for proxies
CostinCarabas Sep 9, 2024
91d15f3
Fix auto-generated proxies
CostinCarabas Sep 9, 2024
e8c2b23
add init endpoints back
dragos-rebegea Sep 9, 2024
cf6df6d
fix total balance 0 init_supply
dragos-rebegea Sep 9, 2024
5432f8f
Merge pull request #202 from multiversx/init-supplies
iulianpascalau Sep 9, 2024
3a74ccf
Whitebox tests for bridged tokens wrapper contract (#189)
evelinemolnar Sep 12, 2024
63af6f3
switch if branches
dragos-rebegea Sep 12, 2024
523952d
Merge pull request #209 from multiversx/switch-if-branches
dragos-rebegea Sep 12, 2024
8d951d9
Fixes after audit
CostinCarabas Sep 25, 2024
1cce12d
More audit fixes
CostinCarabas Sep 25, 2024
3861d93
Test fixes
CostinCarabas Sep 25, 2024
b73734d
Audit fixes
CostinCarabas Sep 25, 2024
3f4c658
Add test scenarios
CostinCarabas Sep 25, 2024
483cf82
Revert refunding_address
CostinCarabas Sep 25, 2024
037fff4
Fix multi-transfer add_unprocessed_refund_tx_to_batch
CostinCarabas Sep 25, 2024
ee5b364
esdt-safe:create_transaction name refactoring
CostinCarabas Sep 26, 2024
11f1c87
Fix bridge-proxy
CostinCarabas Sep 28, 2024
a818417
bridge-proxy: Native token: moved logic to token-wrapper
CostinCarabas Sep 30, 2024
109b5df
Ignore failing tests
CostinCarabas Sep 30, 2024
8e2c53d
Fixes after review
CostinCarabas Sep 30, 2024
e16cb1f
Fix tests
CostinCarabas Oct 1, 2024
e503e22
Fixes after review
CostinCarabas Oct 1, 2024
31e03dd
Merge pull request #211 from multiversx/fixes-after-audit
iulianpascalau Oct 1, 2024
c4175da
- fix contract builds
iulianpascalau Oct 1, 2024
57eb86c
- fixes
iulianpascalau Oct 1, 2024
ba9b5e1
Merge pull request #212 from multiversx/fix-contract-builds
iulianpascalau Oct 1, 2024
6f01b57
still needs some work - comments
evelinemolnar Oct 1, 2024
cb624fa
- fixes on the deploy scripts
iulianpascalau Oct 2, 2024
4f0f61e
Merge branch 'feat/v3' into fix-deploy-scripts
iulianpascalau Oct 2, 2024
48e46a2
update
evelinemolnar Oct 2, 2024
c1321a9
fixes
evelinemolnar Oct 2, 2024
2ff29bf
- more fixes
iulianpascalau Oct 2, 2024
26d104e
Merge remote-tracking branch 'origin/fix-deploy-scripts' into fix-dep…
iulianpascalau Oct 2, 2024
0b4c51d
Merge branch 'feat/v3' into test-multitransfer-bridged-tokens
evelinemolnar Oct 3, 2024
987980c
- added one new function
iulianpascalau Oct 3, 2024
f980e81
fixes-proxy
evelinemolnar Oct 3, 2024
5bec2bf
proxy-updates
evelinemolnar Oct 3, 2024
cd1171d
Merge pull request #214 from multiversx/test-multitransfer-bridged-to…
evelinemolnar Oct 3, 2024
00a1e86
- fixed safe contract deploy
iulianpascalau Oct 3, 2024
62aef75
Merge branch 'feat/v3' into fix-deploy-scripts
iulianpascalau Oct 3, 2024
ba5383e
Audit fixes
CostinCarabas Oct 3, 2024
9b867ad
multisig: update proxy
CostinCarabas Oct 3, 2024
08412cd
esdt-safe: fix create_transaction_event
CostinCarabas Oct 4, 2024
6eb83c0
Merge pull request #216 from multiversx/additional-audit-fixes
CostinCarabas Oct 4, 2024
d886aa9
- updated workflow files
iulianpascalau Oct 4, 2024
b06323c
Merge pull request #218 from multiversx/updated-workfow-files
iulianpascalau Oct 4, 2024
e043918
- script fixes
iulianpascalau Oct 5, 2024
48daccb
Merge branch 'feat/v3' into fix-deploy-scripts
iulianpascalau Oct 5, 2024
65a3b3c
- fix after review
iulianpascalau Oct 7, 2024
af3feac
Merge remote-tracking branch 'origin/fix-deploy-scripts' into fix-dep…
iulianpascalau Oct 7, 2024
7063af9
Merge pull request #213 from multiversx/fix-deploy-scripts
iulianpascalau Oct 7, 2024
0b1e1e2
esdt-safe: Fix withdraw total fees on ethereum
CostinCarabas Oct 9, 2024
02f0894
withdraw transaction fees and refund fees
CostinCarabas Oct 9, 2024
062ccfb
Fixes after review
CostinCarabas Oct 9, 2024
49b4a7b
esdt-safe: regenerate proxies
CostinCarabas Oct 9, 2024
ec42f11
multisig: add withdrawTransactionFees to call esdt-safe
CostinCarabas Oct 9, 2024
b1154fa
withdraw to multisig owner
CostinCarabas Oct 9, 2024
dba9227
Merge pull request #221 from multiversx/fix/withdraw-total-fees-on-et…
iulianpascalau Oct 10, 2024
2ec0b02
- minor scripts adjustments
iulianpascalau Oct 11, 2024
339dc23
Merge pull request #224 from multiversx/scripts-adjustments
iulianpascalau Oct 11, 2024
6e91104
set_status_event improvement
dragos-rebegea Oct 14, 2024
a1413f3
Merge pull request #225 from multiversx/set_status_event_improvement
iulianpascalau Oct 14, 2024
13f2f4d
bridge-proxy: Remove cancel endpoint
CostinCarabas Oct 15, 2024
961332e
bridge-proxy: comment "cancel" endpoint
CostinCarabas Oct 15, 2024
aeb5867
proxy 2 sync calls
dragos-rebegea Oct 15, 2024
16fa311
add back transfers
dragos-rebegea Oct 15, 2024
33509c0
remove comments
dragos-rebegea Oct 15, 2024
9ee5b6b
better coding
dragos-rebegea Oct 15, 2024
e21121f
fix tests
dragos-rebegea Oct 15, 2024
ccf9363
simplify get
dragos-rebegea Oct 15, 2024
6248a8b
esdt-safe: fix add_refund_batch
CostinCarabas Oct 15, 2024
d4f38de
fix
dragos-rebegea Oct 16, 2024
80c8d4a
multisig: fix withdraw_slashed_amount
CostinCarabas Oct 16, 2024
272b795
Merge pull request #228 from multiversx/bridge-proxy-2-sync-calls
iulianpascalau Oct 16, 2024
6eecd3e
Merge branch 'feat/v3' into audit-fixes
CostinCarabas Oct 16, 2024
db49bc7
ongoing_operation for update_lowest_tx_id
dragos-rebegea Oct 16, 2024
1598372
Merge pull request #229 from multiversx/audit-fixes
dragos-rebegea Oct 16, 2024
ddd7fbd
Merge branch 'feat/v3' into bridge-proxy-2-sync-calls
dragos-rebegea Oct 16, 2024
385ba23
Merge pull request #230 from multiversx/bridge-proxy-2-sync-calls
iulianpascalau Oct 16, 2024
5c1e6ae
- added the proxy contract on the upgrade function
iulianpascalau Oct 16, 2024
be04924
- fixed tests
iulianpascalau Oct 16, 2024
de2ad69
multisig: fix proxy
CostinCarabas Oct 16, 2024
c1b6069
- fixed scripts
iulianpascalau Oct 16, 2024
c314c56
Merge pull request #232 from multiversx/scripts-adjustments
iulianpascalau Oct 16, 2024
25c36a9
- fixing workflow
iulianpascalau Oct 16, 2024
65a916d
- removed workflow
iulianpascalau Oct 16, 2024
0136d1d
Merge branch 'refs/heads/scripts-adjustments' into fix-safe-upgrade
iulianpascalau Oct 16, 2024
beab437
max gas limit check
dragos-rebegea Oct 17, 2024
00f697f
fix check
dragos-rebegea Oct 17, 2024
a584a2e
adjust max gas limit
dragos-rebegea Oct 17, 2024
c38aeb7
Merge pull request #231 from multiversx/fix-safe-upgrade
iulianpascalau Oct 17, 2024
b5bb3eb
add extra gas limit check
dragos-rebegea Oct 17, 2024
dbb831e
bridge-proxy: Fixed tests
CostinCarabas Oct 17, 2024
2399de9
Merge branch 'feat/v3' into max-gas-limit-execution
CostinCarabas Oct 17, 2024
10502db
Merge pull request #233 from multiversx/max-gas-limit-execution
iulianpascalau Oct 17, 2024
c9791d5
link refund tx to initial tx
dragos-rebegea Oct 17, 2024
96b8309
finish implementation
dragos-rebegea Oct 18, 2024
cd453f0
fix after self review
dragos-rebegea Oct 18, 2024
ef221a3
fix tests
dragos-rebegea Oct 18, 2024
202a8b2
Merge pull request #235 from multiversx/link-refund-tx-to-initial-tx
iulianpascalau Oct 18, 2024
e2f0c00
fix unwrap_token if native token
dragos-rebegea Oct 21, 2024
0802c22
improvement
dragos-rebegea Oct 21, 2024
c572288
Merge pull request #237 from multiversx/native-tokens-skip-unwrap
dragos-rebegea Oct 22, 2024
b6f2723
esdt-safe: fix add_refund_batch
CostinCarabas Oct 25, 2024
cfd4363
unit test
evelinemolnar Oct 25, 2024
e7bd1f0
multi-transfer: add_refund_batch_test: add balances check
CostinCarabas Oct 25, 2024
afb61cd
clippy fix
CostinCarabas Oct 25, 2024
884f0be
multi-transfer: add_refund_batch_test: query fee
CostinCarabas Oct 25, 2024
618817c
Merge pull request #239 from multiversx/fix/esdt-safe-add-refund-batch
iulianpascalau Oct 25, 2024
7f1f4a7
- script updates
iulianpascalau Oct 28, 2024
1bd71d9
fix unwrap and create transaction issue
evelinemolnar Oct 29, 2024
38b3258
check the transaction is created and balances updated
evelinemolnar Oct 29, 2024
4b118d7
check token_liquidity
evelinemolnar Oct 29, 2024
1476020
increased min gas to save progress
evelinemolnar Oct 29, 2024
2ac831c
Merge pull request #242 from multiversx/bridge_tokens_wrapper_audit_fix
dragos-rebegea Oct 29, 2024
ce7f921
Merge branch 'feat/v3' into bridge-proxy-audit-fix
dragos-rebegea Oct 29, 2024
9c6c0c8
Merge pull request #243 from multiversx/bridge-proxy-audit-fix
dragos-rebegea Oct 29, 2024
99b925d
Merge branch 'feat/v3' into script-updates-2024.10.28
iulianpascalau Oct 30, 2024
13166ca
update pending transactions to map mapper
dragos-rebegea Oct 30, 2024
2bf5ff9
Merge pull request #241 from multiversx/script-updates-2024.10.28
dragos-rebegea Oct 30, 2024
a1335fa
Merge branch 'feat/v3' into update-pending-transactions-to-map-mapper
iulianpascalau Oct 30, 2024
ad2178e
Merge pull request #246 from multiversx/update-pending-transactions-t…
iulianpascalau Oct 30, 2024
26e3b46
remove safe storage from wrapper
dragos-rebegea Nov 6, 2024
0854c95
- script updates
iulianpascalau Nov 6, 2024
5fa13e9
Merge pull request #251 from multiversx/remove-safe-storage-from-wrap…
dragos-rebegea Nov 6, 2024
5868e9c
Merge pull request #250 from multiversx/remove-safe-storage-from-wrapper
iulianpascalau Nov 7, 2024
982bbcf
- mainnet v3 deploy scripts
iulianpascalau Nov 8, 2024
e4fd04b
- added last step
iulianpascalau Nov 9, 2024
858b664
- finalized scripts
iulianpascalau Nov 11, 2024
bdcd132
- fixed oracle addresses
iulianpascalau Nov 11, 2024
32c9086
- fixed USDC ticker
iulianpascalau Nov 11, 2024
0890bd4
- swapped order
iulianpascalau Nov 11, 2024
afebbbd
Merge pull request #252 from multiversx/mainnet-v3-scripts
iulianpascalau Nov 11, 2024
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
10 changes: 6 additions & 4 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ on:
push:
branches:
- main
- feat/*
pull_request:
branches: [ main ]
branches:
- main
- feat/*

permissions:
checks: write
Expand All @@ -14,9 +17,8 @@ permissions:
jobs:
contracts:
name: Contracts
uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v2.3.0
uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v3.3.1
with:
rust-toolchain: nightly-2023-04-24
vmtools-version: v1.4.60
rust-toolchain: stable
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ permissions:

jobs:
build:
uses: multiversx/mx-sc-actions/.github/workflows/reproducible-build.yml@v2.2.6
uses: multiversx/mx-sc-actions/.github/workflows/reproducible-build.yml@v3.3.1
with:
image_tag: v4.1.4
image_tag: v8.0.1
attach_to_existing_release: true
skip_preliminary_checks: true
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
# will have compiled files and executables
/target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
!**/wasm*/Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk

Expand Down
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading