Skip to content

v1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Nov 14:51
· 1307 commits to main since this release
47b2c53

Changelog

  • 47b2c53 Merge pull request #326 from ava-labs/latest-1.9.1
  • 210f20b nit
  • c9b5d22 bump sdk
  • bb4b661 Merge branch 'main' into latest-1.9.1
  • d0f26c3 update go.mod
  • d4527c0 Merge pull request #324 from ava-labs/dependabot/go_modules/github.com/grpc-ecosystem/grpc-gateway/v2-2.12.0
  • e97f6df Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.11.3 to 2.12.0
  • 3b838d5 fix unit test
  • 4b1bff9 nit
  • 9923a58 Merge pull request #295 from ava-labs/dependabot/go_modules/google.golang.org/grpc-1.51.0-dev
  • b42634d Merge branch 'main' into dependabot/go_modules/google.golang.org/grpc-1.51.0-dev
  • eb934e1 Merge pull request #323 from ava-labs/dependabot/go_modules/github.com/stretchr/testify-1.8.1
  • fcfbec9 Bump google.golang.org/grpc from 1.50.0-dev to 1.51.0-dev
  • 47f5e5e Merge branch 'main' into dependabot/go_modules/github.com/stretchr/testify-1.8.1
  • aa5e19e Merge pull request #322 from ava-labs/dependabot/go_modules/github.com/onsi/gomega-1.23.0
  • 67ddffb Bump github.com/stretchr/testify from 1.8.0 to 1.8.1
  • ba67d9b Bump github.com/onsi/gomega from 1.22.1 to 1.23.0
  • cae8e48 Merge pull request #317 from ava-labs/dependabot/go_modules/github.com/onsi/ginkgo/v2-2.4.0
  • e24e576 Merge branch 'main' into dependabot/go_modules/github.com/onsi/ginkgo/v2-2.4.0
  • 527f860 Merge pull request #321 from ava-labs/dependabot/go_modules/github.com/spf13/cobra-1.6.1
  • 6860e60 Bump github.com/onsi/ginkgo/v2 from 2.2.0 to 2.4.0
  • a6721c0 Merge branch 'main' into dependabot/go_modules/github.com/spf13/cobra-1.6.1
  • d70656c Merge pull request #304 from ava-labs/dependabot/go_modules/github.com/onsi/gomega-1.22.1
  • 0806226 Merge branch 'main' into dependabot/go_modules/github.com/onsi/gomega-1.22.1
  • 92f830a fix peer unit test
  • bfd9f6b enable test
  • b2237e0 skip peer unit test for the moment
  • aa9ef73 Merge pull request #320 from ava-labs/timestampvm
  • a682d3e latest changes in 1.9.1
  • 14fd321 README: clarify timestampvm genesis
  • e78ec7b README: add "timestampvm" example
  • 72aaa4a Merge branch 'main' into dependabot/go_modules/github.com/spf13/cobra-1.6.1
  • e0a1721 Merge pull request #315 from ava-labs/311-use-coreth-genesis
  • 4bd7126 Merge remote-tracking branch 'origin/main' into 311-use-coreth-genesis
  • 1542cd2 Merge pull request #316 from ava-labs/config-upgrade-on-blockchain-creation
  • ab94201 fix embed imports
  • 513fd13 nit
  • b8d6515 Bump github.com/spf13/cobra from 1.5.0 to 1.6.1
  • 7e4ebc5 fix paths issue with embed...
  • 0ab1f7d addressed PR comments
  • 051b33f unify genesis access
  • 58e7ede address PR comments
  • ac5dcb0 address PR comments
  • e3f5816 nit
  • 9f2ec78 more README update
  • c2a148c update README
  • d6c187f use restart function to keep same ports and avoid recreating api client stuff
  • 73809bc nit
  • b203cd5 move blockchain tx creation previous to network restart
  • 484da2c split blockchain creation into tx creation, file creation, tx issue
  • 64557c9 almost ready but need to do this before restart
  • bf88cb7 create files
  • abd6fc7 update network info
  • 8283c1a obtaining blockchain tx previous to issuance
  • 4ce04fb pass chain config + network upgrade down to local network
  • a11d39c lint
  • a619539 move repeated vm check and file reading into func
  • 333f897 add chain config and network upgrade to blockchain creation spec rpc
  • 06f9ee1 use cchain config from coreth instead of hardcoded
  • 0f95efa Bump github.com/onsi/gomega from 1.20.2 to 1.22.1
  • b36930b Merge pull request #307 from ava-labs/avago-1.9.0
  • 7b5e97a fix attach peer panic
  • 34e0384 testing only 1.9.0 for e2e
  • 744f537 bump e2e
  • 3aa7409 bump to avago 1.9.0
  • 228f1f3 Merge pull request #298 from ava-labs/fix-goreleaser-issue
  • 206dce7 add more deps to osxcross
  • 38b0f29 fix goreleaser issue
  • e7eb33c Merge pull request #296 from ava-labs/check-macos-sdk
  • d11cbbe add env vars for macos sdk + checksum
  • 84dc28b Merge branch 'main' into check-macos-sdk
  • f00b95e Merge pull request #294 from ava-labs/fix-example-genesis-generation
  • b241a90 add checksum for macos sdk
  • f0a8594 fix unit test
  • 3d651f7 fix example genesis generator
  • 0071142 Merge pull request #278 from ava-labs/dependabot/go_modules/github.com/onsi/ginkgo/v2-2.2.0
  • b79bb22 Bump github.com/onsi/ginkgo/v2 from 2.1.6 to 2.2.0
  • 1fdd8ea Merge pull request #291 from ava-labs/fix-cgo-cflags
  • 0dfc730 fix compiler arch
  • db5499b add comment for CGO flags setting
  • 3e3bf7d strange "" stuff in env var
  • 190caa9 fix to CGO_CFLAGS
  • 7d3d1bf Merge pull request #279 from ava-labs/dependabot/go_modules/github.com/ava-labs/avalanchego-1.8.6
  • d1d06be fmt
  • cd384a3 nits
  • 7fb0932 add GCO_FLAGS
  • b416f58 rm unneeded "cd .."
  • ac902af go back commented steps on CI
  • d01b8c1 Merge branch 'main' into dependabot/go_modules/github.com/ava-labs/avalanchego-1.8.6
  • 04cdc73 another nit
  • 4be9cbe nit
  • e0da725 nit
  • b010b5e test 2
  • fbfa376 test
  • 142adba add separate release stage
  • 42a978e nit
  • d2310f7 nit
  • fe2da27 check arm64 compiler
  • 5e16d08 fix linux arm64 compilation
  • c54d581 fix script for both releases confs
  • 3aec3f6 add two release jobs
  • f5e382d fix unit tests
  • 82a4d83 fixes to automated PR
  • 867615f Bump github.com/ava-labs/avalanchego from 1.8.5 to 1.8.6