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

Feature/single transaction instant claim #41

Open
wants to merge 33 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
8a2022d
Change the default claim unlock time.
damir-bajramovic May 7, 2023
e680124
Fix misleading comments and variable names.
damir-bajramovic May 8, 2023
7f73b95
Add deployment helpers.
damir-bajramovic May 16, 2023
3595088
Update npm dependencies.
damir-bajramovic May 16, 2023
d225925
Add tsconfig.
damir-bajramovic May 16, 2023
6d5731e
Add test constants.
damir-bajramovic May 16, 2023
10a745b
Add test utility functions.
damir-bajramovic May 16, 2023
c52e6c8
Add system contract helpers.
damir-bajramovic May 16, 2023
c6f83da
Add test fixtures.
damir-bajramovic May 16, 2023
d631240
Add TokenHub mock system contract.
damir-bajramovic May 16, 2023
39e8093
Remove reduntant imports. Add ERC1820 deployment. Remove pesky size-o…
damir-bajramovic May 16, 2023
407349c
Add various tests.
damir-bajramovic May 17, 2023
25c8522
Remove redundant TODOs.
damir-bajramovic May 17, 2023
12b4296
Rename a property for TokenHub arguments.
damir-bajramovic May 17, 2023
ab588b3
Implement automatedClaim and instantClaim features. Add tests. Add up…
damir-bajramovic Jun 15, 2023
00e486e
Rename ConfigV2 to ClaimFeeConfing.
damir-bajramovic Jun 16, 2023
0698464
Remove commented-out tests.
damir-bajramovic Jun 16, 2023
cfe747d
Fix comparison.
damir-bajramovic Jun 16, 2023
e36bfed
Remove console.log.
damir-bajramovic Jun 16, 2023
f0a1274
Add migration script for V2 StakePool.
damir-bajramovic Jun 16, 2023
08ae091
added CI/CD for dev branch (#39)
RohitAudit Jun 21, 2023
93e2612
Add .nvmrc.
damir-bajramovic Jul 15, 2023
c5ccbb7
Update testnet node url.
damir-bajramovic Jul 15, 2023
e95a674
Rename deployment scripts.
damir-bajramovic Jul 15, 2023
1518128
Add local deployment script.
damir-bajramovic Jul 15, 2023
5ae4553
Delete unknown-97.json file from the initial deployment.
damir-bajramovic Jul 15, 2023
4c1c3c9
Add bsc-testnet.json deployment file.
damir-bajramovic Jul 15, 2023
26e5473
Remove redundant imports.
damir-bajramovic Jul 15, 2023
839dcf1
Add scripts for StakePool interactions.
damir-bajramovic Jul 15, 2023
905338c
Make instantClaim internal. Set reinitializer to 3. Make a single tra…
damir-bajramovic Jul 15, 2023
bd4286e
Add tests.
damir-bajramovic Jul 15, 2023
058ade8
Merge branch 'dev' into feature/single-transaction-instant-claim
damir-bajramovic Jul 15, 2023
55900cb
CI: Fix Lint
github-actions[bot] Jul 15, 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
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v16.20.0
Loading