forked from neonevm/neon-evm
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Develop -> feat/ci-cd-new-runner (#573)
* NDEV-3421 Do not check accounts for rent-exempt (#571) Co-authored-by: Semen Medvedev <[email protected]> * add methods to the RPC client (#564) * add methods to the erc client * async send rpc client --------- Co-authored-by: s-medvedev <[email protected]> Co-authored-by: Semen Medvedev <[email protected]> Co-authored-by: Vladimir Bugaev <[email protected]>
- Loading branch information
1 parent
3d45eb9
commit f00e5b1
Showing
8 changed files
with
54 additions
and
27 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
use neon_lib_interface::NeonEVMLib_Ref; | ||
use neon_lib_interface::NeonEVMLibRef; | ||
use std::collections::HashMap; | ||
|
||
pub struct Context { | ||
pub libraries: HashMap<String, NeonEVMLib_Ref>, | ||
pub libraries: HashMap<String, NeonEVMLibRef>, | ||
} |
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