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

Archv2 - Ethereum #21

Merged
merged 40 commits into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
90b2cc7
fix: moved ethereum files
veeso Nov 21, 2024
089590d
feat: Implemented DAO contracts as Ethereum contracts
veeso Nov 21, 2024
88fd932
fix: close contract and emit events
veeso Nov 22, 2024
57b6ab3
feat: availableReward
veeso Nov 22, 2024
ce85e7f
fix: check if closed contract is not returned
veeso Nov 22, 2024
73c2c19
fix: contractId must be passed by the minter
veeso Nov 22, 2024
3b924ee
feat: re-implemented canisters to work with ethereum
veeso Nov 22, 2024
c00ff48
fix: moved everything back to src/
veeso Nov 24, 2024
2a79d11
fix: abi lib
veeso Nov 24, 2024
908b44d
fix: single usd erc20
veeso Nov 24, 2024
a4172a1
fix: abi lib
veeso Nov 24, 2024
6f31bd1
fix: test units
veeso Nov 24, 2024
bf691bb
fix: provide token value
veeso Nov 25, 2024
0f7aa7a
fix: changed reward formula
veeso Nov 25, 2024
37289d4
fix: changed reward formula
veeso Nov 25, 2024
2839b54
fix: lint
veeso Nov 25, 2024
fbc94e9
fix: integration test setup
veeso Nov 25, 2024
5fde7b6
fix: removed parity.json
veeso Nov 25, 2024
a9d0d73
fix: stuck with tests
veeso Nov 25, 2024
d29a11b
fix: integration tests
veeso Nov 25, 2024
912ae3e
fix: pull
veeso Nov 25, 2024
623c707
fix: script
veeso Nov 26, 2024
9b09ec2
fix: maintenance ui
veeso Nov 26, 2024
3319a84
fix: mintable by reward pool to 7 million
veeso Nov 26, 2024
f83f8ff
fix: contract address
veeso Nov 26, 2024
33594d9
fix: set RMC to 0.0000042
veeso Nov 26, 2024
a554760
fix: ci
veeso Nov 26, 2024
d9b45c1
fix: ci
veeso Nov 26, 2024
328205d
fix: ci
veeso Nov 26, 2024
ff47952
fix: ci
veeso Nov 26, 2024
147454b
fix: solidity .8.28 and optimization
veeso Nov 26, 2024
fa40b13
feat: contract document endpoints
veeso Nov 27, 2024
13b1951
fix: definitive ekoke erc20 supply
veeso Nov 29, 2024
6844f53
feat: burn method
veeso Nov 30, 2024
8b5a12c
feat: burn method
veeso Nov 30, 2024
5cc6f91
fix: tokenPriceForCaller
veeso Nov 30, 2024
0e8f2d7
fix: docs
veeso Dec 3, 2024
b844c4a
fix: docs
veeso Dec 3, 2024
00b89bb
fix: Marketplace didn't consider that USDT have decimals
veeso Dec 4, 2024
7966ffe
fix: ci
veeso Dec 4, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
22 changes: 14 additions & 8 deletions .github/workflows/ethereum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,20 @@ jobs:
node-version: "20.x"
- run: yarn --ignore-scripts
shell: bash
working-directory: ./ethereum/ekoke
working-directory: ./ethereum
- name: tests
run: |
cp .env.github .env
yarn compile
yarn test
working-directory: ./ethereum
- name: Create local node and deploy
run: |
cp .env.github .env &&
cp .env.github .env
yarn compile
yarn hardhat node &
sleep 2 &&
yarn deploy:localhost
working-directory: ./ethereum/ekoke
- name: tests
run: yarn hardhat test
working-directory: ./ethereum/ekoke
sleep 2
yarn deploy:localhost ekoke
yarn deploy:localhost deferred
yarn deploy:localhost --ekoke 0x92fBA9067844A419A1C394197aE406768555F71b --deferred 0x92fBA9067844A419A1C394197aE406768555F71b reward-pool
working-directory: ./ethereum
29 changes: 0 additions & 29 deletions .github/workflows/frontend.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ target/
integration-tests/pocket-ic

sns_init_test.run.yaml

deps/
Loading
Loading