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

Split NEP-141 logic #607

Open
wants to merge 120 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 118 commits
Commits
Show all changes
120 commits
Select commit Hold shift + click to select a range
973ee92
Remove privat eth-connector contract methods
mrLSD Sep 20, 2022
339c32d
Changed: ft_transfer
mrLSD Sep 21, 2022
d25a46b
Changed: deposit, ft_transfer_call
mrLSD Sep 21, 2022
1918901
Set balance_of
mrLSD Sep 21, 2022
e15bfd9
Changed tottal_supply and add eth-contract conreact name
mrLSD Sep 22, 2022
3b71b50
Refactor balances methods
mrLSD Sep 22, 2022
749222d
Added flow for: get_eth_connector_contract_account
mrLSD Sep 22, 2022
5766c61
Merge branch 'develop' of github.com:aurora-is-near/aurora-engine int…
mrLSD Sep 22, 2022
433acee
Changed paused flags method
mrLSD Sep 22, 2022
37e30ba
Changed storage methods
mrLSD Sep 23, 2022
ddb3fee
Cleanup connector
mrLSD Sep 23, 2022
188c9d9
Eth-connector tests: utils for testing
mrLSD Sep 27, 2022
ecd4151
Fix aurora-eth-connector contract build and call deposit
mrLSD Sep 27, 2022
7cbd7ca
Changed test util and added: test_aurora_ft_transfer
mrLSD Sep 28, 2022
7adc406
Fix init contracts and call for tests
mrLSD Sep 28, 2022
7d9a28c
Fix eth-connecotr deposit and modified test_ft_trasfer
mrLSD Sep 28, 2022
53357b2
Changed GAS cost for view call and changed eth-conenctor view call tests
mrLSD Sep 28, 2022
57071c5
Resolved eth-connector tests: test_ft_transfer
mrLSD Sep 29, 2022
b6c8324
Add: test_withdraw_eth_from_near
mrLSD Sep 29, 2022
ca88d34
Add: test_deposit_eth_to_near_balance_total_supply
mrLSD Sep 29, 2022
130735e
Fix ff_balance_of_eth. Add: test_deposit_eth_to_aurora_balance_total_…
mrLSD Sep 29, 2022
cd5569c
Add: test_ft_transfer_call_eth
mrLSD Sep 29, 2022
eb7e445
Add: test_ft_transfer_call_without_message
mrLSD Sep 30, 2022
d298e48
Changed: test_ft_transfer_call_without_message
mrLSD Sep 30, 2022
b47ed18
Modified tests
mrLSD Sep 30, 2022
485f06f
Changed aurora_eth methods
mrLSD Oct 2, 2022
1211449
Changed mint_eth_on_aurora
mrLSD Oct 2, 2022
28c0e39
Merge branch 'develop' of github.com:aurora-is-near/aurora-engine int…
mrLSD Oct 2, 2022
da4d99c
Fixed DepositError message
mrLSD Oct 3, 2022
d18d9a2
Tests: Remove tottal_supply_on_aurora
mrLSD Oct 3, 2022
c2698ba
Tests: remove assert function and refactor it
mrLSD Oct 3, 2022
179816e
Fix test_ft_transfer_call_* tests
mrLSD Oct 3, 2022
3230693
Fix ERC20 ft_on_transfer
mrLSD Oct 4, 2022
05af29a
Assert f0r test_exit_to_near_eth_refund
mrLSD Oct 4, 2022
9b7ba8d
Tests: exit to near - add deploy_aurora_eth_connector
mrLSD Oct 4, 2022
8da9881
Test - debug exit to near tests
mrLSD Oct 4, 2022
9381dfe
Add: test_deposit_with_0x_prefix, test_deposit_with_same_proof, test_…
mrLSD Oct 5, 2022
2c85d9b
Extend tests: test_ft_transfer_call_without_relayer, test_ft_transfer…
mrLSD Oct 5, 2022
54b870e
Extend eth-connector tests. Fix: test_admin_controlled_admin_can_perf…
mrLSD Oct 5, 2022
2220b72
Extend tests
mrLSD Oct 6, 2022
c6138fc
Changed ft_transfer and added: test_ft_transfer_user
mrLSD Oct 7, 2022
bbd9be8
Eth-connector tests - refactoring ft_transfer
mrLSD Oct 7, 2022
cefc7a2
Extend eth-connector tests
mrLSD Oct 8, 2022
84465f0
Add: test_withdraw_from_user
mrLSD Oct 8, 2022
73d59fc
Merge branch 'develop' of github.com:aurora-is-near/aurora-engine int…
mrLSD Oct 8, 2022
abb96fd
Standalone refactoring: Deposit, Withdraow
mrLSD Oct 10, 2022
6ccd998
Standalone refactoring
mrLSD Oct 11, 2022
283dead
Standalone refactoring
mrLSD Oct 11, 2022
f789552
Standalone tests refactoring
mrLSD Oct 11, 2022
b330a2a
Refactored: test_consume_deposit_message
mrLSD Oct 12, 2022
7c9dd98
Merge branch 'develop' of github.com:aurora-is-near/aurora-engine int…
mrLSD Oct 12, 2022
765a2e8
udeps for eth-connector
mrLSD Oct 12, 2022
c1896d7
Fix udeps and add verbose
mrLSD Oct 12, 2022
69f37c1
eth-connector test: contract path
mrLSD Oct 12, 2022
fc69364
Check eth-contract repo
mrLSD Oct 12, 2022
a0276fe
Refactor cargo-make to build aurora-eth-connector
mrLSD Oct 13, 2022
5def424
Add cargo verbose
mrLSD Oct 13, 2022
26c4522
Add Engine verbose
mrLSD Oct 13, 2022
76d2780
Remove CI sccache
mrLSD Oct 13, 2022
84e059a
Remove CI sccache
mrLSD Oct 13, 2022
1709eed
Refactor GH CI
mrLSD Oct 13, 2022
47d2968
Refactor GH CI
mrLSD Oct 13, 2022
69b065d
Refactor engine-eth-storage
mrLSD Oct 13, 2022
fdace95
Refactor: test_exit_to_near_eth_refund
mrLSD Oct 14, 2022
62fe569
Testing: test_exit_to_near_eth
mrLSD Oct 14, 2022
48e9452
Changed: test_exit_to_near_eth
mrLSD Nov 1, 2022
b28a1e0
Tests xcc flow
mrLSD Nov 1, 2022
9d171e0
xcc test - increase limit
mrLSD Nov 2, 2022
4a433b8
Merge branch 'develop' of github.com:aurora-is-near/aurora-engine int…
mrLSD Nov 2, 2022
e7a1446
Merge develop
mrLSD Nov 2, 2022
6f981b7
Merge branch 'develop' of github.com:aurora-is-near/aurora-engine int…
mrLSD Nov 2, 2022
6983f7a
Clippy ifx
mrLSD Nov 2, 2022
b012d0a
Test ExitToNear
mrLSD Nov 2, 2022
9d89b76
Test exi2rnear
mrLSD Nov 3, 2022
a8310c2
Changed GH CI test
mrLSD Nov 3, 2022
510c720
Exit2Near tests gas
mrLSD Nov 3, 2022
bfeea28
Test Exit2Near
mrLSD Nov 4, 2022
06f2a29
Fix Exit2Near - get eth-connector contract
mrLSD Nov 4, 2022
fe92edd
Test xcc
mrLSD Nov 4, 2022
8269609
Fix all todo's
mrLSD Dec 1, 2022
fd9bd03
Merge branch 'develop' of github.com:aurora-is-near/aurora-engine int…
mrLSD Jan 11, 2023
0242e52
Fix workspace version. Fix total_supply tests
mrLSD Jan 12, 2023
47b4752
Rgit di
mrLSD Jan 23, 2023
c2a137a
Refactor ft-metadata and ft-errors
mrLSD Jan 24, 2023
a63b81b
Refactore metadata
mrLSD Jan 24, 2023
9dc951b
Refactor test_ft_metadata
mrLSD Jan 24, 2023
3964968
Test: test_ft_transfer_call_fee_greater_than_amount
mrLSD Jan 24, 2023
f3d7bbe
Test: test_ft_transfer_call_fee_greater_than_amount
mrLSD Jan 24, 2023
9573cc5
Fix CI fails
mrLSD Jan 24, 2023
bc0dc16
Merge branch 'develop' of github.com:aurora-is-near/aurora-engine int…
mrLSD Jan 25, 2023
ccbd07b
Feat: standalone nep141 legacy (#669)
mrLSD Feb 2, 2023
2b47e96
Merge develop (#707)
aleksuss Mar 1, 2023
61735d1
Merge branch 'develop' into feat/split-eth-connector
aleksuss Mar 1, 2023
980a2b4
chore: some changes after resolving conflicts
aleksuss Mar 1, 2023
7424531
chore: remove legacy test/eth_connector.rs
aleksuss Mar 1, 2023
a121464
Fix tests for eth-connector
mrLSD Mar 1, 2023
d75005e
Merge branch 'feat/split-eth-connector' of github.com:aurora-is-near/…
mrLSD Mar 1, 2023
b583cf2
FIx test_ft_transfer_user
mrLSD Mar 1, 2023
47a5b8d
Fix tests
mrLSD Mar 1, 2023
a3c3b60
Fix tests
mrLSD Mar 1, 2023
2e294b6
Fix tests
mrLSD Mar 1, 2023
7033203
Fix tests
mrLSD Mar 1, 2023
b1c3fda
Fix tests
mrLSD Mar 2, 2023
b0ea936
chore: use serde json serialization rather than formatted strings (#710)
aleksuss Mar 3, 2023
d976308
Merge branch 'develop' into feat/split-eth-connector
aleksuss Mar 3, 2023
1289ed4
Update engine-standalone-nep141-legacy/src/legacy_connector.rs
mrLSD Mar 15, 2023
6f0e090
Update engine-standalone-nep141-legacy/src/legacy_connector.rs
mrLSD Mar 15, 2023
0b231a8
Fix clippy
mrLSD Apr 26, 2023
1427c1f
Merge branch 'develop' of github.com:aurora-is-near/aurora-engine int…
mrLSD Apr 26, 2023
2e48ed5
Update standalone-nep141-legacy borsh dependency
mrLSD Apr 26, 2023
2114d3d
Changed near-workspace dependency
mrLSD Apr 27, 2023
23d199f
fix: remove merge artifacts
aleksuss Apr 28, 2023
c7b0fd5
Fix tests after merge
mrLSD Apr 28, 2023
66e6fb7
Fix gas costs for tests
mrLSD Apr 28, 2023
a3aef79
Tests: modified test_access_right
mrLSD Apr 28, 2023
8376427
CI fix
mrLSD Apr 28, 2023
fbdfeae
Gas cost for: test_1inch_liquidity_protocol
mrLSD Apr 28, 2023
ca94797
Gas cost: test_1inch_liquidity_protocol
mrLSD Apr 28, 2023
042e8ff
Merge branch 'develop' into feat/split-eth-connector
aleksuss Jul 29, 2023
d3eec6f
chore: apply suggestions by the code review
aleksuss Jul 31, 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
9 changes: 5 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
run: cargo make build-contracts
- name: Test contracts
run: cargo make test-contracts
- name: Build Aurora Eth Connector contract
run: cargo make build-aurora-eth-connector
- name: List Aurora Eth Connector contract
run: ls -la engine-tests-connector/etc/aurora-eth-connector/bin/aurora-eth-connector-test.wasm
- name: Build mainnet test WASM
run: cargo make --profile mainnet build-test
- name: List mainnet WASM directory and root directory
Expand All @@ -37,10 +41,7 @@ jobs:
run: ls -la target/wasm32-unknown-unknown/release && ls -la
- name: Test testnet
run: cargo make --profile testnet test-workspace
- name: Save cache
run: |
cache-util save cargo_git cargo_registry yarn_cache
cache-util msave aurora-engine-target@generic@${{ hashFiles('**/Cargo.lock') }}:target

env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: 0
Loading