Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    91070b7 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Configuration menu
    Copy the full SHA
    aef5c70 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Cargo.lock: update dependencies; MSRV 1.72 (#428)

    Updates the following dependencies:
    
        $ cargo update
        Updating crates.io index
          Adding addr2line v0.21.0
          Adding adler v1.0.2
        Updating aho-corasick v0.7.20 -> v1.1.1
        Updating anyhow v1.0.70 -> v1.0.75
        Updating async-trait v0.1.68 -> v0.1.73
        Updating axum v0.6.15 -> v0.6.20
          Adding backtrace v0.3.69
        Updating base64 v0.21.0 -> v0.21.4
        Updating bip32 v0.5.0 -> v0.5.1
          Adding bitflags v2.4.0
        Updating bs58 v0.4.0 -> v0.5.0
        Updating bumpalo v3.12.0 -> v3.14.0
        Updating bytes v1.4.0 -> v1.5.0
        Updating cc v1.0.79 -> v1.0.83
        Updating const-oid v0.9.2 -> v0.9.5
        Updating cpufeatures v0.2.6 -> v0.2.9
        Updating crypto-bigint v0.5.1 -> v0.5.3
        Updating der v0.7.3 -> v0.7.8
          Adding deranged v0.3.8
        Updating digest v0.10.6 -> v0.10.7
        Updating ecdsa v0.16.6 -> v0.16.8
        Updating ed25519 v2.2.1 -> v2.2.2
        Updating either v1.8.1 -> v1.9.0
        Updating elliptic-curve v0.13.4 -> v0.13.6
          Adding equivalent v1.0.1
        Updating errno v0.3.1 -> v0.3.4
        Updating fastrand v1.9.0 -> v2.0.1
        Updating form_urlencoded v1.1.0 -> v1.2.0
        Updating getrandom v0.2.9 -> v0.2.10
          Adding gimli v0.28.0
        Updating h2 v0.3.17 -> v0.3.21
          Adding hashbrown v0.14.1
        Updating headers v0.3.8 -> v0.3.9
        Removing hermit-abi v0.2.6
        Removing hermit-abi v0.3.1
          Adding hermit-abi v0.3.3
          Adding home v0.5.5
        Updating httpdate v1.0.2 -> v1.0.3
        Updating hyper v0.14.26 -> v0.14.27
        Updating idna v0.3.0 -> v0.4.0
          Adding indexmap v2.0.2
        Removing instant v0.1.12
        Removing io-lifetimes v1.0.10
        Updating itoa v1.0.6 -> v1.0.9
        Updating js-sys v0.3.61 -> v0.3.64
        Updating libc v0.2.141 -> v0.2.148
        Updating linux-raw-sys v0.3.1 -> v0.4.8
        Updating log v0.4.17 -> v0.4.20
        Updating matchit v0.7.0 -> v0.7.3
        Updating memchr v2.5.0 -> v2.6.4
          Adding miniz_oxide v0.7.1
        Updating mio v0.8.6 -> v0.8.8
        Updating num-traits v0.2.15 -> v0.2.16
        Updating num_cpus v1.15.0 -> v1.16.0
          Adding object v0.32.1
        Updating once_cell v1.17.1 -> v1.18.0
        Updating paste v1.0.12 -> v1.0.14
        Updating pbkdf2 v0.12.1 -> v0.12.2
        Updating percent-encoding v2.2.0 -> v2.3.0
        Updating petgraph v0.6.3 -> v0.6.4
        Updating pin-project v1.0.12 -> v1.1.3
        Updating pin-project-internal v1.0.12 -> v1.1.3
        Updating pin-project-lite v0.2.9 -> v0.2.13
        Updating proc-macro2 v1.0.56 -> v1.0.67
        Updating quote v1.0.26 -> v1.0.33
        Updating regex v1.7.3 -> v1.9.6
          Adding regex-automata v0.3.9
        Updating regex-syntax v0.6.29 -> v0.7.5
          Adding rustc-demangle v0.1.23
        Updating rustix v0.37.11 -> v0.38.15
        Updating rustversion v1.0.12 -> v1.0.14
        Updating ryu v1.0.13 -> v1.0.15
        Updating schannel v0.1.21 -> v0.1.22
        Updating sec1 v0.7.2 -> v0.7.3
        Updating security-framework v2.8.2 -> v2.9.2
        Updating security-framework-sys v2.8.0 -> v2.9.1
        Updating semver v1.0.17 -> v1.0.19
        Updating serde v1.0.160 -> v1.0.188
        Updating serde_bytes v0.11.9 -> v0.11.12
        Updating serde_derive v1.0.160 -> v1.0.188
        Updating serde_json v1.0.96 -> v1.0.107
        Updating serde_repr v0.1.12 -> v0.1.16
        Updating sha1 v0.10.5 -> v0.10.6
        Updating sha2 v0.10.6 -> v0.10.8
        Updating slab v0.4.8 -> v0.4.9
          Adding socket2 v0.5.4
        Updating spki v0.7.1 -> v0.7.2
        Updating subtle v2.4.1 -> v2.5.0
        Updating syn v2.0.15 -> v2.0.37
        Updating tempfile v3.5.0 -> v3.8.0
        Updating tendermint v0.32.0 -> v0.32.2
        Updating tendermint-config v0.32.0 -> v0.32.2
        Updating tendermint-proto v0.32.0 -> v0.32.2
        Updating tendermint-rpc v0.32.0 -> v0.32.2
        Updating thiserror v1.0.40 -> v1.0.49
        Updating thiserror-impl v1.0.40 -> v1.0.49
        Updating time v0.3.20 -> v0.3.29
        Updating time-core v0.1.0 -> v0.1.2
        Updating time-macros v0.2.8 -> v0.2.15
        Updating tokio v1.27.0 -> v1.32.0
        Updating tokio-macros v2.0.0 -> v2.1.0
        Updating tokio-stream v0.1.12 -> v0.1.14
        Updating tokio-util v0.7.7 -> v0.7.9
        Updating tracing-attributes v0.1.23 -> v0.1.26
        Updating tracing-core v0.1.30 -> v0.1.31
        Updating typenum v1.16.0 -> v1.17.0
        Updating unicode-ident v1.0.8 -> v1.0.12
        Updating url v2.3.1 -> v2.4.1
        Updating walkdir v2.3.3 -> v2.4.0
        Updating want v0.3.0 -> v0.3.1
        Updating wasm-bindgen v0.2.84 -> v0.2.87
        Updating wasm-bindgen-backend v0.2.84 -> v0.2.87
        Updating wasm-bindgen-macro v0.2.84 -> v0.2.87
        Updating wasm-bindgen-macro-support v0.2.84 -> v0.2.87
        Updating wasm-bindgen-shared v0.2.84 -> v0.2.87
        Updating web-sys v0.3.61 -> v0.3.64
        Updating which v4.4.0 -> v4.4.2
        Updating winapi-util v0.1.5 -> v0.1.6
        Removing windows-sys v0.42.0
        Removing windows-sys v0.45.0
        Removing windows-targets v0.42.2
        Removing windows-targets v0.48.0
          Adding windows-targets v0.48.5
        Removing windows_aarch64_gnullvm v0.42.2
        Removing windows_aarch64_gnullvm v0.48.0
          Adding windows_aarch64_gnullvm v0.48.5
        Removing windows_aarch64_msvc v0.42.2
        Removing windows_aarch64_msvc v0.48.0
          Adding windows_aarch64_msvc v0.48.5
        Removing windows_i686_gnu v0.42.2
        Removing windows_i686_gnu v0.48.0
          Adding windows_i686_gnu v0.48.5
        Removing windows_i686_msvc v0.42.2
        Removing windows_i686_msvc v0.48.0
          Adding windows_i686_msvc v0.48.5
        Removing windows_x86_64_gnu v0.42.2
        Removing windows_x86_64_gnu v0.48.0
          Adding windows_x86_64_gnu v0.48.5
        Removing windows_x86_64_gnullvm v0.42.2
        Removing windows_x86_64_gnullvm v0.48.0
          Adding windows_x86_64_gnullvm v0.48.5
        Removing windows_x86_64_msvc v0.42.2
        Removing windows_x86_64_msvc v0.48.0
          Adding windows_x86_64_msvc v0.48.5
    tony-iqlusion authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    febf43a View commit details
    Browse the repository at this point in the history
  2. proto-build: migrate to neoeinstein-prost/tonic (#429)

    The old `buf` plugin we were using is now 404.
    
    This migrates to the new location.
    
    Closes #427
    tony-iqlusion authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    ab82f6c View commit details
    Browse the repository at this point in the history
  3. proto-build: bump neoeinstein-tonic to v0.3.0 (#430)

    Updates to the latest version of `protoc-gen-tonic`.
    tony-iqlusion authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    c1b4025 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Bump tendermint-rs dependencies to v0.34 (#431)

    This additionally bumps `prost` to v0.12 and `tonic` to v0.10.
    
    This release is the first we've used with tendermint-rs multi-version
    support, which for now we've also pinned to (upstream) Tendermint v0.34.
    tony-iqlusion authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    860cb1d View commit details
    Browse the repository at this point in the history
  2. cosmos-sdk-proto: replace TypeUrl with Name trait (#432)

    The `Name` trait added upstream in `prost` can be used to compute the
    type URL using `Name::type_url`:
    
    tokio-rs/prost#896
    
    The new `Any::{from_msg, to_msg}` methods can be used to serialize
    `Message` types to/from messages.
    
    This commit switches from the `TypeUrl` trait to `Name` and relies
    more on upstream functionality in `prost`.
    
    Unfortunately it shipped with a bug in the default `Name::full_name`
    method, so a workaround is temporarily used until a fix ships:
    
    tokio-rs/prost#923
    tony-iqlusion authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    78aed89 View commit details
    Browse the repository at this point in the history
  3. Use doc_auto_cfg (#433)

    Replaces manual `cfg(doc(...))` annotations with automatically generated
    ones using the `doc_auto_cfg` feature.
    tony-iqlusion authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    25e6b59 View commit details
    Browse the repository at this point in the history
  4. cosmrs: add getrandom feature (#434)

    Enables support for using CosmRS in environments unsupported by
    `getrandom`, like non-JS WASM environments
    tony-iqlusion authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    817aa47 View commit details
    Browse the repository at this point in the history
  5. cosmrs: error handling cleanup (#435)

    Followup from #434 which enables `ecdsa/std` and uses eyre's built-in
    `Error`-trait based error propagation.
    tony-iqlusion authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    395d625 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    679f962 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4824fad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b515f23 View commit details
    Browse the repository at this point in the history
  9. cosmos-sdk-proto: expose gov::v1 module (#437)

    Continuation of #421
    tony-iqlusion authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    b3b8474 View commit details
    Browse the repository at this point in the history
  10. cosmos-sdk-proto: deprecate MessageExt::{from_any, to_any} (#438)

    The `Any::{from_msg, to_msg}` methods can now be used instead.
    tony-iqlusion authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    27d8c83 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    801c658 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c9839bd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b34877d View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Add support for uppercase bech32 (#444)

    Co-authored-by: Tony Arcieri (iqlusion) <tony@iqlusion.io>
    penso and tony-iqlusion authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    1af5c18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df40384 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    08353cb View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    ce00cf8 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    bd3a7d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b79a4fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0274ee9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d38e52e View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. cosmos-sdk-proto: update tonic to 0.11 (#460)

    Minimise lockfile changes
    alexheretic authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    3d5bd40 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    d902b90 View commit details
    Browse the repository at this point in the history
  2. cosmos-sdk-proto: use prost-build to gen IBC Name impls (#462)

    Uses the recently added support in `prost-build` for automatically
    generating impls of the `Name` trait for IBC-related types, rather than
    maintaining them by hand in the `type_names` module.
    
    Unfortunately we can only do this for the IBC protos, since we build the
    others using `buf`.
    tony-iqlusion authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    a50eb87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c42a07c View commit details
    Browse the repository at this point in the history
  4. cosmrs v0.16.0 (#464)

    tony-iqlusion authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    2c9058f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d5e1008 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Configuration menu
    Copy the full SHA
    c0fa7b4 View commit details
    Browse the repository at this point in the history