-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump 0.15.0-rc1 Signed-off-by: lukelee-sl <[email protected]> * 651 add eth methods validations (#663) * Sort errors alphabetically Signed-off-by: Maksim Dimitrov <[email protected]> * Add required params validations Signed-off-by: Maksim Dimitrov <[email protected]> * Add required params tests Signed-off-by: Maksim Dimitrov <[email protected]> * Remove unsused package Signed-off-by: Maksim Dimitrov <[email protected]> * Fix condition Signed-off-by: Maksim Dimitrov <[email protected]> * Validate param types Signed-off-by: Maksim Dimitrov <[email protected]> * Move validation logic to separate class Signed-off-by: Maksim Dimitrov <[email protected]> * Add more validation logic Signed-off-by: Maksim Dimitrov <[email protected]> * Update validations and add server tests Signed-off-by: Maksim Dimitrov <[email protected]> * Fix codesmell Signed-off-by: Maksim Dimitrov <[email protected]> * Rename folder Signed-off-by: Maksim Dimitrov <[email protected]> * Fix array type validation and postman tests Signed-off-by: Maksim Dimitrov <[email protected]> * Some fixes and add tests Signed-off-by: Maksim Dimitrov <[email protected]> * Update test command Signed-off-by: Maksim Dimitrov <[email protected]> * Limit block number regex Signed-off-by: Maksim Dimitrov <[email protected]> * Update gitignore Signed-off-by: Maksim Dimitrov <[email protected]> * Test if coverage will trigger Signed-off-by: Maksim Dimitrov <[email protected]> * Add more tests Signed-off-by: Maksim Dimitrov <[email protected]> * Add tests and fixes Signed-off-by: Maksim Dimitrov <[email protected]> * Try to fix code smells Signed-off-by: Maksim Dimitrov <[email protected]> * Fix code smell Signed-off-by: Maksim Dimitrov <[email protected]> * Try fix complexity Signed-off-by: Maksim Dimitrov <[email protected]> * Add all remaining tests Signed-off-by: Maksim Dimitrov <[email protected]> * Remove obsolete logic. Update tests Signed-off-by: Maksim Dimitrov <[email protected]> * Refactor. Update tests Signed-off-by: Maksim Dimitrov <[email protected]> * Fix getLogs order to asc. Fix tests. Fix acceptance api tests Signed-off-by: Maksim Dimitrov <[email protected]> * Remove merge connflict marker Signed-off-by: Maksim Dimitrov <[email protected]> * Use evm address instead of contract id in getStorageAt test. Skip test until mirror node PR is merged and released Signed-off-by: Maksim Dimitrov <[email protected]> * Make the to param not required Signed-off-by: Maksim Dimitrov <[email protected]> * Return error for unexpected named parameters Signed-off-by: Maksim Dimitrov <[email protected]> * Remove imorts added by the IDE Signed-off-by: Maksim Dimitrov <[email protected]> * Add missing params Signed-off-by: Maksim Dimitrov <[email protected]> * Allow topic to be null Signed-off-by: Maksim Dimitrov <[email protected]> * Add more tests and remove throwing an error Signed-off-by: Maksim Dimitrov <[email protected]> * Fix conflicts, missing validations, tests Signed-off-by: Maksim Dimitrov <[email protected]> * Use single quote Signed-off-by: Maksim Dimitrov <[email protected]> * Remove import added by the IDE Signed-off-by: Maksim Dimitrov <[email protected]> * Rollback getStorageAt changes Signed-off-by: Maksim Dimitrov <[email protected]> * Remove getStorageAt test Signed-off-by: Maksim Dimitrov <[email protected]> * Make block param optional for eth_getStorageAt Signed-off-by: Maksim Dimitrov <[email protected]> * Refactor. Move validation in logAndHandleResponse Signed-off-by: Maksim Dimitrov <[email protected]> * Try to reduce complexity Signed-off-by: Maksim Dimitrov <[email protected]> * Refactor Signed-off-by: Maksim Dimitrov <[email protected]> * Fix slot param in test Signed-off-by: Maksim Dimitrov <[email protected]> * Fix slot param in another test Signed-off-by: Maksim Dimitrov <[email protected]> * Update tests Signed-off-by: Maksim Dimitrov <[email protected]> * Remove only() from test Signed-off-by: Maksim Dimitrov <[email protected]> Signed-off-by: Maksim Dimitrov <[email protected]> Signed-off-by: lukelee-sl <[email protected]> Signed-off-by: Maksim Dimitrov <[email protected]> Co-authored-by: Maksim Dimitrov <[email protected]>
- Loading branch information
1 parent
ca850cd
commit d10b0b2
Showing
29 changed files
with
2,623 additions
and
332 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.