mirror of
				https://github.com/0glabs/0g-chain.git
				synced 2025-04-04 15:55:23 +00:00 
			
		
		
		
	 7c58fb5303
			
		
	
	
		7c58fb5303
		
			
		
	
	
	
	
		
			
			* implement & register x/community lend proposals * register proposals in x/community codec * allow x/community macc to receive funds * init lend from genesis in proposal tests * test CommunityLendWithdrawProposal * helpful comment on x/community keeper deps * use RouteKey in module.go
		
			
				
	
	
		
			40 lines
		
	
	
		
			475 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			475 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Binaries for programs and plugins
 | |
| *.exe
 | |
| *.exe~
 | |
| *.dll
 | |
| *.so
 | |
| *.dylib
 | |
| 
 | |
| # Test binary, build with `go test -c`
 | |
| *.test
 | |
| 
 | |
| # Output of the go coverage tool
 | |
| *.out
 | |
| cover.html
 | |
| 
 | |
| # Exclude build files
 | |
| vendor
 | |
| 
 | |
| # IDE files
 | |
| *.vscode
 | |
| *.idea
 | |
| node_modules
 | |
| docs/node_modules
 | |
| docs/.vuepress/dist
 | |
| 
 | |
| # Ignore macOS file system metadata
 | |
| .DS_Store
 | |
| 
 | |
| # Ignore build outputs
 | |
| out
 | |
| 
 | |
| # Ignore build cache dir
 | |
| build/.cache
 | |
| 
 | |
| # Ignore installed binaires
 | |
| build/bin
 | |
| 
 | |
| # Ignore build dirs
 | |
| build/darwin
 | |
| build/linux
 |