- refactor: move common types (e.g. NomadIdentifier) into rust/nomad-types
- refactor: replcace BaseAgentConfig with agent-specific public config blocks instantiated with interval and enabled there by default
- fix: uint deser_nomad_number expanded beyond just u64
- fix: to allow TS deploys, bindings no longer perform config validation on deserialization
- fix: expose config version number in TS type
- fix: to allow TS deploys, bindings no longer perform config validation on all operations
customs
inBridgeConfiguration
now properly optional in TS- Optional properties now skip serialization if they are none
- add
governance_router
to RustEvmCoreContracts
struct - fix test.json replica info to match production.json
- add
mintGas
toBridgeConfiguration
- add
deployGas
toBridgeConfiguration
customs
inBridgeConfiguration
is now optional
- add config for
development
- add config for
staging
- add config for
production
- refactor builtins for better amortization
- move indexing
from
option to contract blockdeployHeight
- move indexing
chunk
option to network blockindexPageSize
- rename testnet
milkomedatestnet
->milkomedaC1testnet
- fix: correct import in wasm bindings
- feature: add
blockExplorer
to network specs - feature: add
bridgeGui
to top-level config
- feature: add
confirmations
to network specs
- fix: add missing chainId in NetworkSpecification ts type
- fix: add bridgeConfiration in Domain ts type
- add deploy-time custom token inputs/outputs
- fix incorrect TS definition
- add chain id to protocol specification block
- single updater. not multiple
- correct typo in Domain
- breakup network specs and contract configuration
- rename
timelag
tofinalizationBlocks
and move to protocol section - add version number to top-level config
- add yaml string output
- add a changelog