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/remove default values #109

Closed
wants to merge 68 commits into from
Closed
Show file tree
Hide file tree
Changes from 65 commits
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
57ba2d4
Add deployment scripts
albertandrejev May 16, 2024
e5769b1
Support post instantiate actions
albertandrejev May 17, 2024
480f306
fix transfer channel id
albertandrejev May 20, 2024
d6b92b9
Fixes after rebase
albertandrejev May 20, 2024
b32430f
Add coordinator to drop protocol
albertandrejev May 22, 2024
4581101
mopve contract client to separate entity
albertandrejev May 23, 2024
070d345
fix formatting
albertandrejev May 23, 2024
b2476ae
Fix types and base64
albertandrejev May 23, 2024
f6d1989
puppeteer response fixes
albertandrejev May 24, 2024
8a75507
fix condition
albertandrejev May 24, 2024
2c4bdee
convert into boolean
albertandrejev May 24, 2024
5a529cc
Add idle contract state processing
albertandrejev May 24, 2024
84e8ebb
add responses
albertandrejev May 24, 2024
0b59c2d
Add json bigint support
albertandrejev May 24, 2024
d941ad1
ignore puppeteer response in staking bond
albertandrejev May 24, 2024
26a1157
fix json output
albertandrejev May 24, 2024
fc36b0c
Add state exceptions
albertandrejev May 24, 2024
7fd9408
update logic and contract error
albertandrejev May 24, 2024
25f9cc3
fix staker and puppeteer condition
albertandrejev May 26, 2024
e8d0552
Add migration script helper
albertandrejev May 27, 2024
b53e58c
Fix error message test
albertandrejev May 28, 2024
5f2578e
Update ts-client
albertandrejev May 28, 2024
886b68a
fix tests
albertandrejev May 28, 2024
cc83f0d
Remove debug info
albertandrejev May 28, 2024
3fc82ec
Fix test condition
albertandrejev May 28, 2024
48d4b5a
implement review remarks
albertandrejev Jun 2, 2024
939eade
add counterparty chanel querying
albertandrejev Jun 3, 2024
ecbbf41
update docs and add TODO
albertandrejev Jun 3, 2024
3dd8dbe
fix coordinator config
albertandrejev Jun 4, 2024
923071d
remove not used variable
albertandrejev Jun 5, 2024
283f9b6
feat: generate monitoring config
foxpy Jun 11, 2024
35aad0e
Add code id support for migration script
albertandrejev Jun 14, 2024
c5d2c76
Fix attribute selector
albertandrejev Jun 18, 2024
741b40a
Prettify pino timestamp
albertandrejev Jun 21, 2024
50b9009
fix after rebase
albertandrejev Jun 27, 2024
46138bc
add new instantiate parameters
albertandrejev Jun 28, 2024
30e152b
feat: deployment docs
foxpy Jun 28, 2024
ae37810
Fix exchange_rate calculation
albertandrejev May 16, 2024
15ddbc2
fix after rebase
albertandrejev Jun 28, 2024
5058d52
Merge pull request #93 from hadronlabs-org/feat/deployment-docs
oldremez Jun 28, 2024
c255000
Fix tests
albertandrejev Jun 28, 2024
0a2e108
fizx lint error
albertandrejev Jun 28, 2024
cd2110d
Update clients code
albertandrejev Jun 28, 2024
dc5bc52
Update ts-client
albertandrejev Jun 28, 2024
803e624
update tests timeouts
albertandrejev Jun 28, 2024
38a1201
fix: first try
ratik Jul 1, 2024
cbe8b5a
chore: remove env file
ratik Jul 2, 2024
a7b8c7a
fix: gitignore
ratik Jul 2, 2024
839b611
Merge pull request #103 from hadronlabs-org/fix/exchange-rate-calc
ratik Jul 2, 2024
c66870f
Merge branch 'feat/audit-fixes' into feat/deploy-script
faust403 Jul 3, 2024
c01e934
Move everything to deploy_scripts
faust403 Jul 3, 2024
759bd76
Update artifacts path
faust403 Jul 4, 2024
1aa186b
Update README.md
faust403 Jul 4, 2024
fe8cf72
Remove all default values related with protocol deployment
faust403 Jul 4, 2024
35bd434
Use explicit values in coordinator
faust403 Jul 4, 2024
4c08dbe
Move coordinator into scripts/
faust403 Jul 4, 2024
b177d8f
Merge branch 'feat/deploy-script' into feat/remove-default-values
albertandrejev Jul 8, 2024
1824bc4
fix: update default variables in utils.bash, add checkers to instanti…
faust403 Jul 8, 2024
2a00097
Update coordinator
faust403 Jul 9, 2024
b4e693b
Update import paths
faust403 Jul 9, 2024
70b2b26
Remove lib
faust403 Jul 9, 2024
b72af12
Update import paths for generate_activity_script
faust403 Jul 9, 2024
7d33608
Update import paths for unbond_batches_visualisation
faust403 Jul 9, 2024
97b9aff
npm -> yarn
faust403 Jul 9, 2024
1174c1e
add yarn.lock files
faust403 Jul 9, 2024
4403334
better naming + fix lexical mistake
faust403 Jul 10, 2024
458e1c8
Update README
faust403 Jul 10, 2024
3a2857d
Remove ARTIFACTS_DIR from README since we don't use it in instantiate
faust403 Jul 10, 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
38 changes: 0 additions & 38 deletions coordinator/lib/config.js

This file was deleted.

49 changes: 0 additions & 49 deletions coordinator/lib/factoryContract.js

This file was deleted.

This file was deleted.

48 changes: 0 additions & 48 deletions coordinator/lib/generated/contractLib/dropAutoWithdrawer.js

This file was deleted.

120 changes: 0 additions & 120 deletions coordinator/lib/generated/contractLib/dropCore.js

This file was deleted.

30 changes: 0 additions & 30 deletions coordinator/lib/generated/contractLib/dropDistribution.js

This file was deleted.

Loading
Loading