-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Backend] login + pagination +fix (#98)
* remove NODE_URL from env * add padding on deployed address * remove historical balance * remove historical balance test * add `before` support for the txs pagination * fix node url on sepolia * update account constructor args * fix address computation * implement basic login logic * fix login * add multiple balances var name support * fix balances tracking * improve tx history response spec * remove duplicated fields in tx history * add `startCursor` in tx history response * keep tx history pageInfo order consistant * add `transferId` to tx history response * remove useless log
- Loading branch information
Showing
11 changed files
with
109 additions
and
210 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,9 @@ DATABASE_URL="" | |
|
||
PORT="" | ||
|
||
NODE_URL="" | ||
NODE_API_KEY="" | ||
|
||
SN_NETWORK="" | ||
|
||
DEPLOYER_ADDRESS="" | ||
DEPLOYER_PK="" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.