mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-01-12 22:43:42 +08:00
Merge branch 'master' into chore/merge-develop-to-next-2
This commit is contained in:
@@ -29,6 +29,7 @@ This release will contain consensus-breaking changes.
|
||||
|
||||
### Changed
|
||||
|
||||
- The new minimum Rust version is 1.61
|
||||
- The act of walking the mempool will now cache address nonces in RAM and to a
|
||||
temporary mempool table used for the purpose, instead of unconditionally
|
||||
querying them from the chainstate MARF. This builds upon improvements to mempool
|
||||
|
||||
@@ -12,6 +12,7 @@ keywords = [ "stacks", "stx", "bitcoin", "crypto", "blockstack", "decentralized"
|
||||
readme = "README.md"
|
||||
resolver = "2"
|
||||
edition = "2021"
|
||||
rust-version = "1.61"
|
||||
|
||||
[profile.release]
|
||||
debug = true
|
||||
|
||||
@@ -153,7 +153,9 @@ impl TraitsResolver {
|
||||
| DefineFunctions::PersistedVariable
|
||||
| DefineFunctions::FungibleToken
|
||||
| DefineFunctions::NonFungibleToken => {
|
||||
self.probe_for_generics(args[1..].to_vec(), &mut referenced_traits, false)?;
|
||||
if args.len() > 0 {
|
||||
self.probe_for_generics(&args[1..], &mut referenced_traits, false)?;
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user