-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* allow empty * cors allowmethods refined * secondary index snafu * should not del key * fix oracle_price_active is not indexed * fmt_rs * refactor getactiveprice * opt: rm oracle_price_aggregated key * opt: rm oracle_price_aggregated_interval key * opt: rm oracle_price_feed key * opt: rm oracle_price_active key * fmt_rs * struct dftx derive clone * refine <index|invalidate>_block_<start|end> flow * pretty * fix poolswap index_block_start * safe add * opt * fix rawtx.ctrl.send validate_composite_swap_tx * fmt_rs * fix script_unspent_vin key * fix api vault auction history * fix list_vault_auction_history pagination
- Loading branch information
1 parent
54ea232
commit 0ca2fba
Showing
35 changed files
with
673 additions
and
628 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
use ain_macros::ConsensusEncoding; | ||
use bitcoin::io; | ||
|
||
#[derive(ConsensusEncoding, Debug, PartialEq, Eq)] | ||
#[derive(ConsensusEncoding, Debug, PartialEq, Eq, Clone)] | ||
pub struct EvmTx { | ||
pub raw: Vec<u8>, | ||
} |
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.