Raphaël Walther
b81967c9f5
Set nightly notification on failure
2022-02-17 14:19:28 +01:00
Bogdan-Ștefan Neacşu
fadff7888b
Feature/reuse init owner ( #970 )
...
* Save gateway owner for later use in erc20 bandwidth request
* Pass owner in network monitor
* Switch to variable length owner address
* Add erc20 bridge contract in validator client
* Check bandwidth credential refers to gateway
* Check the owner of the gateway from the eth event
* Fix wasm client
* Hack to avoid unused warning on coconut path
* Hacked, one-time payment
* Remove print
* Update arg format
* Fix token check
* Fix native template
* Use utokens instead of full token
... when talking to eth
* Fix parse event for new field
* Fix socks5 template
* Add estimation of gas call
* Make fs backup more reliable
* Fix clippy
* Fix unused import
* Update waiting time
* Remove defaults from run, as it they should be set on init
* Remove debugging prints
* Replaced unwrap with error
* Fix build
* Make eth contract address dependent of network
* Use tokio for sleep
* Add approve before spending token on bandwidth
* Put bandwidth claim only at the beginning of the process
2022-02-17 11:56:11 +01:00
fmtabbara
24854f9254
Merge branch 'feature/faucet-release' into develop
2022-02-17 10:49:02 +00:00
Tommy Verrall
8ea7726e81
Merge pull request #1121 from nymtech/feature/update-sandbox
...
update contract address
2022-02-16 18:26:07 +00:00
Tommy Verrall
ea32a897b2
update contract address
2022-02-16 17:38:27 +00:00
Raphaël Walther
5d7a14c5ab
Added a custom runner for ubuntu only builds
2022-02-16 17:14:19 +01:00
Raphaël Walther
cad68b8d6c
Set test schedule
2022-02-16 16:42:09 +01:00
Raphaël Walther
1d125ed97f
Set test schedule
2022-02-16 14:36:36 +01:00
Raphaël Walther
36d4ec5a72
Set test schedule
2022-02-16 13:49:38 +01:00
Raphaël Walther
44981b8621
Set test schedule
2022-02-16 13:27:40 +01:00
fmtabbara
bd68797432
replace local storage with cookie
2022-02-16 12:23:44 +00:00
Mark Sinclair
636759789c
Merge pull request #1119 from nymtech/feature/gh-actions-notifications
...
Refactor GitHub Actions notifications
2022-02-16 14:21:16 +02:00
Mark Sinclair
c03a859223
Refactor GitHub Actions notifications
2022-02-16 14:09:12 +02:00
fmtabbara
b269cdae31
refactor
2022-02-16 11:10:15 +00:00
Raphaël Walther
2177a396b9
Added assume yes option on apt-get install
2022-02-16 11:48:11 +01:00
Raphaël Walther
4c50dd64f4
Added test build
2022-02-16 11:19:41 +01:00
fmtabbara
be9d3a48bb
update error message
2022-02-16 10:19:09 +00:00
fmtabbara
37d890c634
refactor 💪
2022-02-15 22:15:10 +00:00
fmtabbara
6287583f4b
component refactor
2022-02-15 21:35:34 +00:00
fmtabbara
c7760c6c10
eslint check + additional validation
2022-02-15 18:46:03 +00:00
fmtabbara
2c0058c477
update env sample£
2022-02-15 16:38:07 +00:00
fmtabbara
02fb2e56ca
add validation
2022-02-15 16:34:41 +00:00
Jon Häggblad
8b2c72eb91
gateway: upgrade clap and use declarative cli argument parsing
2022-02-15 17:11:51 +01:00
durch
805eb31728
Fix typo
2022-02-15 16:21:13 +01:00
fmtabbara
22d4c89e48
display total vesting
2022-02-15 15:04:14 +00:00
fmtabbara
28d5ac92b3
fix alignment
2022-02-15 14:19:37 +00:00
fmtabbara
a2e678587c
Merge branch 'feature/vesting-ui' of https://github.com/nymtech/nym into feature/vesting-ui
2022-02-15 13:59:46 +00:00
fmtabbara
0ac7bb5f03
terminology updates
2022-02-15 13:59:35 +00:00
durch
7f45cbd5df
Rename all -> test
2022-02-15 14:41:00 +01:00
fmtabbara
8ce709bbb4
update currency
2022-02-15 10:20:07 +00:00
Raphaël Walther
46db139f79
Set cron schedule
2022-02-14 18:09:31 +01:00
Raphaël Walther
069c5bf332
Added repo checkout on new job
2022-02-14 18:08:06 +01:00
Jess
54a4653e7d
Merge pull request #1118 from nymtech/bugfix/gateway-bond
...
Change `pledge` to `bond` in gateway list
2022-02-14 15:07:49 +00:00
Raphaël Walther
ea1f689c71
Added a job for notification
2022-02-14 15:59:35 +01:00
Mark Sinclair
3d60299b22
Change pledge to bond in gateway list
2022-02-14 16:42:04 +02:00
fmtabbara
4d9dfac812
[ci skip] Generate TS types
2022-02-14 14:07:39 +00:00
fmtabbara
0012294dc0
add current vesting period
2022-02-14 13:58:45 +00:00
Raphaël Walther
5b5063676f
Corrected wrong indentation
2022-02-14 14:20:54 +01:00
Raphaël Walther
833556020d
Set runner OS to ubuntu-latest for notification
2022-02-14 14:16:27 +01:00
Fouad Tabbara
0cdb68bcf3
fix breaking changes + add vesting total period
2022-02-14 11:47:42 +00:00
Raphaël Walther
aa00eb70d5
Adedd env variables for notification
2022-02-14 12:19:13 +01:00
Fouad Tabbara
a882d10848
Merge branch 'develop' into feature/vesting-ui
2022-02-14 11:18:07 +00:00
Fouad Tabbara
c03a58ae9a
change file ext
2022-02-14 11:15:31 +00:00
Drazen Urch
2caf79fba0
Feature/vesting get current period ( #1111 )
...
* Add GetCurrentPeriod Msg
* Add a few more query endpoints
* Enrich original vesting response
2022-02-14 12:13:55 +01:00
Raphaël Walther
eda1822653
Removed beta and nightly rust builds
2022-02-14 10:28:12 +01:00
Raphaël Walther
0f1ff5ffd2
Added notifications to nightly builds
2022-02-14 09:04:02 +01:00
Raphaël Walther
9512fc34f0
Added workflow for daily builds
2022-02-11 14:21:06 +01:00
fmtabbara
75348922fc
close snackbars on component unmount
2022-02-11 13:13:45 +00:00
Drazen Urch
938eb2d0f0
Add UpdateMixnodeConfigOnBehalf to vestng contract ( #1091 )
...
* Add UpdateMixnodeConfigOnBehalf
* Rename one_u* function
2022-02-11 12:15:00 +01:00
dependabot[bot]
ede51fa589
Bump simple-get in /contracts/basic-bandwidth-generation ( #1110 )
...
Bumps [simple-get](https://github.com/feross/simple-get ) from 2.8.1 to 2.8.2.
- [Release notes](https://github.com/feross/simple-get/releases )
- [Commits](https://github.com/feross/simple-get/compare/v2.8.1...v2.8.2 )
---
updated-dependencies:
- dependency-name: simple-get
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-11 11:03:26 +00:00